com.arsdigita.kernel.security
Class CookieLoginModule
java.lang.Object
com.arsdigita.kernel.security.CredentialLoginModule
com.arsdigita.kernel.security.UserLoginModule
com.arsdigita.kernel.security.CookieLoginModule
- All Implemented Interfaces:
- javax.security.auth.spi.LoginModule
- public class CookieLoginModule
- extends UserLoginModule
Logs in a user if the user has a valid authentication cookie.
- Author:
- Sameer Ajmani
Constructor Summary |
CookieLoginModule()
Creates a UserLoginModule that uses a CookieManager to manage the
credential value. |
Methods inherited from class com.arsdigita.kernel.security.CredentialLoginModule |
abort, commit, credentialHasValue, credentialIsOld, credentialIsSet, getForever, getRequest, getResponse, isSecure, loadID, login, logout, requestIsExcluded, saveID |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionId
public static final String versionId
- See Also:
- Constant Field Values
CookieLoginModule
public CookieLoginModule()
- Creates a UserLoginModule that uses a CookieManager to manage the
credential value.
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC