|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.activemq.jaas.JaasCertificateCallbackHandler
public class JaasCertificateCallbackHandler
A Standard JAAS callback handler for SSL certificate requests. Will only handle callbacks of type CertificateCallback.
| Constructor Summary | |
|---|---|
JaasCertificateCallbackHandler(java.security.cert.X509Certificate[] certs)
Basic constructor. |
|
| Method Summary | |
|---|---|
void |
handle(javax.security.auth.callback.Callback[] callbacks)
Overriding handle method to handle certificates. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JaasCertificateCallbackHandler(java.security.cert.X509Certificate[] certs)
cert - The certificate returned when calling back.| Method Detail |
|---|
public void handle(javax.security.auth.callback.Callback[] callbacks)
throws java.io.IOException,
javax.security.auth.callback.UnsupportedCallbackException
handle in interface javax.security.auth.callback.CallbackHandlercallbacks - The callbacks requested.
java.io.IOException
javax.security.auth.callback.UnsupportedCallbackException - Thrown if an unkown Callback type is
encountered.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||