Uses of Interface
org.keycloak.models.map.realm.entity.MapAuthenticationFlowEntity
Package
Description
-
Uses of MapAuthenticationFlowEntity in org.keycloak.models.map.realm
Modifier and TypeMethodDescriptionMapRealmEntity.getAuthenticationFlow
(String flowId) MapRealmEntityDelegate.getAuthenticationFlow
(String flowId) MapRealmEntityFieldDelegate.getAuthenticationFlow
(String p0) MapRealmEntityImpl.Empty.getAuthenticationFlow
(String flowId) MapRealmEntityImpl.getAuthenticationFlow
(String p0) MapRealmEntity.getAuthenticationFlows()
MapRealmEntityDelegate.getAuthenticationFlows()
MapRealmEntityFieldDelegate.getAuthenticationFlows()
MapRealmEntityImpl.Empty.getAuthenticationFlows()
MapRealmEntityImpl.getAuthenticationFlows()
Modifier and TypeMethodDescriptionvoid
MapRealmEntity.addAuthenticationFlow
(MapAuthenticationFlowEntity authenticationFlow) void
MapRealmEntityDelegate.addAuthenticationFlow
(MapAuthenticationFlowEntity authenticationFlow) void
MapRealmEntityFieldDelegate.addAuthenticationFlow
(MapAuthenticationFlowEntity p0) void
MapRealmEntityImpl.addAuthenticationFlow
(MapAuthenticationFlowEntity p0) void
MapRealmEntityImpl.Empty.addAuthenticationFlow
(MapAuthenticationFlowEntity authenticationFlow) -
Uses of MapAuthenticationFlowEntity in org.keycloak.models.map.realm.entity
Modifier and TypeClassDescriptionclass
class
class
static class
Modifier and TypeMethodDescriptionstatic MapAuthenticationFlowEntity
MapAuthenticationFlowEntityCloner.deepClone
(MapAuthenticationFlowEntity original, MapAuthenticationFlowEntity target) static MapAuthenticationFlowEntity
MapAuthenticationFlowEntityCloner.deepCloneNoId
(MapAuthenticationFlowEntity original, MapAuthenticationFlowEntity target) static MapAuthenticationFlowEntity
MapAuthenticationFlowEntity.fromModel
(AuthenticationFlowModel model) Modifier and TypeMethodDescriptionMapAuthenticationFlowEntityDelegate.getDelegateProvider()
MapAuthenticationFlowEntityFieldDelegate.getEntityFieldDelegate()
Modifier and TypeMethodDescriptionstatic MapAuthenticationFlowEntity
MapAuthenticationFlowEntityCloner.deepClone
(MapAuthenticationFlowEntity original, MapAuthenticationFlowEntity target) static MapAuthenticationFlowEntity
MapAuthenticationFlowEntityCloner.deepCloneNoId
(MapAuthenticationFlowEntity original, MapAuthenticationFlowEntity target) static AuthenticationFlowModel
MapAuthenticationFlowEntity.toModel
(MapAuthenticationFlowEntity entity) ModifierConstructorDescriptionMapAuthenticationFlowEntityDelegate
(DelegateProvider<MapAuthenticationFlowEntity> delegateProvider) MapAuthenticationFlowEntityFieldDelegate
(EntityFieldDelegate<MapAuthenticationFlowEntity> entityFieldDelegate) -
Uses of MapAuthenticationFlowEntity in org.keycloak.models.map.storage.hotRod.realm
Modifier and TypeMethodDescriptionHotRodRealmEntityDelegate.getAuthenticationFlow
(String p0) HotRodRealmEntityDelegate.getAuthenticationFlows()
Modifier and TypeMethodDescriptionvoid
HotRodRealmEntityDelegate.addAuthenticationFlow
(MapAuthenticationFlowEntity p0) -
Uses of MapAuthenticationFlowEntity in org.keycloak.models.map.storage.hotRod.realm.entity
-
Uses of MapAuthenticationFlowEntity in org.keycloak.models.map.storage.jpa.realm.entity
Modifier and TypeMethodDescriptionJpaRealmEntity.getAuthenticationFlow
(String p0) JpaRealmEntity.getAuthenticationFlows()
Modifier and TypeMethodDescriptionvoid
JpaRealmEntity.addAuthenticationFlow
(MapAuthenticationFlowEntity authenticationFlow)