Uses of Class
org.keycloak.authentication.FlowStatus
-
Packages that use FlowStatus Package Description org.keycloak.authentication -
-
Uses of FlowStatus in org.keycloak.authentication
Methods in org.keycloak.authentication that return FlowStatus Modifier and Type Method Description FlowStatus
AbstractAuthenticationFlowContext. getStatus()
Get the current status of the current execution.FlowStatus
AuthenticationProcessor.Result. getStatus()
static FlowStatus
FlowStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static FlowStatus[]
FlowStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-