|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeValue | |
---|---|
org.n52.security.common.attributes | The attributes package contains classes for different attributes and a common abstraction layer about attributes and their different types. |
org.n52.security.common.subject |
Uses of AttributeValue in org.n52.security.common.attributes |
---|
Classes in org.n52.security.common.attributes that implement AttributeValue | |
---|---|
class |
AnyObjectAttributeValue
Unknown attribute value. |
class |
AttributeValueAdapter
Base implementation of AttributeValue. |
class |
BooleanAttributeValue
Boolean attribute value. |
class |
DateAttributeValue
|
class |
DoubleAttributeValue
Double attribute value. |
class |
EmptyAttributeValue
'null' or empty attribute value. |
class |
IntegerAttributeValue
Integer attribute value. |
class |
StringAttributeValue
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(String key,
AttributeValue value)
Creates an Attribute. |
Uses of AttributeValue in org.n52.security.common.subject |
---|
Methods in org.n52.security.common.subject that return AttributeValue | |
---|---|
AttributeValue |
AttributePrincipal.getAttributeValue()
Short-cut for getAttribute().getValue() |
AttributeValue |
SubjectPrincipalAnalyzer.getComplexAttributeValue(String attributeName)
Retrieves the AttributeValue of the first AttributePrincipal with a given name. |
Methods in org.n52.security.common.subject that return types with arguments of type AttributeValue | |
---|---|
Map<String,AttributeValue> |
SubjectPrincipalAnalyzer.getComplexAttributeValues(Subject subject)
Creates a map of all attributes with (the last) values as AttributeValue . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |