Class AppservCertificateLoginModule

java.lang.Object
com.sun.enterprise.security.BaseCertificateLoginModule
com.sun.appserv.security.AppservCertificateLoginModule
All Implemented Interfaces:
LoginModule

public abstract class AppservCertificateLoginModule extends com.sun.enterprise.security.BaseCertificateLoginModule
Abstract base class for certificate-based login modules.

Subclasses need to implement the authenticateUser() method and later call commitUserAuthentication().

  • Field Summary

    Fields inherited from class com.sun.enterprise.security.BaseCertificateLoginModule

    _options, _sharedState
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.sun.enterprise.security.BaseCertificateLoginModule

    abort, authenticateUser, commit, commitUserAuthentication, getAppName, getCerts, getSubject, getX500Principal, initialize, login, logout

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AppservCertificateLoginModule

      public AppservCertificateLoginModule()