Uses of Interface
org.keycloak.models.map.common.delegate.EntityFieldDelegate
-
-
Uses of EntityFieldDelegate in org.keycloak.models.map.client
Methods in org.keycloak.models.map.client that return EntityFieldDelegate Modifier and Type Method Description EntityFieldDelegate<MapClientEntity>MapClientEntityFieldDelegate. getEntityFieldDelegate()EntityFieldDelegate<MapProtocolMapperEntity>MapProtocolMapperEntityFieldDelegate. getEntityFieldDelegate()Constructors in org.keycloak.models.map.client with parameters of type EntityFieldDelegate Constructor Description MapClientEntityFieldDelegate(EntityFieldDelegate<MapClientEntity> entityFieldDelegate)MapProtocolMapperEntityFieldDelegate(EntityFieldDelegate<MapProtocolMapperEntity> entityFieldDelegate) -
Uses of EntityFieldDelegate in org.keycloak.models.map.common
Methods in org.keycloak.models.map.common with parameters of type EntityFieldDelegate Modifier and Type Method Description VDeepCloner.EntityFieldDelegateCreator. create(EntityFieldDelegate<V> entityDelegateProvider)Function that instantiates a delegation object of typeVwith the given per-field delegate provider.<V> VDeepCloner. entityFieldDelegate(Class<V> delegateClass, EntityFieldDelegate<V> delegateProvider)<V> VDeepCloner. entityFieldDelegate(V delegate, EntityFieldDelegate<V> delegateProvider) -
Uses of EntityFieldDelegate in org.keycloak.models.map.common.delegate
Methods in org.keycloak.models.map.common.delegate that return EntityFieldDelegate Modifier and Type Method Description EntityFieldDelegate<E>HasEntityFieldDelegate. getEntityFieldDelegate() -
Uses of EntityFieldDelegate in org.keycloak.models.map.group
Methods in org.keycloak.models.map.group that return EntityFieldDelegate Modifier and Type Method Description EntityFieldDelegate<MapGroupEntity>MapGroupEntityFieldDelegate. getEntityFieldDelegate()Constructors in org.keycloak.models.map.group with parameters of type EntityFieldDelegate Constructor Description MapGroupEntityFieldDelegate(EntityFieldDelegate<MapGroupEntity> entityFieldDelegate) -
Uses of EntityFieldDelegate in org.keycloak.models.map.role
Methods in org.keycloak.models.map.role that return EntityFieldDelegate Modifier and Type Method Description EntityFieldDelegate<MapRoleEntity>MapRoleEntityFieldDelegate. getEntityFieldDelegate()Constructors in org.keycloak.models.map.role with parameters of type EntityFieldDelegate Constructor Description MapRoleEntityFieldDelegate(EntityFieldDelegate<MapRoleEntity> entityFieldDelegate)
-