Uses of Interface
info.magnolia.cms.security.UserManager

Packages that use UserManager
info.magnolia.cms.security   
 

Uses of UserManager in info.magnolia.cms.security
 

Classes in info.magnolia.cms.security that implement UserManager
 class DelegatingUserManager
          A UserManager delegating to a set of user managers.
 class ExternalUserManager
          Manages the JAAS users.
 class HierarchicalUserManager
          A variation of a MgnlUserManager which stores users hierarchically using the following structure: /<realm>/<first letter of user name>/<first two letters of user name>.
 class MgnlUserManager
          Manages the users stored in Magnolia itself.
protected  class RescueSecuritySupport.RescueUserManager
          TODO: extract as top level class? Currently this class is tested implicitly by RescueSecuritySupportTest.
 class SystemUserManager
          Responsible to handle system users like anonymous and superuser.
 

Methods in info.magnolia.cms.security that return UserManager
 UserManager RescueSecuritySupport.getUserManager()
           
 UserManager SecuritySupportImpl.getUserManager()
          Returns a UserManager which is delegating to the configured UserManagers.
static UserManager Security.getUserManager()
          Deprecated. Returns the configured UserManager.
 UserManager SecuritySupport.getUserManager()
          Returns a generic UserManager, either for a default realm, or an implementation which delegates to other UserManager instances.
 UserManager RescueSecuritySupport.getUserManager(String realmName)
           
 UserManager SecuritySupportImpl.getUserManager(String realmName)
           
 UserManager SecuritySupport.getUserManager(String realmName)
          Returns a UserManager for the given realm.
 

Methods in info.magnolia.cms.security that return types with arguments of type UserManager
 Map<String,UserManager> SecuritySupportImpl.getUserManagers()
           
 

Methods in info.magnolia.cms.security with parameters of type UserManager
 void SecuritySupportImpl.addUserManager(String realmName, UserManager delegate)
           
 

Method parameters in info.magnolia.cms.security with type arguments of type UserManager
 void SecuritySupportImpl.setUserManagers(Map<String,UserManager> userManagers)
           
 

Constructor parameters in info.magnolia.cms.security with type arguments of type UserManager
DelegatingUserManager(Map<String,UserManager> delegates)
           
 



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