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 AccessControlEditorAccessControlProvider. getEditor(Session session)Returns anAccessControlEditorfor the given Session object ornullif 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 classACLEditorACLEditor...Methods in org.apache.jackrabbit.core.security.authorization.acl that return AccessControlEditor Modifier and Type Method Description AccessControlEditorACLProvider. 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 AccessControlEditorCombinedProvider. 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 classACLEditorACLEditor...Methods in org.apache.jackrabbit.core.security.authorization.principalbased that return AccessControlEditor Modifier and Type Method Description AccessControlEditorACLProvider. 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 AccessControlEditorUserAccessControlProvider. getEditor(Session session)Always returnsnull.
-