|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.authz.common.model.Request
public final class Request
An authorization request.
Constructor Summary | |
---|---|
Request()
Constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
Action |
getAction()
Gets the action about which the request is being made. |
Environment |
getEnvironment()
Gets the environment about which the request is being made. |
java.util.Set<Resource> |
getResources()
Gets the resources about which the request is being made. |
java.util.Set<Subject> |
getSubjects()
Gets the subject about which the request is being made. |
int |
hashCode()
|
void |
setAction(Action newAction)
Sets the action about which the request is being made. |
void |
setEnvironment(Environment newEnvironment)
Sets the environment about which the request is being made. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Request()
Method Detail |
---|
public java.util.Set<Subject> getSubjects()
public java.util.Set<Resource> getResources()
public Action getAction()
public void setAction(Action newAction)
newAction
- action about which the request is being madepublic Environment getEnvironment()
public void setEnvironment(Environment newEnvironment)
newEnvironment
- environment about which the request is being madepublic 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 |