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 | Field and Description |
---|---|
protected Map<String,Attribute> |
Attributes.m_attributes |
Modifier and Type | Method and Description |
---|---|
Attribute |
Attributes.getAttribute(String key)
Gets an Attribute for a given key.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Attribute> |
AttributeUtil.fillAttributeMap(Collection<Attribute> attributes)
Converts a collection of Attributes to a Map.
|
static Map<String,Attribute> |
AttributeUtil.fillAttributeMap(Map<String,Attribute> out,
Collection<Attribute> attributes)
Converts a collection of Attributes to a Map.
|
Collection<Attribute> |
Attributes.getAttributes()
Gets the attributes.
|
Modifier and Type | Method and Description |
---|---|
Attributes |
Attributes.putAttribute(Attribute attribute)
Method puts an attribute in the environment.
|
Attributes |
Attributes.removeAttribute(Attribute attribute)
Method removes the attribute from the environment.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Attribute> |
AttributeUtil.fillAttributeMap(Collection<Attribute> attributes)
Converts a collection of Attributes to a Map.
|
static Map<String,Attribute> |
AttributeUtil.fillAttributeMap(Map<String,Attribute> out,
Collection<Attribute> attributes)
Converts a collection of Attributes to a Map.
|
static Map<String,Attribute> |
AttributeUtil.fillAttributeMap(Map<String,Attribute> out,
Collection<Attribute> attributes)
Converts a collection of Attributes to a Map.
|
Attributes |
Attributes.putAttributes(Collection<Attribute> attributes)
Method puts a collection of attributes in the environment.
|
Attributes |
Attributes.removeAttributes(Collection<Attribute> attributes)
Method removes all attributes in the collection.
|
Constructor and Description |
---|
Attributes(Collection<Attribute> attributes) |
Modifier and Type | Method and Description |
---|---|
Attribute |
AttributePrincipal.getAttribute() |
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
SubjectPrincipalAnalyzer.getAttributes()
Creates a list of
Attribute s within the subject. |
Constructor and Description |
---|
AttributePrincipal(Attribute attribute) |
AttributePrincipal(Attribute attribute,
Scope scope) |
Copyright © 2004–2018 52north.org. All rights reserved.