Interface LogoutError


public interface LogoutError
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(LogoutError.class.getName()). Each protocol will have their own subclass of this interface.
Version:
$Revision: 1 $
Author:
Bill Burke