org.jboss.security.xacml.core.ext
Class SingleValueAttributeProxy

java.lang.Object
  extended by org.jboss.security.xacml.core.ext.SingleValueAttributeProxy
All Implemented Interfaces:
org.jboss.security.xacml.sunxacml.attr.AttributeProxy

public class SingleValueAttributeProxy
extends Object
implements org.jboss.security.xacml.sunxacml.attr.AttributeProxy

Represents a single value attribute proxy

Since:
Mar 28, 2008
Version:
$Revision$
Author:
Anil.Saldhana@redhat.com

Constructor Summary
SingleValueAttributeProxy(String type)
           
SingleValueAttributeProxy(URI type)
           
 
Method Summary
 org.jboss.security.xacml.sunxacml.attr.AttributeValue getInstance(Node root)
           
 org.jboss.security.xacml.sunxacml.attr.AttributeValue getInstance(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleValueAttributeProxy

public SingleValueAttributeProxy(String type)

SingleValueAttributeProxy

public SingleValueAttributeProxy(URI type)
Method Detail

getInstance

public org.jboss.security.xacml.sunxacml.attr.AttributeValue getInstance(Node root)
                                                                  throws Exception
Specified by:
getInstance in interface org.jboss.security.xacml.sunxacml.attr.AttributeProxy
Throws:
Exception

getInstance

public org.jboss.security.xacml.sunxacml.attr.AttributeValue getInstance(String value)
                                                                  throws Exception
Specified by:
getInstance in interface org.jboss.security.xacml.sunxacml.attr.AttributeProxy
Throws:
Exception


Copyright © 2008 JBoss Inc.. All Rights Reserved.