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

Packages that use Role
info.magnolia.cms.security   
 

Uses of Role in info.magnolia.cms.security
 

Classes in info.magnolia.cms.security that implement Role
 class MgnlRole
          Wraps a role jcr-node.
 

Methods in info.magnolia.cms.security that return Role
 Role RoleManager.createRole(String name)
          Create a role without any security restrictions.
 Role MgnlRoleManager.createRole(String name)
           
 Role RoleManager.getRole(String name)
          Get the specific role without any security restrictions.
 Role MgnlRoleManager.getRole(String name)
           
 

Methods in info.magnolia.cms.security with parameters of type Role
 void RoleManager.addPermission(Role role, String workspaceName, String path, long permission)
          Add permission to the specified role, assuming current user has enough rights to perform such operation.
 void MgnlRoleManager.addPermission(Role role, String repository, String path, long permission)
           
 void RoleManager.removePermission(Role role, String workspace, String path, long permission)
          Remove permission from the specified role.
 void MgnlRoleManager.removePermission(Role role, String repository, String path, long permission)
           
 



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