|
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.security.auth.callback.WSX509CertificateChainCallback
public class WSX509CertificateChainCallback
The WSX509CertificateChainCallback
allows a Certificate Chain to be
gathered by the CallbackHandler
and pass it to the LoginModule
stack. This is used by swamLoginModule
, ltpaLoginModule
and wsMapDefaultInboundLoginModule
.
CallbackHandler
,
WSCallbackHandlerImpl
Constructor Summary | |
---|---|
WSX509CertificateChainCallback(java.lang.String prompt)
Construct a WSX509CertificateChainCallback object with a prompt hint. |
|
WSX509CertificateChainCallback(java.lang.String prompt,
java.security.cert.X509Certificate[] certChain)
Construct a WSX509CertificateChainCallback object with a prompt hint and
a java.security.cert.Certificate[]. |
Method Summary | |
---|---|
java.lang.String |
getPrompt()
Return the prompt. |
java.security.cert.X509Certificate[] |
getX509CertificateChain()
Return the X509CertificateChain. |
void |
setX509CertificateChain(java.security.cert.X509Certificate[] certChain)
Set the X509Certificate chain. |
java.lang.String |
toString()
Returns the name of the Callback. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WSX509CertificateChainCallback(java.lang.String prompt)
Construct a WSX509CertificateChainCallback
object with a prompt hint.
prompt
- The prompt hint.public WSX509CertificateChainCallback(java.lang.String prompt, java.security.cert.X509Certificate[] certChain)
Construct a WSX509CertificateChainCallback
object with a prompt hint and
a java.security.cert.Certificate[].
prompt
- The prompt hint.List
- listMethod Detail |
---|
public void setX509CertificateChain(java.security.cert.X509Certificate[] certChain)
Set the X509Certificate chain.
java.security.cert.X509Certificate[]:
- The X509Certificate chain.public java.security.cert.X509Certificate[] getX509CertificateChain()
Return the X509CertificateChain. If the chain instance set in
Constructor is null
, then null
is returned.
null
.public java.lang.String getPrompt()
Return the prompt. If the prompt set in Constructor
is null
, then null
is returned.
null
.public java.lang.String toString()
Returns the name of the Callback. Typically, it is the name of the class.
toString
in class java.lang.Object
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |