Uses of Class
org.keycloak.adapters.spi.AuthOutcome
-
-
Uses of AuthOutcome in org.keycloak.adapters.spi
Methods in org.keycloak.adapters.spi that return AuthOutcome Modifier and Type Method Description static AuthOutcomeAuthOutcome. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthOutcome[]AuthOutcome. values()Returns an array containing the constants of this enum type, in the order they are declared.
-