Uses of Class
org.n52.security.common.attributes.Attribute

Packages that use Attribute
org.n52.security.authentication.principals   
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 Attribute in org.n52.security.authentication.principals
 

Methods in org.n52.security.authentication.principals that return Attribute
 Attribute AttributePrincipal.getAttribute()
          Method gets the attribute.
 

Constructors in org.n52.security.authentication.principals with parameters of type Attribute
AttributePrincipal(Attribute attribute)
          Constructor creates a new instance.
AttributePrincipal(Attribute attribute, Scope scope)
          Constructor creates a new instance.
 

Uses of Attribute in org.n52.security.common.attributes
 

Methods in org.n52.security.common.attributes that return Attribute
 Attribute Attributes.getAttribute(java.lang.String key)
          Gets an Attribute for a given key.
 

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.
 

Uses of Attribute in org.n52.security.decision
 

Methods in org.n52.security.decision that return Attribute
 Attribute Obligation.getAttribute(java.lang.String key)
          Gets an Attribute for a given key.
 



Copyright © 2004-2009 52north.org. All Rights Reserved.