Class AuthenticationError

java.lang.Object
org.wildfly.security.http.oidc.AuthenticationError

public class AuthenticationError extends Object
Indicates an OIDC related authentication error. For servlets, you'll be able to extract this error from the HttpServletRequest.getAttribute(AuthenticationError.class.getName()).
Author:
Bill Burke, Farah Juma