Uses of Interface
org.apache.jackrabbit.core.security.authorization.AccessControlEditor
-
-
Uses of AccessControlEditor in org.apache.jackrabbit.core.security.authorization
Methods in org.apache.jackrabbit.core.security.authorization that return AccessControlEditor Modifier and Type Method Description AccessControlEditor
AccessControlProvider. getEditor(Session session)
Returns anAccessControlEditor
for the given Session object ornull
if the implementation does not support editing of access control policies. -
Uses of AccessControlEditor in org.apache.jackrabbit.core.security.authorization.acl
Classes in org.apache.jackrabbit.core.security.authorization.acl that implement AccessControlEditor Modifier and Type Class Description class
ACLEditor
ACLEditor
...Methods in org.apache.jackrabbit.core.security.authorization.acl that return AccessControlEditor Modifier and Type Method Description AccessControlEditor
ACLProvider. getEditor(Session session)
-
Uses of AccessControlEditor in org.apache.jackrabbit.core.security.authorization.combined
Methods in org.apache.jackrabbit.core.security.authorization.combined that return AccessControlEditor Modifier and Type Method Description AccessControlEditor
CombinedProvider. getEditor(Session editingSession)
-
Uses of AccessControlEditor in org.apache.jackrabbit.core.security.authorization.principalbased
Classes in org.apache.jackrabbit.core.security.authorization.principalbased that implement AccessControlEditor Modifier and Type Class Description class
ACLEditor
ACLEditor
...Methods in org.apache.jackrabbit.core.security.authorization.principalbased that return AccessControlEditor Modifier and Type Method Description AccessControlEditor
ACLProvider. getEditor(Session editingSession)
-
Uses of AccessControlEditor in org.apache.jackrabbit.core.security.user
Methods in org.apache.jackrabbit.core.security.user that return AccessControlEditor Modifier and Type Method Description AccessControlEditor
UserAccessControlProvider. getEditor(Session session)
Always returnsnull
.
-