Class DefaultCallbackHandler
java.lang.Object
org.eclipse.jetty.security.jaas.callback.AbstractCallbackHandler
org.eclipse.jetty.security.jaas.callback.DefaultCallbackHandler
- All Implemented Interfaces:
CallbackHandler
DefaultCallbackHandler
An implementation of the JAAS CallbackHandler. Users can provide
their own implementation instead and set the name of its class on the JAASLoginService.
-
Field Summary
Fields inherited from class org.eclipse.jetty.security.jaas.callback.AbstractCallbackHandler
_credential, _userName
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.jetty.security.jaas.callback.AbstractCallbackHandler
getCredential, getUserName, setCredential, setUserName
-
Constructor Details
-
DefaultCallbackHandler
public DefaultCallbackHandler()
-
-
Method Details
-
setRequest
-
handle
- Specified by:
handle
in interfaceCallbackHandler
- Overrides:
handle
in classAbstractCallbackHandler
- Throws:
IOException
UnsupportedCallbackException
-