Uses of Interface
org.keycloak.models.map.realm.entity.MapAuthenticationExecutionEntity
-
-
Uses of MapAuthenticationExecutionEntity in org.keycloak.models.map.realm
Methods in org.keycloak.models.map.realm with parameters of type MapAuthenticationExecutionEntity Modifier and Type Method Description void
MapRealmEntity. addAuthenticationExecution(MapAuthenticationExecutionEntity authenticationExecution)
void
MapRealmEntityDelegate. addAuthenticationExecution(MapAuthenticationExecutionEntity authenticationExecution)
void
MapRealmEntityFieldDelegate. addAuthenticationExecution(MapAuthenticationExecutionEntity p0)
void
MapRealmEntityImpl. addAuthenticationExecution(MapAuthenticationExecutionEntity p0)
void
MapRealmEntityImpl.Empty. addAuthenticationExecution(MapAuthenticationExecutionEntity authenticationExecution)
-
Uses of MapAuthenticationExecutionEntity in org.keycloak.models.map.realm.entity
Classes in org.keycloak.models.map.realm.entity that implement MapAuthenticationExecutionEntity Modifier and Type Class Description class
MapAuthenticationExecutionEntityDelegate
class
MapAuthenticationExecutionEntityFieldDelegate
class
MapAuthenticationExecutionEntityImpl
static class
MapAuthenticationExecutionEntityImpl.Empty
Methods in org.keycloak.models.map.realm.entity that return MapAuthenticationExecutionEntity Modifier and Type Method Description static MapAuthenticationExecutionEntity
MapAuthenticationExecutionEntityCloner. deepClone(MapAuthenticationExecutionEntity original, MapAuthenticationExecutionEntity target)
static MapAuthenticationExecutionEntity
MapAuthenticationExecutionEntityCloner. deepCloneNoId(MapAuthenticationExecutionEntity original, MapAuthenticationExecutionEntity target)
static MapAuthenticationExecutionEntity
MapAuthenticationExecutionEntity. fromModel(AuthenticationExecutionModel model)
Methods in org.keycloak.models.map.realm.entity that return types with arguments of type MapAuthenticationExecutionEntity Modifier and Type Method Description DelegateProvider<MapAuthenticationExecutionEntity>
MapAuthenticationExecutionEntityDelegate. getDelegateProvider()
EntityFieldDelegate<MapAuthenticationExecutionEntity>
MapAuthenticationExecutionEntityFieldDelegate. getEntityFieldDelegate()
Methods in org.keycloak.models.map.realm.entity with parameters of type MapAuthenticationExecutionEntity Modifier and Type Method Description static MapAuthenticationExecutionEntity
MapAuthenticationExecutionEntityCloner. deepClone(MapAuthenticationExecutionEntity original, MapAuthenticationExecutionEntity target)
static MapAuthenticationExecutionEntity
MapAuthenticationExecutionEntityCloner. deepCloneNoId(MapAuthenticationExecutionEntity original, MapAuthenticationExecutionEntity target)
static AuthenticationExecutionModel
MapAuthenticationExecutionEntity. toModel(MapAuthenticationExecutionEntity entity)
Constructor parameters in org.keycloak.models.map.realm.entity with type arguments of type MapAuthenticationExecutionEntity Constructor Description MapAuthenticationExecutionEntityDelegate(DelegateProvider<MapAuthenticationExecutionEntity> delegateProvider)
MapAuthenticationExecutionEntityFieldDelegate(EntityFieldDelegate<MapAuthenticationExecutionEntity> entityFieldDelegate)
-
Uses of MapAuthenticationExecutionEntity in org.keycloak.models.map.storage.hotRod.realm
Methods in org.keycloak.models.map.storage.hotRod.realm that return types with arguments of type MapAuthenticationExecutionEntity Modifier and Type Method Description Optional<MapAuthenticationExecutionEntity>
HotRodRealmEntityDelegate. getAuthenticationExecution(String p0)
Set<MapAuthenticationExecutionEntity>
HotRodRealmEntityDelegate. getAuthenticationExecutions()
Methods in org.keycloak.models.map.storage.hotRod.realm with parameters of type MapAuthenticationExecutionEntity Modifier and Type Method Description void
HotRodRealmEntityDelegate. addAuthenticationExecution(MapAuthenticationExecutionEntity p0)
-
Uses of MapAuthenticationExecutionEntity in org.keycloak.models.map.storage.hotRod.realm.entity
Classes in org.keycloak.models.map.storage.hotRod.realm.entity that implement MapAuthenticationExecutionEntity Modifier and Type Class Description class
HotRodAuthenticationExecutionEntityDelegate
-
Uses of MapAuthenticationExecutionEntity in org.keycloak.models.map.storage.jpa.realm.entity
Methods in org.keycloak.models.map.storage.jpa.realm.entity that return types with arguments of type MapAuthenticationExecutionEntity Modifier and Type Method Description Optional<MapAuthenticationExecutionEntity>
JpaRealmEntity. getAuthenticationExecution(String p0)
Set<MapAuthenticationExecutionEntity>
JpaRealmEntity. getAuthenticationExecutions()
Methods in org.keycloak.models.map.storage.jpa.realm.entity with parameters of type MapAuthenticationExecutionEntity Modifier and Type Method Description void
JpaRealmEntity. addAuthenticationExecution(MapAuthenticationExecutionEntity authenticationExecution)
-