IBM WebSphere Application ServerTM
Release 7

com.ibm.wsspi.wssecurity.auth.module
Class PkiPathLoginModule

java.lang.Object
  extended by com.ibm.wsspi.wssecurity.auth.module.BSTokenLoginModule
      extended by com.ibm.wsspi.wssecurity.auth.module.PkiPathLoginModule
All Implemented Interfaces:
javax.security.auth.spi.LoginModule

public class PkiPathLoginModule
extends BSTokenLoginModule

A LoginModule implementation to process and validate PkiPath type X509Certificate data. This login module extends com.ibm.wsspi.wssecurity.auth.module.BSTokenLoginModule.

See Also:
BSTokenLoginModule, LoginModule

Field Summary
 
Fields inherited from class com.ibm.wsspi.wssecurity.auth.module.BSTokenLoginModule
_binary, _cert, _handler, _messageContext, _options, _properties, _sharedState, _subject
 
Constructor Summary
PkiPathLoginModule()
           
 
Method Summary
 boolean login()
          Logs in the login process and validates PkiPath data.
 
Methods inherited from class com.ibm.wsspi.wssecurity.auth.module.BSTokenLoginModule
abort, commit, initialize, logout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PkiPathLoginModule

public PkiPathLoginModule()
Method Detail

login

public boolean login()
              throws javax.security.auth.login.LoginException
Logs in the login process and validates PkiPath data.

Specified by:
login in interface javax.security.auth.spi.LoginModule
Overrides:
login in class BSTokenLoginModule
Returns:
true if the login is successful, false otherwise
Throws:
javax.security.auth.login.LoginException - if the login fails
See Also:
LoginModule.login()

IBM WebSphere Application ServerTM
Release 7