|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.idoox.security.jaas.CertificatesCallback
This callback is used to pass X.509 certificate or X509 certificate chain to LoginModule.
| Constructor Summary | |
CertificatesCallback()
|
|
| Method Summary | |
java.security.cert.X509Certificate[] |
getCertificates()
Returns certificate chain of this object. |
void |
setCertificates(java.security.cert.X509Certificate[] certs)
Sets certificates. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CertificatesCallback()
| Method Detail |
public void setCertificates(java.security.cert.X509Certificate[] certs)
certs - a given X509 certificate chain to set to.public java.security.cert.X509Certificate[] getCertificates()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||