|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attributes | |
---|---|
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 Attributes in org.n52.security.common.attributes |
---|
Methods in org.n52.security.common.attributes that return Attributes | |
---|---|
Attributes |
Attributes.putAttribute(Attribute attribute)
Method puts an attribute in the environment. |
Attributes |
Attributes.putAttribute(String key,
String value)
Method puts a simple StringAttribute in the environment. |
Attributes |
Attributes.putAttributes(Collection<Attribute> attributes)
Method puts a collection of attributes in the environment. |
Attributes |
Attributes.removeAttribute(Attribute attribute)
Method removes the attribute from the environment. |
Attributes |
Attributes.removeAttribute(String key)
Method removes the attribute with the given key. |
Attributes |
Attributes.removeAttributes(Collection<Attribute> attributes)
Method removes all attributes in the collection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |