|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.cms.security.MgnlRoleManager
public class MgnlRoleManager
Manages the users stored in the ContentRepository.USER_ROLES
workspace.
Constructor Summary | |
---|---|
MgnlRoleManager()
Do not instantiate it! |
Method Summary | |
---|---|
Role |
createRole(java.lang.String name)
Create a role without any security restrictions. |
protected HierarchyManager |
getHierarchyManager()
|
Role |
getRole(java.lang.String name)
Get the specific role without any security restrictions. |
protected MgnlRole |
newRoleInstance(Content node)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MgnlRoleManager()
Method Detail |
---|
public Role getRole(java.lang.String name)
RoleManager
getRole
in interface RoleManager
public Role createRole(java.lang.String name)
RoleManager
createRole
in interface RoleManager
protected MgnlRole newRoleInstance(Content node)
protected HierarchyManager getHierarchyManager()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |