Package org.keycloak.adapters
Class OIDCAuthenticationError
- java.lang.Object
-
- org.keycloak.adapters.OIDCAuthenticationError
-
- All Implemented Interfaces:
org.keycloak.adapters.spi.AuthenticationError
public class OIDCAuthenticationError extends Object implements org.keycloak.adapters.spi.AuthenticationError
Object that describes the OIDC error that happened.- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOIDCAuthenticationError.Reason
-
Constructor Summary
Constructors Constructor Description OIDCAuthenticationError(OIDCAuthenticationError.Reason reason, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()OIDCAuthenticationError.ReasongetReason()StringtoString()
-
-
-
Constructor Detail
-
OIDCAuthenticationError
public OIDCAuthenticationError(OIDCAuthenticationError.Reason reason, String description)
-
-
Method Detail
-
getReason
public OIDCAuthenticationError.Reason getReason()
-
getDescription
public String getDescription()
-
-