|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AccessControlException in org.apache.jackrabbit.api.jsr283.security |
|---|
| Methods in org.apache.jackrabbit.api.jsr283.security that throw AccessControlException | |
|---|---|
boolean |
AccessControlList.addAccessControlEntry(java.security.Principal principal,
Privilege[] privileges)
Adds an access control entry to this policy consisting of the specified principal and the specified privileges. |
Privilege |
AccessControlManager.privilegeFromName(java.lang.String privilegeName)
Returns the privilege with the specified privilegeName. |
void |
AccessControlList.removeAccessControlEntry(AccessControlEntry ace)
Removes the specified AccessControlEntry from this policy. |
void |
AccessControlManager.removePolicy(java.lang.String absPath,
AccessControlPolicy policy)
Removes the specified AccessControlPolicy from the node at
absPath. |
void |
AccessControlManager.setPolicy(java.lang.String absPath,
AccessControlPolicy policy)
Binds the policy to the node at absPath. |
| Uses of AccessControlException in org.apache.jackrabbit.core.security |
|---|
| Methods in org.apache.jackrabbit.core.security that throw AccessControlException | |
|---|---|
AccessControlPolicy[] |
AbstractAccessControlManager.getApplicablePolicies(java.security.Principal principal)
Returns the editable policies for the specified principal. |
AccessControlPolicy[] |
JackrabbitAccessControlManager.getApplicablePolicies(java.security.Principal principal)
Returns the editable policies for the specified principal. |
AccessControlPolicy[] |
DefaultAccessManager.getApplicablePolicies(java.security.Principal principal)
|
Privilege |
AbstractAccessControlManager.privilegeFromName(java.lang.String privilegeName)
|
void |
AbstractAccessControlManager.removePolicy(java.lang.String absPath,
AccessControlPolicy policy)
Always throws AccessControlException |
void |
DefaultAccessManager.removePolicy(java.lang.String absPath,
AccessControlPolicy policy)
|
void |
AbstractAccessControlManager.setPolicy(java.lang.String absPath,
AccessControlPolicy policy)
Always throws AccessControlException |
void |
DefaultAccessManager.setPolicy(java.lang.String absPath,
AccessControlPolicy policy)
|
| Uses of AccessControlException in org.apache.jackrabbit.core.security.authorization |
|---|
| Methods in org.apache.jackrabbit.core.security.authorization that throw AccessControlException | |
|---|---|
boolean |
UnmodifiableAccessControlList.addAccessControlEntry(java.security.Principal principal,
Privilege[] privileges)
|
boolean |
JackrabbitAccessControlList.addEntry(java.security.Principal principal,
Privilege[] privileges,
boolean isAllow)
Same as JackrabbitAccessControlList.addEntry(Principal, Privilege[], boolean, Map) using
some implementation specific restrictions. |
boolean |
JackrabbitAccessControlList.addEntry(java.security.Principal principal,
Privilege[] privileges,
boolean isAllow,
java.util.Map restrictions)
Adds an access control entry to this policy consisting of the specified principal, the specified privileges, the
isAllow flag and an optional map containing additional
restrictions. |
AccessControlPolicy[] |
AccessControlEditor.editAccessControlPolicies(java.security.Principal principal)
Returns an array of editable policies for the given principal. |
AccessControlPolicy[] |
AccessControlEditor.editAccessControlPolicies(java.lang.String nodePath)
Retrieves the editable policies for the Node identified by the given nodePath. |
static int |
PrivilegeRegistry.getBits(Privilege[] privileges)
|
AccessControlPolicy[] |
AccessControlEditor.getPolicies(java.lang.String nodePath)
Retrieves the policies for the Node identified by the given nodePath. |
Privilege |
PrivilegeRegistry.getPrivilege(java.lang.String privilegeName)
Returns the privilege with the specified privilegeName. |
void |
UnmodifiableAccessControlList.removeAccessControlEntry(AccessControlEntry ace)
|
void |
AccessControlEditor.removePolicy(java.lang.String nodePath,
AccessControlPolicy policy)
Removes the specified policy from the node at nodePath. |
void |
AccessControlEditor.setPolicy(java.lang.String nodePath,
AccessControlPolicy policy)
Stores the policy template to the respective node. |
| Constructors in org.apache.jackrabbit.core.security.authorization that throw AccessControlException | |
|---|---|
AccessControlEntryImpl(java.security.Principal principal,
Privilege[] privileges)
Construct an access control entry for the given principal and privileges. |
|
AccessControlEntryImpl(java.security.Principal principal,
Privilege[] privileges,
boolean isAllow,
java.util.Map restrictions)
Construct an access control entry for the given principal and privileges. |
|
| Uses of AccessControlException in org.apache.jackrabbit.core.security.authorization.acl |
|---|
| Methods in org.apache.jackrabbit.core.security.authorization.acl that throw AccessControlException | |
|---|---|
AccessControlPolicy[] |
ACLEditor.editAccessControlPolicies(java.security.Principal principal)
|
AccessControlPolicy[] |
ACLEditor.editAccessControlPolicies(java.lang.String nodePath)
|
AccessControlPolicy[] |
ACLEditor.getPolicies(java.lang.String nodePath)
|
void |
ACLEditor.removePolicy(java.lang.String nodePath,
AccessControlPolicy policy)
|
| Uses of AccessControlException in org.apache.jackrabbit.core.security.authorization.principalbased |
|---|
| Methods in org.apache.jackrabbit.core.security.authorization.principalbased that throw AccessControlException | |
|---|---|
AccessControlPolicy[] |
ACLEditor.editAccessControlPolicies(java.lang.String nodePath)
|
AccessControlPolicy[] |
ACLEditor.getPolicies(java.lang.String nodePath)
|
void |
ACLEditor.removePolicy(java.lang.String nodePath,
AccessControlPolicy policy)
|
void |
ACLEditor.setPolicy(java.lang.String nodePath,
AccessControlPolicy policy)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||