Uses of Class
org.apache.jackrabbit.core.security.user.UserManagerImpl

Packages that use UserManagerImpl
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.security.principal   
org.apache.jackrabbit.core.security.user   
 

Uses of UserManagerImpl in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that return UserManagerImpl
protected  UserManagerImpl UserPerWorkspaceSecurityManager.createUserManager(SessionImpl session)
          Creates a new instanceof TransientChangeUserManagerImpl.
protected  UserManagerImpl DefaultSecurityManager.createUserManager(SessionImpl session)
          Creates a UserManagerImpl for the given session.
 

Uses of UserManagerImpl in org.apache.jackrabbit.core.security.principal
 

Constructors in org.apache.jackrabbit.core.security.principal with parameters of type UserManagerImpl
DefaultPrincipalProvider(Session systemSession, UserManagerImpl systemUserManager)
          Creates a new DefaultPrincipalProvider reading the principals from the storage below the given security root node.
 

Uses of UserManagerImpl in org.apache.jackrabbit.core.security.user
 

Subclasses of UserManagerImpl in org.apache.jackrabbit.core.security.user
 class UserPerWorkspaceUserManager
          Derived UserManager implementation that allows to switch between autosaving and transient change mode.
 

Constructors in org.apache.jackrabbit.core.security.user with parameters of type UserManagerImpl
UserImpl(NodeImpl node, UserManagerImpl userManager)
           
XPathQueryEvaluator(XPathQueryBuilder builder, UserManagerImpl userManager, SessionImpl session)
           
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.