com.arsdigita.kernel.security
Class URLLoginModule

java.lang.Object
  extended bycom.arsdigita.kernel.security.CredentialLoginModule
      extended bycom.arsdigita.kernel.security.UserLoginModule
          extended bycom.arsdigita.kernel.security.URLLoginModule
All Implemented Interfaces:
javax.security.auth.spi.LoginModule

public class URLLoginModule
extends UserLoginModule

Logs in a user if the user has a valid authentication URL parameter.

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
URLLoginModule()
          Creates a UserLoginModule that uses a URLManager 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

URLLoginModule

public URLLoginModule()
Creates a UserLoginModule that uses a URLManager to manage the credential value.



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC