Class KarchanDummyAuthenticationMechanism

Object
KarchanDummyAuthenticationMechanism
All Implemented Interfaces:
HttpAuthenticationMechanism

@ApplicationScoped public class KarchanDummyAuthenticationMechanism extends Object implements HttpAuthenticationMechanism
This is here to make certain the Rememberme cookie can be used to verify the user logged in. The actual logging in is done by another war (karchan.war).
Author:
maartenl
  • Constructor Details

    • KarchanDummyAuthenticationMechanism

      public KarchanDummyAuthenticationMechanism()
  • Method Details

    • validateRequest

      public AuthenticationStatus validateRequest(HttpServletRequest request, HttpServletResponse res, HttpMessageContext context)
      Specified by:
      validateRequest in interface HttpAuthenticationMechanism