org.glite.authz.common.model
Class Action

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

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

An attribute-based description of an action to be authorized.

See Also:
Serialized Form

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

Constructor Detail

Action

public Action()
Constructor.

Method Detail

getAttributes

public java.util.Set<Attribute> getAttributes()
Gets the attributes that identify the action.

Returns:
attributes that identify the action

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.