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
-
Method Summary
Modifier and TypeMethodDescriptiongetManagedLDAPObject
(String userId) getManagedProxiedUser
(String userId) getTransaction
(String userId) void
removeManagedUserEntry
(String userId) void
setManagedLDAPObject
(String userId, LDAPObject ldapObject) void
setManagedProxiedUser
(UserModel proxiedUser, LDAPObject ldapObject)
-
Constructor Details
-
LDAPStorageUserManager
-
-
Method Details
-
getManagedProxiedUser
-
getManagedLDAPObject
-
setManagedLDAPObject
-
getTransaction
-
setManagedProxiedUser
-
removeManagedUserEntry
-