|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.cms.security.Security
public class Security
Get the current role or user manager.
Constructor Summary | |
---|---|
Security()
|
Method Summary | |
---|---|
static User |
getAnonymousUser()
|
static GroupManager |
getGroupManager()
Returns the configured GroupManager. |
static RoleManager |
getRoleManager()
Returns the configured RoleManager. |
static SecuritySupport |
getSecuritySupport()
|
static User |
getSystemUser()
|
static UserManager |
getUserManager()
Returns the configured UserManager. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Security()
Method Detail |
---|
public static RoleManager getRoleManager()
public static UserManager getUserManager()
public static GroupManager getGroupManager()
public static SecuritySupport getSecuritySupport()
public static User getAnonymousUser()
public static User getSystemUser()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |