Class KarchanAuthenticationMechanism
Object
KarchanAuthenticationMechanism
- All Implemented Interfaces:
HttpAuthenticationMechanism
@ApplicationScoped
public class KarchanAuthenticationMechanism
extends Object
implements HttpAuthenticationMechanism
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAuthenticationStatusvalidateRequest(HttpServletRequest request, HttpServletResponse response, HttpMessageContext context) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface HttpAuthenticationMechanism
cleanSubject, secureResponse
-
Field Details
-
TWENTYFOUR_HOURS
public static final int TWENTYFOUR_HOURS- See Also:
-
-
Constructor Details
-
KarchanAuthenticationMechanism
public KarchanAuthenticationMechanism()
-
-
Method Details
-
validateRequest
public AuthenticationStatus validateRequest(HttpServletRequest request, HttpServletResponse response, HttpMessageContext context) - Specified by:
validateRequestin interfaceHttpAuthenticationMechanism
-