| Package | Description | 
|---|---|
| org.apache.jackrabbit.core | 
 Contains the core classes that provide the implementation of the JCR API. 
 | 
| org.apache.jackrabbit.core.security.user | 
| Modifier and Type | Method and Description | 
|---|---|
protected MembershipCache | 
DefaultSecurityManager.getMembershipCache(SessionImpl session)  | 
| Modifier and Type | Method and Description | 
|---|---|
MembershipCache | 
UserManagerImpl.getMembershipCache()  | 
| Constructor and Description | 
|---|
UserManagerImpl(SessionImpl session,
               String adminId,
               Properties config,
               MembershipCache mCache)
Create a new  
UserManager for the given session. | 
UserPerWorkspaceUserManager(SessionImpl session,
                           String adminId,
                           Properties config,
                           MembershipCache mCache)
Creates a UserManager that doesn't implicitly save changes but requires
 an explicit call to  
Session.save(). | 
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.