|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Secured
If persistent object implement this interface, the contained abilities for associated owner, users and group will be asserted on object persistence.
| Nested Class Summary | |
|---|---|
static class |
Secured.Ability
|
| Method Summary | |
|---|---|
ACL |
getACL()
|
Group |
getGroup()
gets the group associated with this object |
Secured.Ability[] |
getGroupAbilities()
|
User |
getOwner()
Owner is the creator of the object, unless the admin otherwise changes. |
java.util.Map<User,Secured.Ability[]> |
getUserAbilities()
|
java.util.List<User> |
getUsers()
Gets the users associated with this object |
| Method Detail |
|---|
ACL getACL()
User getOwner()
java.util.List<User> getUsers()
java.util.Map<User,Secured.Ability[]> getUserAbilities()
Group getGroup()
Secured.Ability[] getGroupAbilities()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||