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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2004–2018 52north.org. All rights reserved.