|
||||||||||
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. |
org.n52.security.decision |
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(java.lang.String key,
java.lang.String value)
Method puts a simple StringAttribute in the environment. |
Attributes |
Attributes.putAttributes(java.util.Collection 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(java.lang.String key)
Method removes the attribute with the given key. |
Attributes |
Attributes.removeAttributes(java.util.Collection attributes)
Method removes all attributes in the collection. |
Uses of Attributes in org.n52.security.decision |
---|
Fields in org.n52.security.decision declared as Attributes | |
---|---|
protected Attributes |
Target.m_actionAttributes
Attributes of the action element. |
protected Attributes |
Obligation.m_attributes
Field attributes carries a collection of attributes with type Attribute . |
protected Attributes |
PDPRequest.m_environment
Environment attributes element of the request. |
protected Attributes |
Target.m_resourceAttributes
Attributes of the resource element. |
Methods in org.n52.security.decision that return Attributes | |
---|---|
Attributes |
Target.getActionAttributes()
Method gets the action attributes. |
Attributes |
PDPRequest.getEnvironment()
Method gets the environment. |
Attributes |
Target.getResourceAttributes()
Method gets the resource attributes. |
Constructors in org.n52.security.decision with parameters of type Attributes | |
---|---|
PDPRequest(Target target,
Attributes environment)
Constructor creates a new instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |