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 TypeMethodDescriptionvoidLdapMapObject.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 TypeMethodDescriptionvoidLdapMapIdentityStore.add(LdapMapObject ldapObject) protected voidLdapMapIdentityStore.checkRename(LdapMapObject ldapObject) protected BasicAttributesLdapMapIdentityStore.extractAttributesForSaving(LdapMapObject ldapObject, boolean isCreate) protected StringLdapMapIdentityStore.getEntryIdentifier(LdapMapObject ldapObject) voidLdapMapIdentityStore.remove(LdapMapObject ldapObject) voidLdapMapIdentityStore.update(LdapMapObject ldapObject) voidLdapMapIdentityStore.validatePassword(LdapMapObject user, String password)