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$ ($Author$)
Author:
philipp

Constructor Summary
Security()
           
 
Method Summary
static Subject getAnonymousSubject()
           
static User getAnonymousUser()
           
static GroupManager getGroupManager()
          Returns the configured GroupManager.
static RoleManager getRoleManager()
          Returns the configured RoleManager.
static SecuritySupport getSecuritySupport()
           
static Subject getSystemSubject()
           
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()

getSystemSubject

public static Subject getSystemSubject()

getAnonymousSubject

public static Subject getAnonymousSubject()


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