|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Permission | |
---|---|
info.magnolia.cms.security | |
info.magnolia.cms.security.auth | |
info.magnolia.cms.util | |
info.magnolia.context |
Uses of Permission in info.magnolia.cms.security |
---|
Classes in info.magnolia.cms.security that implement Permission | |
---|---|
class |
PermissionImpl
Concrete implementation of Permission using UrlPattern to match pathes. |
Methods in info.magnolia.cms.security that return types with arguments of type Permission | |
---|---|
java.util.List<Permission> |
AccessManagerImpl.getPermissionList()
|
java.util.List<Permission> |
AccessManager.getPermissionList()
Get permission list assigned to this access manager. |
Method parameters in info.magnolia.cms.security with type arguments of type Permission | |
---|---|
void |
AccessManagerImpl.setPermissionList(java.util.List<Permission> permissions)
|
void |
AccessManager.setPermissionList(java.util.List<Permission> permissions)
Sets the list of permissions this manager will use to determine access, implementation is free to define the structure of this list. |
Uses of Permission in info.magnolia.cms.security.auth |
---|
Methods in info.magnolia.cms.security.auth that return types with arguments of type Permission | |
---|---|
java.util.List<Permission> |
ACL.getList()
Returns list of permissions for this principal. |
Method parameters in info.magnolia.cms.security.auth with type arguments of type Permission | |
---|---|
void |
ACL.setList(java.util.List<Permission> list)
Initialize access control list with provided permissions it will overwrite any existing permissions set before. |
Uses of Permission in info.magnolia.cms.util |
---|
Method parameters in info.magnolia.cms.util with type arguments of type Permission | |
---|---|
AccessManager |
WorkspaceAccessUtil.createAccessManager(java.util.List<Permission> permissions,
java.lang.String repositoryName,
java.lang.String workspaceName)
Create access manager for the given permission list. |
Uses of Permission in info.magnolia.context |
---|
Methods in info.magnolia.context that return types with arguments of type Permission | |
---|---|
protected java.util.List<Permission> |
SystemRepositoryStrategy.getSystemPermissions()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |