info.magnolia.cms.security
Class Security

java.lang.Object
  extended by info.magnolia.cms.security.Security

public class Security
extends Object

Get the current role or user manager.

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

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

Security

public Security()
Method Detail

getRoleManager

public static RoleManager getRoleManager()
Returns the configured RoleManager.


getUserManager

public static UserManager getUserManager()
Returns the configured UserManager.


getGroupManager

public static GroupManager getGroupManager()
Returns the configured GroupManager.


getSecuritySupport

public static SecuritySupport getSecuritySupport()

getAnonymousUser

public static User getAnonymousUser()

getSystemUser

public static User getSystemUser()


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