Uses of Class
org.keycloak.models.jpa.entities.AuthenticationExecutionEntity
-
Packages that use AuthenticationExecutionEntity Package Description org.keycloak.models.jpa org.keycloak.models.jpa.entities -
-
Uses of AuthenticationExecutionEntity in org.keycloak.models.jpa
Methods in org.keycloak.models.jpa with parameters of type AuthenticationExecutionEntity Modifier and Type Method Description AuthenticationExecutionModel
RealmAdapter. entityToModel(AuthenticationExecutionEntity entity)
-
Uses of AuthenticationExecutionEntity in org.keycloak.models.jpa.entities
Methods in org.keycloak.models.jpa.entities that return types with arguments of type AuthenticationExecutionEntity Modifier and Type Method Description Collection<AuthenticationExecutionEntity>
AuthenticationFlowEntity. getExecutions()
Method parameters in org.keycloak.models.jpa.entities with type arguments of type AuthenticationExecutionEntity Modifier and Type Method Description void
AuthenticationFlowEntity. setExecutions(Collection<AuthenticationExecutionEntity> executions)
-