Uses of Interface
org.keycloak.models.utils.reflection.Property
Packages that use Property
Package
Description
-
Uses of Property in org.keycloak.models.utils.reflection
Subinterfaces of Property in org.keycloak.models.utils.reflectionMethods in org.keycloak.models.utils.reflection that return PropertyModifier 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.Methods in org.keycloak.models.utils.reflection that return types with arguments of type PropertyModifier 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
Methods in org.keycloak.storage.ldap that return types with arguments of type PropertyModifier 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
Methods in org.keycloak.storage.ldap.mappers with parameters of type PropertyModifier and TypeMethodDescriptionprotected void
HardcodedAttributeMapper.setPropertyOnUserModel
(Property<Object> userModelProperty, UserModel user, String ldapAttrValue) protected void
UserAttributeLDAPStorageMapper.setPropertyOnUserModel
(Property<Object> userModelProperty, UserModel user, String ldapAttrValue)