|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
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.X509LoginModule
public class X509LoginModule
Processes and validates the simple type X509Certificate
data. This login module
extends com.ibm.wsspi.wssecurity.auth.module.BSTokenLoginModule
.
BSTokenLoginModule
,
LoginModule
Field Summary | |
---|---|
protected static com.ibm.xml.soapsec.util.TraceComponent |
tc
|
Fields inherited from class com.ibm.wsspi.wssecurity.auth.module.BSTokenLoginModule |
---|
_binary, _cert, _handler, _messageContext, _options, _properties, _sharedState, _subject |
Constructor Summary | |
---|---|
X509LoginModule()
|
Method Summary | |
---|---|
boolean |
login()
Creates X509Certificate object and check its validity. |
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 |
Field Detail |
---|
protected static final com.ibm.xml.soapsec.util.TraceComponent tc
Constructor Detail |
---|
public X509LoginModule()
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 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |