| Package | Description |
|---|---|
| org.keycloak.federation.ldap | |
| org.keycloak.federation.ldap.idm.store | |
| org.keycloak.federation.ldap.idm.store.ldap |
| Modifier and Type | Method and Description |
|---|---|
static LDAPUser |
LDAPUtils.addUser(LDAPIdentityStore ldapIdentityStore,
String username,
String firstName,
String lastName,
String email) |
static LDAPUser |
LDAPUtils.getUser(LDAPIdentityStore ldapIdentityStore,
String username) |
static LDAPUser |
LDAPUtils.getUserByEmail(LDAPIdentityStore ldapIdentityStore,
String email) |
protected LDAPUser |
LDAPFederationProvider.queryByEmail(String email) |
static LDAPUser |
LDAPUtils.updateUser(LDAPIdentityStore ldapIdentityStore,
String username,
String firstName,
String lastName,
String email) |
| Modifier and Type | Method and Description |
|---|---|
static List<LDAPUser> |
LDAPUtils.getAllUsers(LDAPIdentityStore ldapIdentityStore) |
protected Map<String,LDAPUser> |
LDAPFederationProvider.searchLDAP(Map<String,String> attributes,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
protected UserModel |
LDAPFederationProvider.importUserFromLDAP(RealmModel realm,
LDAPUser ldapUser) |
static void |
LDAPUtils.updatePassword(LDAPIdentityStore ldapIdentityStore,
LDAPUser user,
String password) |
static boolean |
LDAPUtils.validatePassword(LDAPIdentityStore ldapIdentityStore,
LDAPUser user,
String password) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LDAPFederationProviderFactory.importLdapUsers(KeycloakSession session,
String realmId,
UserFederationProviderModel fedModel,
List<LDAPUser> ldapUsers) |
protected void |
LDAPFederationProvider.importLDAPUsers(RealmModel realm,
List<LDAPUser> ldapUsers,
UserFederationProviderModel fedModel) |
protected void |
LDAPFederationProviderFactory.syncImpl(KeycloakSessionFactory sessionFactory,
IdentityQuery<LDAPUser> userQuery,
String realmId,
UserFederationProviderModel fedModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityStore.updatePassword(LDAPUser user,
String password)
Updates the specified credential value.
|
boolean |
IdentityStore.validatePassword(LDAPUser user,
String password)
Validates the specified credentials.
|
| Modifier and Type | Method and Description |
|---|---|
LDAPUser |
LDAPIdentityStore.getUser(String username) |
| Modifier and Type | Method and Description |
|---|---|
void |
LDAPIdentityStore.updatePassword(LDAPUser user,
String password) |
boolean |
LDAPIdentityStore.validatePassword(LDAPUser user,
String password) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.