Uses of Interface
info.magnolia.cms.security.Permission

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
 List<Permission> AccessManagerImpl.getPermissionList()
           
 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(List<Permission> permissions)
           
 void AccessManager.setPermissionList(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
 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(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(List<Permission> permissions, String repositoryName, 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  List<Permission> SystemRepositoryStrategy.getSystemPermissions()
           
 



Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.