public class Obligation extends Object
| Constructor and Description |
|---|
Obligation() |
| Modifier and Type | Method and Description |
|---|---|
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
|
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 scopeCopyright © 2016. All Rights Reserved.