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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAuthenticationStatusvalidateRequest(HttpServletRequest request, HttpServletResponse res, HttpMessageContext context) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface HttpAuthenticationMechanism
cleanSubject, secureResponse
-
Constructor Details
-
KarchanDummyAuthenticationMechanism
public KarchanDummyAuthenticationMechanism()
-
-
Method Details
-
validateRequest
public AuthenticationStatus validateRequest(HttpServletRequest request, HttpServletResponse res, HttpMessageContext context) - Specified by:
validateRequestin interfaceHttpAuthenticationMechanism
-