Package | Description |
---|---|
org.keycloak.models.utils.reflection | |
org.keycloak.storage.ldap | |
org.keycloak.storage.ldap.mappers |
Modifier and Type | Interface and Description |
---|---|
interface |
MethodProperty<V> |
Modifier and Type | Method and Description |
---|---|
Property<V> |
PropertyQuery.getFirstResult()
Get the first result from the query, causing the query to be run.
|
Property<V> |
PropertyQuery.getFirstWritableResult()
Get the first result from the query that is not marked as read only, causing the query to be run.
|
Property<V> |
PropertyQuery.getSingleResult()
Get a single result from the query, causing the query to be run.
|
Property<V> |
PropertyQuery.getWritableSingleResult()
Get a single result from the query that is not marked as read only, causing the query to be run.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Property<V>> |
PropertyQuery.getResultList()
Get the result from the query, causing the query to be run.
|
Map<String,Property<V>> |
PropertyQuery.getWritableResultList()
Get the non read only results from the query, causing the query to be run.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Property<Object>> |
LDAPUtils.getUserModelProperties()
Return a map of the user model properties from the getter methods
Map key are the attributes names in lower case
|
Modifier and Type | Method and Description |
---|---|
protected void |
UserAttributeLDAPStorageMapper.setPropertyOnUserModel(Property<Object> userModelProperty,
UserModel user,
String ldapAttrValue) |
protected void |
HardcodedAttributeMapper.setPropertyOnUserModel(Property<Object> userModelProperty,
UserModel user,
String ldapAttrValue) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.