org.glite.authz.common.model
Class Environment

java.lang.Object
  extended by org.glite.authz.common.model.Environment
All Implemented Interfaces:
java.io.Serializable

public final class Environment
extends java.lang.Object
implements java.io.Serializable

An attribute-based description of the environment in which an Action is to be performed.

See Also:
Serialized Form

Constructor Summary
Environment()
          Constructor.
 
Method Summary
 boolean equals(java.lang.Object obj)
          
 java.util.Set<Attribute> getAttributes()
          Gets the attributes that describe the environment.
 int hashCode()
          
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Environment

public Environment()
Constructor.

Method Detail

getAttributes

public java.util.Set<Attribute> getAttributes()
Gets the attributes that describe the environment.

Returns:
attributes that describe the environment

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)

Overrides:
equals in class java.lang.Object


Copyright © 2008-2012 EMI - European Middleware Initiative. All Rights Reserved.