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

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

public class SingleValueAttribute
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 SingleValueAttribute(URI type)
           
  SingleValueAttribute(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

SingleValueAttribute

public SingleValueAttribute(URI type,
                            String value)

SingleValueAttribute

protected SingleValueAttribute(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.