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 FlowStatusAbstractAuthenticationFlowContext. getStatus()Get the current status of the current execution.FlowStatusAuthenticationProcessor.Result. getStatus()static FlowStatusFlowStatus. 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.
-