com.arsdigita.kernel.security
Class CookieLoginModule

java.lang.Object
  extended bycom.arsdigita.kernel.security.CredentialLoginModule
      extended bycom.arsdigita.kernel.security.UserLoginModule
          extended bycom.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

Field Summary
static String versionId
           
 
Fields inherited from class com.arsdigita.kernel.security.UserLoginModule
NORMAL_CREDENTIAL_NAME, SECURE_CREDENTIAL_NAME
 
Fields inherited from class com.arsdigita.kernel.security.CredentialLoginModule
FOREVER_SECS, LIFETIME_SECS, RENEW_SECS, TIMEOUT_SECS
 
Constructor Summary
CookieLoginModule()
          Creates a UserLoginModule that uses a CookieManager to manage the credential value.
 
Methods inherited from class com.arsdigita.kernel.security.UserLoginModule
getCredentialName, getLifetime, initialize, shouldInvalidateSession
 
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
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

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 21 2004:2337 UTC