info.magnolia.cms.security
Interface RoleManager

All Known Implementing Classes:
MgnlRoleManager

public interface RoleManager

Version:
$Revision: 32667 $ ($Author: gjoseph $)
Author:
philipp

Method Summary
 Role createRole(java.lang.String name)
          Create a role withour any security restrictions.
 Role getRole(java.lang.String name)
          Get the specifig role without any security restrictions
 

Method Detail

createRole

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

Parameters:
name -
Returns:
the new role
Throws:
java.lang.UnsupportedOperationException
java.lang.Exception

getRole

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

Parameters:
name -
Returns:
the role object
Throws:
java.lang.UnsupportedOperationException


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