Uses of Interface
org.keycloak.models.map.common.delegate.EntityFieldDelegate
- 
- 
Uses of EntityFieldDelegate in org.keycloak.models.map.authorization.entityMethods in org.keycloak.models.map.authorization.entity that return EntityFieldDelegate Modifier and Type Method Description EntityFieldDelegate<MapPermissionTicketEntity>MapPermissionTicketEntityFieldDelegate. getEntityFieldDelegate()EntityFieldDelegate<MapPolicyEntity>MapPolicyEntityFieldDelegate. getEntityFieldDelegate()EntityFieldDelegate<MapResourceEntity>MapResourceEntityFieldDelegate. getEntityFieldDelegate()EntityFieldDelegate<MapResourceServerEntity>MapResourceServerEntityFieldDelegate. getEntityFieldDelegate()EntityFieldDelegate<MapScopeEntity>MapScopeEntityFieldDelegate. getEntityFieldDelegate()Constructors in org.keycloak.models.map.authorization.entity with parameters of type EntityFieldDelegate Constructor Description MapPermissionTicketEntityFieldDelegate(EntityFieldDelegate<MapPermissionTicketEntity> entityFieldDelegate)MapPolicyEntityFieldDelegate(EntityFieldDelegate<MapPolicyEntity> entityFieldDelegate)MapResourceEntityFieldDelegate(EntityFieldDelegate<MapResourceEntity> entityFieldDelegate)MapResourceServerEntityFieldDelegate(EntityFieldDelegate<MapResourceServerEntity> entityFieldDelegate)MapScopeEntityFieldDelegate(EntityFieldDelegate<MapScopeEntity> entityFieldDelegate)
- 
Uses of EntityFieldDelegate in org.keycloak.models.map.authSessionMethods in org.keycloak.models.map.authSession that return EntityFieldDelegate Modifier and Type Method Description EntityFieldDelegate<MapAuthenticationSessionEntity>MapAuthenticationSessionEntityFieldDelegate. getEntityFieldDelegate()EntityFieldDelegate<MapRootAuthenticationSessionEntity>MapRootAuthenticationSessionEntityFieldDelegate. getEntityFieldDelegate()Constructors in org.keycloak.models.map.authSession with parameters of type EntityFieldDelegate Constructor Description MapAuthenticationSessionEntityFieldDelegate(EntityFieldDelegate<MapAuthenticationSessionEntity> entityFieldDelegate)MapRootAuthenticationSessionEntityFieldDelegate(EntityFieldDelegate<MapRootAuthenticationSessionEntity> entityFieldDelegate)
- 
Uses of EntityFieldDelegate in org.keycloak.models.map.clientMethods 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.clientscopeMethods in org.keycloak.models.map.clientscope that return EntityFieldDelegate Modifier and Type Method Description EntityFieldDelegate<MapClientScopeEntity>MapClientScopeEntityFieldDelegate. getEntityFieldDelegate()Constructors in org.keycloak.models.map.clientscope with parameters of type EntityFieldDelegate Constructor Description MapClientScopeEntityFieldDelegate(EntityFieldDelegate<MapClientScopeEntity> entityFieldDelegate)
- 
Uses of EntityFieldDelegate in org.keycloak.models.map.commonMethods 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 extends AbstractEntity>
 VDeepCloner. entityFieldDelegate(V delegate, EntityFieldDelegate<V> delegateProvider)
- 
Uses of EntityFieldDelegate in org.keycloak.models.map.common.delegateClasses in org.keycloak.models.map.common.delegate that implement EntityFieldDelegate Modifier and Type Class Description static classEntityFieldDelegate.WithEntity<E extends UpdatableEntity>classPerFieldDelegateProvider<V extends AbstractEntity>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.eventsMethods in org.keycloak.models.map.events that return EntityFieldDelegate Modifier and Type Method Description EntityFieldDelegate<MapAdminEventEntity>MapAdminEventEntityFieldDelegate. getEntityFieldDelegate()EntityFieldDelegate<MapAuthEventEntity>MapAuthEventEntityFieldDelegate. getEntityFieldDelegate()Constructors in org.keycloak.models.map.events with parameters of type EntityFieldDelegate Constructor Description MapAdminEventEntityFieldDelegate(EntityFieldDelegate<MapAdminEventEntity> entityFieldDelegate)MapAuthEventEntityFieldDelegate(EntityFieldDelegate<MapAuthEventEntity> entityFieldDelegate)
- 
Uses of EntityFieldDelegate in org.keycloak.models.map.groupMethods 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.lockMethods in org.keycloak.models.map.lock that return EntityFieldDelegate Modifier and Type Method Description EntityFieldDelegate<MapLockEntity>MapLockEntityFieldDelegate. getEntityFieldDelegate()Constructors in org.keycloak.models.map.lock with parameters of type EntityFieldDelegate Constructor Description MapLockEntityFieldDelegate(EntityFieldDelegate<MapLockEntity> entityFieldDelegate)
- 
Uses of EntityFieldDelegate in org.keycloak.models.map.loginFailureMethods in org.keycloak.models.map.loginFailure that return EntityFieldDelegate Modifier and Type Method Description EntityFieldDelegate<MapUserLoginFailureEntity>MapUserLoginFailureEntityFieldDelegate. getEntityFieldDelegate()Constructors in org.keycloak.models.map.loginFailure with parameters of type EntityFieldDelegate Constructor Description MapUserLoginFailureEntityFieldDelegate(EntityFieldDelegate<MapUserLoginFailureEntity> entityFieldDelegate)
- 
Uses of EntityFieldDelegate in org.keycloak.models.map.realmMethods in org.keycloak.models.map.realm that return EntityFieldDelegate Modifier and Type Method Description EntityFieldDelegate<MapRealmEntity>MapRealmEntityFieldDelegate. getEntityFieldDelegate()Constructors in org.keycloak.models.map.realm with parameters of type EntityFieldDelegate Constructor Description MapRealmEntityFieldDelegate(EntityFieldDelegate<MapRealmEntity> entityFieldDelegate)
- 
Uses of EntityFieldDelegate in org.keycloak.models.map.realm.entity
- 
Uses of EntityFieldDelegate in org.keycloak.models.map.roleMethods 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)
- 
Uses of EntityFieldDelegate in org.keycloak.models.map.singleUseObjectMethods in org.keycloak.models.map.singleUseObject that return EntityFieldDelegate Modifier and Type Method Description EntityFieldDelegate<MapSingleUseObjectEntity>MapSingleUseObjectEntityFieldDelegate. getEntityFieldDelegate()Constructors in org.keycloak.models.map.singleUseObject with parameters of type EntityFieldDelegate Constructor Description MapSingleUseObjectEntityFieldDelegate(EntityFieldDelegate<MapSingleUseObjectEntity> entityFieldDelegate)
- 
Uses of EntityFieldDelegate in org.keycloak.models.map.storage.hotRod.userSessionClasses in org.keycloak.models.map.storage.hotRod.userSession that implement EntityFieldDelegate Modifier and Type Class Description classAuthenticatedClientSessionReferenceOnlyFieldDelegate
- 
Uses of EntityFieldDelegate in org.keycloak.models.map.storage.ldap.role.entityClasses in org.keycloak.models.map.storage.ldap.role.entity that implement EntityFieldDelegate Modifier and Type Class Description classLdapRoleEntityConstructors in org.keycloak.models.map.storage.ldap.role.entity with parameters of type EntityFieldDelegate Constructor Description LdapMapRoleEntityFieldDelegate(EntityFieldDelegate<MapRoleEntity> entityFieldDelegate)
- 
Uses of EntityFieldDelegate in org.keycloak.models.map.userMethods in org.keycloak.models.map.user that return EntityFieldDelegate Modifier and Type Method Description EntityFieldDelegate<MapUserConsentEntity>MapUserConsentEntityFieldDelegate. getEntityFieldDelegate()EntityFieldDelegate<MapUserCredentialEntity>MapUserCredentialEntityFieldDelegate. getEntityFieldDelegate()EntityFieldDelegate<MapUserEntity>MapUserEntityFieldDelegate. getEntityFieldDelegate()EntityFieldDelegate<MapUserFederatedIdentityEntity>MapUserFederatedIdentityEntityFieldDelegate. getEntityFieldDelegate()Constructors in org.keycloak.models.map.user with parameters of type EntityFieldDelegate Constructor Description MapUserConsentEntityFieldDelegate(EntityFieldDelegate<MapUserConsentEntity> entityFieldDelegate)MapUserCredentialEntityFieldDelegate(EntityFieldDelegate<MapUserCredentialEntity> entityFieldDelegate)MapUserEntityFieldDelegate(EntityFieldDelegate<MapUserEntity> entityFieldDelegate)MapUserFederatedIdentityEntityFieldDelegate(EntityFieldDelegate<MapUserFederatedIdentityEntity> entityFieldDelegate)
- 
Uses of EntityFieldDelegate in org.keycloak.models.map.userSessionMethods in org.keycloak.models.map.userSession that return EntityFieldDelegate Modifier and Type Method Description EntityFieldDelegate<MapAuthenticatedClientSessionEntity>MapAuthenticatedClientSessionEntityFieldDelegate. getEntityFieldDelegate()EntityFieldDelegate<MapUserSessionEntity>MapUserSessionEntityFieldDelegate. getEntityFieldDelegate()Constructors in org.keycloak.models.map.userSession with parameters of type EntityFieldDelegate Constructor Description MapAuthenticatedClientSessionEntityFieldDelegate(EntityFieldDelegate<MapAuthenticatedClientSessionEntity> entityFieldDelegate)MapUserSessionEntityFieldDelegate(EntityFieldDelegate<MapUserSessionEntity> entityFieldDelegate)
 
-