Uses of Class
org.apache.jackrabbit.core.security.user.UserManagerImpl
-
Packages that use UserManagerImpl Package Description 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 Modifier and Type Method Description protected UserManagerImpl
DefaultSecurityManager. createUserManager(SessionImpl session)
Creates aUserManagerImpl
for the given session.protected UserManagerImpl
UserPerWorkspaceSecurityManager. createUserManager(SessionImpl session)
Creates a new instanceofTransientChangeUserManagerImpl
. -
Uses of UserManagerImpl in org.apache.jackrabbit.core.security.principal
Constructors in org.apache.jackrabbit.core.security.principal with parameters of type UserManagerImpl Constructor Description 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 Modifier and Type Class Description 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 Constructor Description UserImpl(NodeImpl node, UserManagerImpl userManager)
XPathQueryEvaluator(XPathQueryBuilder builder, UserManagerImpl userManager, SessionImpl session)
-