|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.eng.rdlab.soa3.pm.connector.beans.Obligation
public class Obligation
A bean representing an obligation
| Constructor Summary | |
|---|---|
Obligation()
|
|
| Method Summary | |
|---|---|
void |
addAttribute(String name,
String datatype,
String value)
Adds an obligation attribute |
Map<String,Map<String,String>> |
getAttributes()
Gets all the attributes |
String |
getObligationScope()
Gives the obligation scope |
String |
getValue()
Gets the obligatio id |
boolean |
isFulfillOn()
Tells if the obligation will be executed at a permit or a deny |
void |
setActionScope(boolean actionScope)
Sets the obligation scope |
void |
setFulfillOn(boolean fulfillOn)
Sets the fulfill value |
void |
setValue(String value)
Sets the obligation id |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Obligation()
| Method Detail |
|---|
public void addAttribute(String name,
String datatype,
String value)
name - datatype - value - public String getValue()
public void setValue(String value)
value - public Map<String,Map<String,String>> getAttributes()
public boolean isFulfillOn()
public void setFulfillOn(boolean fulfillOn)
fulfillOn - true if permit, false otherwisepublic String getObligationScope()
public void setActionScope(boolean actionScope)
actionScope: - true if is an action scope, false if it's a resource scope
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||