public class JaasPlainTextPasswordValidationCallbackHandler extends AbstractJaasValidationCallbackHandler
This class only handles PasswordValidationCallbacks that contain a
PlainTextPasswordRequest, and throws an UnsupportedCallbackException for others.
AbstractJaasValidationCallbackHandler.getLoginContextName()logger| Constructor and Description |
|---|
JaasPlainTextPasswordValidationCallbackHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleInternal(Callback callback)
Handles
PasswordValidationCallbacks that contain a PlainTextPasswordRequest, and throws
an UnsupportedCallbackException for others. |
afterPropertiesSet, getLoginContextName, setLoginContextNamehandlepublic JaasPlainTextPasswordValidationCallbackHandler()
protected final void handleInternal(Callback callback) throws UnsupportedCallbackException
PasswordValidationCallbacks that contain a PlainTextPasswordRequest, and throws
an UnsupportedCallbackException for others.handleInternal in class AbstractCallbackHandlerUnsupportedCallbackException - when the callback is not supported