public class JaasCertificateCallbackHandler extends Object implements CallbackHandler
| Constructor and Description |
|---|
JaasCertificateCallbackHandler(X509Certificate[] certs)
Basic constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handle(Callback[] callbacks)
Overriding handle method to handle certificates.
|
public JaasCertificateCallbackHandler(X509Certificate[] certs)
certs - The certificate returned when calling back.public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
handle in interface CallbackHandlercallbacks - The callbacks requested.IOExceptionUnsupportedCallbackException - Thrown if an unkown Callback type is
encountered.Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.