public class LDAPStorageUserManager extends Object
Constructor and Description |
---|
LDAPStorageUserManager(LDAPStorageProvider provider) |
Modifier and Type | Method and Description |
---|---|
LDAPObject |
getManagedLDAPUser(String userId) |
UserModel |
getManagedProxiedUser(String userId) |
LDAPTransaction |
getTransaction(String userId) |
void |
removeManagedUserEntry(String userId) |
void |
setManagedProxiedUser(UserModel proxiedUser,
LDAPObject ldapObject) |
public LDAPStorageUserManager(LDAPStorageProvider provider)
public LDAPObject getManagedLDAPUser(String userId)
public LDAPTransaction getTransaction(String userId)
public void setManagedProxiedUser(UserModel proxiedUser, LDAPObject ldapObject)
public void removeManagedUserEntry(String userId)
Copyright © 2021 JBoss by Red Hat. All rights reserved.