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

Packages that use UserManager
info.magnolia.cms.security   
info.magnolia.jaas.sp.jcr   
 

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.
 class SystemUserManager
          Responsible to handle system users like anonymous and superuser.
 

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

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)
           
 

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

Uses of UserManager in info.magnolia.jaas.sp.jcr
 

Methods in info.magnolia.jaas.sp.jcr that return UserManager
 UserManager JCRAuthenticationModule.getUserManager()
          Override this to support any configured/non-configured user manager.
 



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