Class HMACCookieLoginAuthenticator<T>

java.lang.Object
org.attribyte.snook.auth.HMACCookieAuthenticator<T>
org.attribyte.snook.auth.HMACCookieLoginAuthenticator<T>
All Implemented Interfaces:
Authenticator<T>, LoginAuthenticator<T>

public abstract class HMACCookieLoginAuthenticator<T> extends HMACCookieAuthenticator<T> implements LoginAuthenticator<T>
An authenticator that validates an HMACToken sent as a cookie value.