Uses of Class
org.keycloak.models.map.storage.ldap.model.LdapMapObject
- 
Packages that use LdapMapObject Package Description org.keycloak.models.map.storage.ldap.model org.keycloak.models.map.storage.ldap.role.entity org.keycloak.models.map.storage.ldap.store 
- 
- 
Uses of LdapMapObject in org.keycloak.models.map.storage.ldap.modelMethods in org.keycloak.models.map.storage.ldap.model with parameters of type LdapMapObject Modifier and Type Method Description voidLdapMapObject. populateRangedAttribute(LdapMapObject obj, String name)
- 
Uses of LdapMapObject in org.keycloak.models.map.storage.ldap.role.entityMethods in org.keycloak.models.map.storage.ldap.role.entity that return LdapMapObject Modifier and Type Method Description LdapMapObjectLdapMapRoleEntityFieldDelegate. getLdapMapObject()LdapMapObjectLdapRoleEntity. getLdapMapObject()Constructors in org.keycloak.models.map.storage.ldap.role.entity with parameters of type LdapMapObject Constructor Description LdapRoleEntity(LdapMapObject ldapMapObject, LdapMapRoleMapperConfig roleMapperConfig, LdapRoleMapKeycloakTransaction transaction, String clientId)
- 
Uses of LdapMapObject in org.keycloak.models.map.storage.ldap.storeMethods in org.keycloak.models.map.storage.ldap.store that return LdapMapObject Modifier and Type Method Description LdapMapObjectLdapMapIdentityStore. fetchById(String id, LdapMapQuery identityQuery)Methods in org.keycloak.models.map.storage.ldap.store that return types with arguments of type LdapMapObject Modifier and Type Method Description List<LdapMapObject>LdapMapIdentityStore. fetchQueryResults(LdapMapQuery identityQuery)Methods in org.keycloak.models.map.storage.ldap.store with parameters of type LdapMapObject Modifier and Type Method Description voidLdapMapIdentityStore. 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)
 
-