public class OIDCAuthenticationError extends Object implements AuthenticationError
Modifier and Type | Class and Description |
---|---|
static class |
OIDCAuthenticationError.Reason |
Constructor and Description |
---|
OIDCAuthenticationError(OIDCAuthenticationError.Reason reason,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
OIDCAuthenticationError.Reason |
getReason() |
String |
toString() |
public OIDCAuthenticationError(OIDCAuthenticationError.Reason reason, String description)
public OIDCAuthenticationError.Reason getReason()
public String getDescription()
Copyright © 2019 JBoss by Red Hat. All rights reserved.