|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.authz.common.model.Environment
public final class Environment
An attribute-based description of the environment in which an Action
is to be performed.
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 |
---|
public Environment()
Method Detail |
---|
public java.util.Set<Attribute> getAttributes()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |