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

java.lang.Object
  extended by org.jboss.security.xacml.sunxacml.attr.AttributeValue
      extended by org.jboss.security.xacml.core.ext.MultiValueAttribute
All Implemented Interfaces:
org.jboss.security.xacml.sunxacml.cond.Evaluatable, org.jboss.security.xacml.sunxacml.cond.Expression

public class MultiValueAttribute
extends org.jboss.security.xacml.sunxacml.attr.AttributeValue

Represents a custom attribute of single value

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

Constructor Summary
protected MultiValueAttribute(URI type)
           
  MultiValueAttribute(URI type, String value)
           
 
Method Summary
 String encode()
           
 
Methods inherited from class org.jboss.security.xacml.sunxacml.attr.AttributeValue
encode, encode, encodeWithTags, evaluate, evaluatesToBag, getChildren, getType, isBag, returnsBag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiValueAttribute

public MultiValueAttribute(URI type,
                           String value)

MultiValueAttribute

protected MultiValueAttribute(URI type)
Method Detail

encode

public String encode()
Specified by:
encode in class org.jboss.security.xacml.sunxacml.attr.AttributeValue


Copyright © 2008 JBoss Inc.. All Rights Reserved.