Uses of Class
org.keycloak.models.jpa.entities.AuthenticationFlowEntity
Packages that use AuthenticationFlowEntity
-
Uses of AuthenticationFlowEntity in org.keycloak.models.jpa
Methods in org.keycloak.models.jpa with parameters of type AuthenticationFlowEntityModifier and TypeMethodDescriptionprotected AuthenticationFlowModel
RealmAdapter.entityToModel
(AuthenticationFlowEntity entity) -
Uses of AuthenticationFlowEntity in org.keycloak.models.jpa.entities
Fields in org.keycloak.models.jpa.entities declared as AuthenticationFlowEntityModifier and TypeFieldDescriptionprotected AuthenticationFlowEntity
AuthenticationExecutionEntity.parentFlow
Methods in org.keycloak.models.jpa.entities that return AuthenticationFlowEntityMethods in org.keycloak.models.jpa.entities that return types with arguments of type AuthenticationFlowEntityMethods in org.keycloak.models.jpa.entities with parameters of type AuthenticationFlowEntityModifier and TypeMethodDescriptionvoid
AuthenticationExecutionEntity.setParentFlow
(AuthenticationFlowEntity flow) Method parameters in org.keycloak.models.jpa.entities with type arguments of type AuthenticationFlowEntityModifier and TypeMethodDescriptionvoid
RealmEntity.setAuthenticationFlows
(Collection<AuthenticationFlowEntity> authenticationFlows)