|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.authz.common.model.Obligation
public final class Obligation
Description of an obligation that must be performed by the PEP.
Constructor Summary | |
---|---|
Obligation()
Constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<AttributeAssignment> |
getAttributeAssignments()
Gets the attribute assignments associated with this obligation. |
int |
getFulfillOn()
Gets the authorization decision which activates this obligation. |
java.lang.String |
getId()
Gets the ID of the obligation. |
int |
hashCode()
|
void |
setFulfillOn(int newFulfillOn)
Sets the authorization decision which activates this obligation. |
void |
setId(java.lang.String newId)
Sets the ID of the obligation. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Obligation()
Method Detail |
---|
public java.lang.String getId()
public void setId(java.lang.String newId)
newId
- ID of the obligationpublic int getFulfillOn()
public void setFulfillOn(int newFulfillOn)
Result.DECISION_DENY
and Result.DECISION_PERMIT
.
newFulfillOn
- authorization decision which activates this obligationpublic java.util.List<AttributeAssignment> getAttributeAssignments()
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 |