com.caucho.security
Interface CookieAuthenticator
- All Superinterfaces:
- Authenticator
- All Known Implementing Classes:
- AbstractCookieAuthenticator, DatabaseAuthenticator, JdbcAuthenticator, JdbcAuthenticator
public interface CookieAuthenticator
- extends Authenticator
Base implementation to log in a user.
isCookieSupported
boolean isCookieSupported(java.lang.String jUseCookieAuth)
authenticateByCookie
java.security.Principal authenticateByCookie(java.lang.String cookieValue)
associateCookie
boolean associateCookie(java.security.Principal user,
java.lang.String cookieValue)