info.magnolia.cms.security
Interface RoleManager

All Known Implementing Classes:
MgnlRoleManager

public interface RoleManager

Manages roles.


Method Summary
 Role createRole(String name)
          Create a role without any security restrictions.
 Role getRole(String name)
          Get the specific role without any security restrictions.
 

Method Detail

createRole

Role createRole(String name)
                throws UnsupportedOperationException,
                       Exception
Create a role without any security restrictions.

Throws:
UnsupportedOperationException - in case the role manager does not support this operation
Exception

getRole

Role getRole(String name)
             throws UnsupportedOperationException
Get the specific role without any security restrictions.

Throws:
UnsupportedOperationException - in case the role manager does not support this operation


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