Uses of Interface
org.keycloak.models.utils.reflection.Property
- 
Packages that use Property Package Description org.keycloak.models.utils.reflection org.keycloak.storage.ldap org.keycloak.storage.ldap.mappers 
- 
- 
Uses of Property in org.keycloak.models.utils.reflectionSubinterfaces of Property in org.keycloak.models.utils.reflection Modifier and Type Interface Description interfaceMethodProperty<V>Methods in org.keycloak.models.utils.reflection that return Property Modifier and Type Method 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.Methods in org.keycloak.models.utils.reflection that return types with arguments of type Property Modifier and Type Method 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.
- 
Uses of Property in org.keycloak.storage.ldapMethods in org.keycloak.storage.ldap that return types with arguments of type Property Modifier and Type Method 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
- 
Uses of Property in org.keycloak.storage.ldap.mappersMethods in org.keycloak.storage.ldap.mappers with parameters of type Property Modifier and Type Method Description protected voidHardcodedAttributeMapper. setPropertyOnUserModel(Property<Object> userModelProperty, UserModel user, String ldapAttrValue)protected voidUserAttributeLDAPStorageMapper. setPropertyOnUserModel(Property<Object> userModelProperty, UserModel user, String ldapAttrValue)
 
-