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

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

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

Represents a multi value attribute proxy

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

Constructor Summary
MultiValueAttributeProxy(String type)
           
MultiValueAttributeProxy(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

MultiValueAttributeProxy

public MultiValueAttributeProxy(String type)

MultiValueAttributeProxy

public MultiValueAttributeProxy(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.