Uses of Class
org.keycloak.services.managers.AuthenticationManager.AuthenticationStatus
-
Packages that use AuthenticationManager.AuthenticationStatus Package Description org.keycloak.services.managers -
-
Uses of AuthenticationManager.AuthenticationStatus in org.keycloak.services.managers
Methods in org.keycloak.services.managers that return AuthenticationManager.AuthenticationStatus Modifier and Type Method Description static AuthenticationManager.AuthenticationStatus
AuthenticationManager.AuthenticationStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthenticationManager.AuthenticationStatus[]
AuthenticationManager.AuthenticationStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-