Uses of Interface
org.keycloak.models.utils.reflection.Property
Package
Description
-
Uses of Property in org.keycloak.models.utils.reflection
Modifier and TypeMethodDescriptionPropertyQuery.getFirstResult()
Get the first result from the query, causing the query to be run.PropertyQuery.getFirstWritableResult()
Get the first result from the query that is not marked as read only, causing the query to be run.PropertyQuery.getSingleResult()
Get a single result from the query, causing the query to be run.PropertyQuery.getWritableSingleResult()
Get a single result from the query that is not marked as read only, causing the query to be run.Modifier and TypeMethodDescriptionPropertyQuery.getResultList()
Get the result from the query, causing the query to be run.PropertyQuery.getWritableResultList()
Get the non read only results from the query, causing the query to be run. -
Uses of Property in org.keycloak.storage.ldap
Modifier and TypeMethodDescriptionLDAPUtils.getUserModelProperties()
Return a map of the user model properties from the getter methods Map key are the attributes names in lower case -
Uses of Property in org.keycloak.storage.ldap.mappers
Modifier and TypeMethodDescriptionprotected void
HardcodedAttributeMapper.setPropertyOnUserModel
(Property<Object> userModelProperty, UserModel user, String ldapAttrValue) protected void
UserAttributeLDAPStorageMapper.setPropertyOnUserModel
(Property<Object> userModelProperty, UserModel user, String ldapAttrValue)