|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Purpose | |
| org.jcreme.permissioning | |
| Uses of Purpose in org.jcreme.permissioning |
| Fields in org.jcreme.permissioning declared as Purpose | |
protected Purpose |
Task.purpose
|
| Methods in org.jcreme.permissioning that return Purpose | |
Purpose[] |
Purpose.getParents()
|
static Purpose |
Purpose.get(java.lang.String name)
|
static Purpose[] |
Purpose.getPurposes()
|
Purpose |
Role.getPurpose(Task t)
This method provides the purpose that the role has to carry out the given Task. |
Purpose |
Task.getPurpose()
|
| Methods in org.jcreme.permissioning with parameters of type Purpose | |
void |
ObjectPolicy.addPurpose(Purpose purpose,
AccessType access)
|
void |
ObjectPolicy.removePurpose(Purpose purpose,
AccessType access)
|
boolean |
ObjectPolicy.accessAuthorized(User user,
Purpose purpose,
AccessType access)
|
void |
Purpose.addParent(Purpose p)
|
void |
Purpose.removeParent(Purpose p)
|
boolean |
Purpose.hasParent(Purpose p)
|
void |
Task.setPurpose(Purpose p)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||