|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Obligation
The interface to access an obligation. Obligations are tasks and requirement to be fulfilled together with the authorization decisions.
Field Summary | |
---|---|
static java.lang.String |
AFTER
This constant defines a value "after" for chronicle. |
static java.lang.String |
BEFORE
This constant defines a value "before" for chronicle. |
Method Summary | |
---|---|
java.lang.String |
getChronicle()
Retrieve the obligation's Chronicle attribute.When the Object is an empty Obligation or an invalid Obligation, an empty string or null might be returned. |
java.lang.String |
getObligationID()
Retrieve the object's ObligationID specified in the xml policy. |
java.lang.String |
toXML()
Convert the obligation object into XML Representation. |
Field Detail |
---|
static final java.lang.String BEFORE
static final java.lang.String AFTER
Method Detail |
---|
java.lang.String toXML()
java.lang.String getObligationID()
java.lang.String getChronicle()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |