Uses of Class
org.keycloak.protocol.LoginProtocol.Error
-
Packages that use LoginProtocol.Error Package Description org.keycloak.protocol -
-
Uses of LoginProtocol.Error in org.keycloak.protocol
Methods in org.keycloak.protocol that return LoginProtocol.Error Modifier and Type Method Description static LoginProtocol.ErrorLoginProtocol.Error. valueOf(String name)Returns the enum constant of this type with the specified name.static LoginProtocol.Error[]LoginProtocol.Error. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.protocol with parameters of type LoginProtocol.Error Modifier and Type Method Description javax.ws.rs.core.ResponseLoginProtocol. sendError(AuthenticationSessionModel authSession, LoginProtocol.Error error)
-