Uses of Class
com.arsdigita.kernel.security.CredentialLoginModule

Packages that use CredentialLoginModule
com.arsdigita.kernel.security Provides user authentication, session tracking, and cryptography services. 
 

Uses of CredentialLoginModule in com.arsdigita.kernel.security
 

Subclasses of CredentialLoginModule in com.arsdigita.kernel.security
 class CookieLoginModule
          Logs in a user if the user has a valid authentication cookie.
 class RecoveryLoginModule
          Logs in a user for password recovery if the user has a valid authentication URL parameter.
 class URLLoginModule
          Logs in a user if the user has a valid authentication URL parameter.
 class UserLoginModule
          Authenticates a user (loads a user ID) from a credential stored in the current HTTP request.
 

Methods in com.arsdigita.kernel.security that return CredentialLoginModule
protected  CredentialLoginModule CredentialManager.getModule()
          Returns the CredentialLoginModule associated with this CredentialManager.
 

Methods in com.arsdigita.kernel.security with parameters of type CredentialLoginModule
 void URLManager.initialize(CredentialLoginModule module, javax.security.auth.Subject subject, javax.security.auth.callback.CallbackHandler handler, Map shared, Map options)
          Adds the StringParameters provided in the constructor to the Subject's set of public credentials.
 void CookieManager.initialize(CredentialLoginModule module, javax.security.auth.Subject subject, javax.security.auth.callback.CallbackHandler handler, Map shared, Map options)
           
protected  void CredentialManager.initialize(CredentialLoginModule module, javax.security.auth.Subject subject, javax.security.auth.callback.CallbackHandler handler, Map shared, Map options)
          Initializes this with the login context information.
 



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