Uses of Class
org.keycloak.models.jpa.entities.AuthenticationFlowEntity
-
Uses of AuthenticationFlowEntity in org.keycloak.models.jpa
Modifier and TypeMethodDescriptionprotected AuthenticationFlowModel
RealmAdapter.entityToModel
(AuthenticationFlowEntity entity) -
Uses of AuthenticationFlowEntity in org.keycloak.models.jpa.entities
Modifier and TypeFieldDescriptionprotected AuthenticationFlowEntity
AuthenticationExecutionEntity.parentFlow
Modifier and TypeMethodDescriptionvoid
AuthenticationExecutionEntity.setParentFlow
(AuthenticationFlowEntity flow) Modifier and TypeMethodDescriptionvoid
RealmEntity.setAuthenticationFlows
(Collection<AuthenticationFlowEntity> authenticationFlows)