public class JaasCertificateValidationCallbackHandler extends AbstractJaasValidationCallbackHandler
loginContextName
to be
set.Requires a LoginContext
which handles X500Principal
s.
This class only handles CertificateValidationCallback
s, and throws an
UnsupportedCallbackException
for others.
X500Principal
,
AbstractJaasValidationCallbackHandler.setLoginContextName(String)
logger
Constructor and Description |
---|
JaasCertificateValidationCallbackHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
handleInternal(Callback callback)
Handles
CertificateValidationCallback s, and throws an UnsupportedCallbackException for
others |
afterPropertiesSet, getLoginContextName, setLoginContextName
handle
public JaasCertificateValidationCallbackHandler()
protected final void handleInternal(Callback callback) throws UnsupportedCallbackException
CertificateValidationCallback
s, and throws an UnsupportedCallbackException
for
othershandleInternal
in class AbstractCallbackHandler
UnsupportedCallbackException
- when the callback is not supportedCopyright © 2020 Pivotal Software. All rights reserved.