Uses of Class
org.keycloak.models.map.storage.ldap.model.LdapMapObject
Packages that use LdapMapObject
Package
Description
-
Uses of LdapMapObject in org.keycloak.models.map.storage.ldap.model
Methods in org.keycloak.models.map.storage.ldap.model with parameters of type LdapMapObjectModifier and TypeMethodDescriptionvoid
LdapMapObject.populateRangedAttribute
(LdapMapObject obj, String name) -
Uses of LdapMapObject in org.keycloak.models.map.storage.ldap.role.entity
Methods in org.keycloak.models.map.storage.ldap.role.entity that return LdapMapObjectModifier and TypeMethodDescriptionLdapMapRoleEntityFieldDelegate.getLdapMapObject()
LdapRoleEntity.getLdapMapObject()
Constructors in org.keycloak.models.map.storage.ldap.role.entity with parameters of type LdapMapObjectModifierConstructorDescriptionLdapRoleEntity
(LdapMapObject ldapMapObject, LdapMapRoleMapperConfig roleMapperConfig, LdapRoleMapStorage store, String clientId) -
Uses of LdapMapObject in org.keycloak.models.map.storage.ldap.store
Methods in org.keycloak.models.map.storage.ldap.store that return LdapMapObjectModifier and TypeMethodDescriptionLdapMapIdentityStore.fetchById
(String id, LdapMapQuery identityQuery) Methods in org.keycloak.models.map.storage.ldap.store that return types with arguments of type LdapMapObjectModifier and TypeMethodDescriptionLdapMapIdentityStore.fetchQueryResults
(LdapMapQuery identityQuery) Methods in org.keycloak.models.map.storage.ldap.store with parameters of type LdapMapObjectModifier 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)