Package | Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
AttributeValue |
Attribute.getValue() |
Constructor and Description |
---|
Attribute(String key,
AttributeValue value)
Creates an Attribute.
|
Modifier and Type | Method and Description |
---|---|
AttributeValue |
AttributePrincipal.getAttributeValue()
Short-cut for getAttribute().getValue()
|
AttributeValue |
SubjectPrincipalAnalyzer.getComplexAttributeValue(String attributeName)
Retrieves the
AttributeValue of the first AttributePrincipal with a given name. |
Modifier and Type | Method and Description |
---|---|
Map<String,AttributeValue> |
SubjectPrincipalAnalyzer.getComplexAttributeValues(Subject subject)
Creates a map of all attributes with (the last) values as
AttributeValue . |
Copyright © 2004–2016 52north.org. All rights reserved.