Uses of Class
org.keycloak.models.map.storage.ldap.model.LdapMapObject
Package
Description
-
Uses of LdapMapObject in org.keycloak.models.map.storage.ldap.model
Modifier and TypeMethodDescriptionvoid
LdapMapObject.populateRangedAttribute
(LdapMapObject obj, String name) -
Uses of LdapMapObject in org.keycloak.models.map.storage.ldap.role.entity
Modifier and TypeMethodDescriptionLdapMapRoleEntityFieldDelegate.getLdapMapObject()
LdapRoleEntity.getLdapMapObject()
ModifierConstructorDescriptionLdapRoleEntity
(LdapMapObject ldapMapObject, LdapMapRoleMapperConfig roleMapperConfig, LdapRoleMapStorage store, String clientId) -
Uses of LdapMapObject in org.keycloak.models.map.storage.ldap.store
Modifier and TypeMethodDescriptionLdapMapIdentityStore.fetchById
(String id, LdapMapQuery identityQuery) Modifier and TypeMethodDescriptionLdapMapIdentityStore.fetchQueryResults
(LdapMapQuery identityQuery) Modifier and TypeMethodDescriptionvoid
LdapMapIdentityStore.add
(LdapMapObject ldapObject) protected void
LdapMapIdentityStore.checkRename
(LdapMapObject ldapObject) protected BasicAttributes
LdapMapIdentityStore.extractAttributesForSaving
(LdapMapObject ldapObject, boolean isCreate) protected String
LdapMapIdentityStore.getEntryIdentifier
(LdapMapObject ldapObject) void
LdapMapIdentityStore.remove
(LdapMapObject ldapObject) void
LdapMapIdentityStore.update
(LdapMapObject ldapObject) void
LdapMapIdentityStore.validatePassword
(LdapMapObject user, String password)