|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.wssecurity.auth.module.BSTokenLoginModule
com.ibm.wsspi.wssecurity.auth.module.PKCS7LoginModule
public class PKCS7LoginModule
A LoginModule
implementation to process and validate
PKCS7 type X509Certificate data, with or without CRLs. This login module
extends com.ibm.wsspi.wssecurity.auth.module.BSTokenLoginModule
.
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 | |
---|---|
PKCS7LoginModule()
|
Method Summary | |
---|---|
boolean |
login()
Logs in the login process and validates PKCS7 data, with or withtout CRLs. |
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 |
---|
public PKCS7LoginModule()
Method Detail |
---|
public boolean login() throws javax.security.auth.login.LoginException
login
in interface javax.security.auth.spi.LoginModule
login
in class BSTokenLoginModule
javax.security.auth.login.LoginException
- if the login failsLoginModule.login()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |