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.model
Methods in org.keycloak.models.map.storage.ldap.model with parameters of type LdapMapObject Modifier and Type Method Description void
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 LdapMapObject Modifier and Type Method Description LdapMapObject
LdapMapRoleEntityFieldDelegate. getLdapMapObject()
LdapMapObject
LdapRoleEntity. getLdapMapObject()
Constructors in org.keycloak.models.map.storage.ldap.role.entity with parameters of type LdapMapObject Constructor Description LdapRoleEntity(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 LdapMapObject Modifier and Type Method Description LdapMapObject
LdapMapIdentityStore. 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 void
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)
-