- All Known Implementing Classes:
- OIDCAuthenticationError, SamlAuthenticationError
public interface AuthenticationError
Common marker interface used by keycloak client adapters when there is an error. For servlets, you'll be able
to extract this error from the HttpServletRequest.getAttribute(AuthenticationError.class.getName()). Each protocol
will have their own subclass of this interface.
- Version:
- $Revision: 1 $
- Author:
- Bill Burke