Uses of Interface
org.n52.security.common.attributes.AttributeValue

Packages that use AttributeValue
org.n52.security.authentication.principals   
org.n52.security.common.attributes The attributes package contains classes for different attributes and a common abstraction layer about attributes and their different types.
 

Uses of AttributeValue in org.n52.security.authentication.principals
 

Methods in org.n52.security.authentication.principals that return AttributeValue
 AttributeValue AttributePrincipal.getAttributeValue()
          Method gets the attribute value.
 

Uses of AttributeValue in org.n52.security.common.attributes
 

Classes in org.n52.security.common.attributes that implement AttributeValue
 class AnyObjectAttributeValue
          Class AnyObjectAttributeValue represents unknown attribute values.
 class AttributeValueAdapter
          The class AttributeValueAdapter implements all methods of AttributeValue.
 class BooleanAttributeValue
          Class BooleanAttributeValue represents a boolean attribute value.
 class DoubleAttributeValue
          Class DoubleAttributeValue represents a double attribute value.
 class EmptyAttributeValue
          Class EmptyAttributeValue represents a 'null' or empty attribute value.
 class IntegerAttributeValue
          Class IntegerAttributeValue represents an integer attribute value.
 class StringAttributeValue
          The class StringAttributeValue represents a String value.
 

Fields in org.n52.security.common.attributes declared as AttributeValue
static AttributeValue AttributeValue.EMPTY_VALUE
          Field EMPTY_VALUE represents a null or empty attribute value.
protected  AttributeValue Attribute.m_value
          Field m_value holds thee value of this attribute.
 

Methods in org.n52.security.common.attributes that return AttributeValue
 AttributeValue Attribute.getValue()
           
 

Constructors in org.n52.security.common.attributes with parameters of type AttributeValue
Attribute(java.lang.String key, AttributeValue value)
          Creates an Attribute.
 



Copyright © 2004-2009 52north.org. All Rights Reserved.