Package org.keycloak.storage.ldap
Class LDAPStorageUserManager
java.lang.Object
org.keycloak.storage.ldap.LDAPStorageUserManager
Track which LDAP users were already enlisted during this transaction
- Author:
 - Marek Posolda
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetManagedLDAPObject(String userId) getManagedProxiedUser(String userId) getTransaction(String userId) voidremoveManagedUserEntry(String userId) voidsetManagedLDAPObject(String userId, LDAPObject ldapObject) voidsetManagedProxiedUser(UserModel proxiedUser, LDAPObject ldapObject)  
- 
Constructor Details
- 
LDAPStorageUserManager
 
 - 
 - 
Method Details
- 
getManagedProxiedUser
 - 
getManagedLDAPObject
 - 
setManagedLDAPObject
 - 
getTransaction
 - 
setManagedProxiedUser
 - 
removeManagedUserEntry
 
 -