|
||||||||||
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(Principal principal,
Privilege[] privileges)
Adds an access control entry to this policy consisting of the specified principal and the specified privileges . |
Privilege |
AccessControlManager.privilegeFromName(String privilegeName)
Returns the privilege with the specified privilegeName . |
void |
AccessControlList.removeAccessControlEntry(AccessControlEntry ace)
Removes the specified AccessControlEntry from this policy. |
void |
AccessControlManager.removePolicy(String absPath,
AccessControlPolicy policy)
Removes the specified AccessControlPolicy from the node at
absPath . |
void |
AccessControlManager.setPolicy(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 | |
---|---|
JackrabbitAccessControlPolicy[] |
AbstractAccessControlManager.getApplicablePolicies(Principal principal)
|
JackrabbitAccessControlPolicy[] |
JackrabbitAccessControlManager.getApplicablePolicies(Principal principal)
Returns the editable policies for the specified principal . |
JackrabbitAccessControlPolicy[] |
DefaultAccessManager.getApplicablePolicies(Principal principal)
|
Privilege |
AbstractAccessControlManager.privilegeFromName(String privilegeName)
|
void |
AbstractAccessControlManager.removePolicy(String absPath,
AccessControlPolicy policy)
Always throws AccessControlException |
void |
DefaultAccessManager.removePolicy(String absPath,
AccessControlPolicy policy)
|
void |
AbstractAccessControlManager.setPolicy(String absPath,
AccessControlPolicy policy)
Always throws AccessControlException |
void |
DefaultAccessManager.setPolicy(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(Principal principal,
Privilege[] privileges)
|
boolean |
JackrabbitAccessControlList.addEntry(Principal principal,
Privilege[] privileges,
boolean isAllow)
Same as JackrabbitAccessControlList.addEntry(Principal, Privilege[], boolean, Map) using
some implementation specific restrictions. |
boolean |
JackrabbitAccessControlList.addEntry(Principal principal,
Privilege[] privileges,
boolean isAllow,
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. |
JackrabbitAccessControlPolicy[] |
AccessControlEditor.editAccessControlPolicies(Principal principal)
Returns an array of editable policies for the given principal . |
AccessControlPolicy[] |
AccessControlEditor.editAccessControlPolicies(String nodePath)
Retrieves the editable policies for the Node identified by the given nodePath that are applicable but have not yet have been set.The AccessControlPolicy objects returned are detached from the underlying AccessControlProvider and is only an external
representation. |
static int |
PrivilegeRegistry.getBits(Privilege[] privileges)
|
AccessControlPolicy[] |
AccessControlEditor.getPolicies(String nodePath)
Retrieves the policies for the Node identified by the given nodePath . |
Privilege |
PrivilegeRegistry.getPrivilege(String privilegeName)
Returns the privilege with the specified privilegeName . |
void |
UnmodifiableAccessControlList.removeAccessControlEntry(AccessControlEntry ace)
|
void |
AccessControlEditor.removePolicy(String nodePath,
AccessControlPolicy policy)
Removes the specified policy from the node at nodePath . |
void |
AccessControlEditor.setPolicy(String nodePath,
AccessControlPolicy policy)
Stores the policy template to the respective node. |
Constructors in org.apache.jackrabbit.core.security.authorization that throw AccessControlException | |
---|---|
AccessControlEntryImpl(Principal principal,
Privilege[] privileges)
Construct an access control entry for the given principal and privileges. |
|
AccessControlEntryImpl(Principal principal,
Privilege[] privileges,
boolean isAllow,
Map restrictions,
ValueFactory valueFactory)
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 | |
---|---|
JackrabbitAccessControlPolicy[] |
ACLEditor.editAccessControlPolicies(Principal principal)
|
AccessControlPolicy[] |
ACLEditor.editAccessControlPolicies(String nodePath)
|
AccessControlPolicy[] |
ACLEditor.getPolicies(String nodePath)
|
void |
ACLEditor.removePolicy(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(String nodePath)
|
AccessControlPolicy[] |
ACLEditor.getPolicies(String nodePath)
|
void |
ACLEditor.removePolicy(String nodePath,
AccessControlPolicy policy)
|
void |
ACLEditor.setPolicy(String nodePath,
AccessControlPolicy policy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |