|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
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 Attribute in org.n52.security.common.attributes |
---|
Fields in org.n52.security.common.attributes with type parameters of type Attribute | |
---|---|
protected Map<String,Attribute> |
Attributes.m_attributes
|
Methods in org.n52.security.common.attributes that return Attribute | |
---|---|
Attribute |
Attributes.getAttribute(String key)
Gets an Attribute for a given key. |
Methods in org.n52.security.common.attributes that return types with arguments of type Attribute | |
---|---|
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. |
Methods in org.n52.security.common.attributes with parameters of type Attribute | |
---|---|
Attributes |
Attributes.putAttribute(Attribute attribute)
Method puts an attribute in the environment. |
Attributes |
Attributes.removeAttribute(Attribute attribute)
Method removes the attribute from the environment. |
Method parameters in org.n52.security.common.attributes with type arguments of type Attribute | |
---|---|
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 parameters in org.n52.security.common.attributes with type arguments of type Attribute | |
---|---|
Attributes(Collection<Attribute> attributes)
|
Uses of Attribute in org.n52.security.common.subject |
---|
Methods in org.n52.security.common.subject that return Attribute | |
---|---|
Attribute |
AttributePrincipal.getAttribute()
|
Methods in org.n52.security.common.subject that return types with arguments of type Attribute | |
---|---|
List<Attribute> |
SubjectPrincipalAnalyzer.getAttributes()
Creates a list of Attribute s within the subject. |
Constructors in org.n52.security.common.subject with parameters of type Attribute | |
---|---|
AttributePrincipal(Attribute attribute)
|
|
AttributePrincipal(Attribute attribute,
Scope scope)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |