|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Privilege | |
|---|---|
| org.apache.jackrabbit.api.jsr283.security | |
| Uses of Privilege in org.apache.jackrabbit.api.jsr283.security |
|---|
| Methods in org.apache.jackrabbit.api.jsr283.security that return Privilege | |
|---|---|
Privilege[] |
Privilege.getAggregatePrivileges()
If this privilege is an aggregate privilege, returns the privileges it contains, the privileges contained by any aggregate privileges among those, and so on (the transitive closure of privileges contained by this privilege). |
Privilege[] |
Privilege.getDeclaredAggregatePrivileges()
If this privilege is an aggregate privilege, returns the privileges directly contained by the aggregate privilege. |
Privilege[] |
AccessControlEntry.getPrivileges()
Returns the privileges associated with this access control entry. |
Privilege[] |
AccessControlManager.getPrivileges(String absPath)
Returns the privileges the session has for absolute path absPath, which must be an existing node. |
Privilege[] |
AccessControlManager.getSupportedPrivileges(String absPath)
Returns the privileges supported for absolute path absPath,
which must be an existing node. |
Privilege |
AccessControlManager.privilegeFromName(String privilegeName)
Returns the privilege with the specified privilegeName. |
| Methods in org.apache.jackrabbit.api.jsr283.security with parameters of type Privilege | |
|---|---|
boolean |
AccessControlList.addAccessControlEntry(Principal principal,
Privilege[] privileges)
Adds an access control entry to this policy consisting of the specified principal and the specified privileges. |
boolean |
AccessControlManager.hasPrivileges(String absPath,
Privilege[] privileges)
Returns whether the session has the specified privileges for absolute path absPath, which must be an existing node. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||