Package com.day.cq.security.privileges
Interface PrivilegeStore
public interface PrivilegeStore
Deprecated.
CQ 5.5
Storage for
Releaves
Privileges'
optional configuration data.Releaves
PrivilegeFactories from the management and possible errors on protection etc.
The Store provieds a Node for each
Privilege-Authorizable combination. Which can be further used as persistence.
The Store must enforce proper access-rights.-
Method Summary
Modifier and TypeMethodDescriptiongetPrivilegeNode(Authorizable authorizable, String privilegePath) Deprecated.getPrivileges(Authorizable authorizable) Deprecated.booleanhasPrivilege(Authorizable authorizable, String privilegePath) Deprecated.voidremovePrivilege(Authorizable authorizable, String privilegePath) Deprecated.voidsetPrivilege(Authorizable authorizable, String privilegePath) Deprecated.
-
Method Details
-
hasPrivilege
Deprecated.- Throws:
AccessDeniedException
-
getPrivilegeNode
Deprecated.- Throws:
AccessDeniedException
-
getPrivileges
Deprecated.- Throws:
AccessDeniedException
-
setPrivilege
Deprecated.- Throws:
AccessDeniedException
-
removePrivilege
Deprecated.- Throws:
AccessDeniedException
-