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 AbstractCallbackHandler
_credential, _userName - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class AbstractCallbackHandler
getCredential, getUserName, setCredential, setUserName 
- 
Constructor Details
- 
DefaultCallbackHandler
public DefaultCallbackHandler() 
 - 
 - 
Method Details
- 
setRequest
 - 
handle
- Specified by:
 handlein interfaceCallbackHandler- Overrides:
 handlein classAbstractCallbackHandler- Throws:
 IOExceptionUnsupportedCallbackException
 
 -