public class JaasCertificateCallbackHandler extends Object implements CallbackHandler
Constructor and Description |
---|
JaasCertificateCallbackHandler(X509Certificate[] certs)
Basic constructor.
|
public JaasCertificateCallbackHandler(X509Certificate[] certs)
certs
- The certificate returned when calling back.public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
handle
in interface CallbackHandler
callbacks
- The callbacks requested.IOException
UnsupportedCallbackException
- Thrown if an unkown Callback type is
encountered.Copyright © 2005–2020 FuseSource, Corp.. All rights reserved.