public class SpringUsernamePasswordCallbackHandler extends AbstractCallbackHandler
SecurityContext
.
This class handles UsernameCallback
s and PasswordCallback
s, and throws an
UnsupportedCallbackException
for others
logger
Constructor and Description |
---|
SpringUsernamePasswordCallbackHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
handleInternal(Callback callback)
Template method that should be implemented by subclasses.
|
handle
public SpringUsernamePasswordCallbackHandler()
protected void handleInternal(Callback callback) throws IOException, UnsupportedCallbackException
AbstractCallbackHandler
handleInternal
in class AbstractCallbackHandler
IOException
UnsupportedCallbackException
Copyright © 2020 Pivotal Software. All rights reserved.