Uses of Class
org.keycloak.models.jpa.entities.AuthenticationFlowEntity
-
Packages that use AuthenticationFlowEntity Package Description org.keycloak.models.jpa org.keycloak.models.jpa.entities -
-
Uses of AuthenticationFlowEntity in org.keycloak.models.jpa
Methods in org.keycloak.models.jpa with parameters of type AuthenticationFlowEntity Modifier and Type Method Description protected AuthenticationFlowModel
RealmAdapter. entityToModel(AuthenticationFlowEntity entity)
-
Uses of AuthenticationFlowEntity in org.keycloak.models.jpa.entities
Fields in org.keycloak.models.jpa.entities declared as AuthenticationFlowEntity Modifier and Type Field Description protected AuthenticationFlowEntity
AuthenticationExecutionEntity. parentFlow
Methods in org.keycloak.models.jpa.entities that return AuthenticationFlowEntity Modifier and Type Method Description AuthenticationFlowEntity
AuthenticationExecutionEntity. getParentFlow()
Methods in org.keycloak.models.jpa.entities that return types with arguments of type AuthenticationFlowEntity Modifier and Type Method Description Collection<AuthenticationFlowEntity>
RealmEntity. getAuthenticationFlows()
Methods in org.keycloak.models.jpa.entities with parameters of type AuthenticationFlowEntity Modifier and Type Method Description void
AuthenticationExecutionEntity. setParentFlow(AuthenticationFlowEntity flow)
Method parameters in org.keycloak.models.jpa.entities with type arguments of type AuthenticationFlowEntity Modifier and Type Method Description void
RealmEntity. setAuthenticationFlows(Collection<AuthenticationFlowEntity> authenticationFlows)
-