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.reflection
Subinterfaces of Property in org.keycloak.models.utils.reflection Modifier and Type Interface Description interface
MethodProperty<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.ldap
Methods 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.mappers
Methods in org.keycloak.storage.ldap.mappers with parameters of type Property Modifier and Type Method Description protected void
HardcodedAttributeMapper. setPropertyOnUserModel(Property<Object> userModelProperty, UserModel user, String ldapAttrValue)
protected void
UserAttributeLDAPStorageMapper. setPropertyOnUserModel(Property<Object> userModelProperty, UserModel user, String ldapAttrValue)
-