|
||||||||||
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
JAAS Callback for certificates for WebSphere Application Server
The WSX509CertificateChainCallback
allows a certificate chain to be
gathered by a CallbackHandler
and passed to a LoginModule
stack.
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.X509Certificate[]. |
Method Summary | |
---|---|
java.lang.String |
getPrompt()
|
java.security.cert.X509Certificate[] |
getX509CertificateChain()
Get the certificate chain |
void |
setX509CertificateChain(java.security.cert.X509Certificate[] certChain)
Set the certificate chain |
java.lang.String |
toString()
Returns the name of the Callback. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WSX509CertificateChainCallback(java.lang.String prompt)
WSX509CertificateChainCallback
object with a prompt hint.
prompt
- A String 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.X509Certificate[].
prompt
- A String prompt hint.certChain
- An array of java.security.cert.X509CertificateMethod Detail |
---|
public void setX509CertificateChain(java.security.cert.X509Certificate[] certChain)
certChain
- an array of java.security.cert.X509Certificate[]public java.security.cert.X509Certificate[] getX509CertificateChain()
public java.lang.String getPrompt()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |