Uses of Enum Class
org.jgrapes.webconlet.oidclogin.OidcError.Kind
Package
Description
This package provides an OIDC login conlet (with fallback to password
login).
-
Uses of OidcError.Kind in org.jgrapes.webconlet.oidclogin
Modifier and TypeMethodDescriptionOidcError.kind()
Gets the kind.static OidcError.Kind
Returns the enum constant of this class with the specified name.static OidcError.Kind[]
OidcError.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionOidcError
(Event<?> event, OidcError.Kind kind, String message) Instantiates a new oidc authentication failure.OidcError
(Event<?> event, OidcError.Kind kind, String message, Throwable throwable) Instantiates a new oidc authentication failure.OidcError
(Event<?> event, OidcError.Kind kind, Throwable throwable) Instantiates a new oidc authentication failure.OidcError
(Error event, OidcError.Kind kind) Instantiates a new oidc authentication failure.