Class CallbackHandlerImpl
java.lang.Object
org.apache.catalina.authenticator.jaspic.CallbackHandlerImpl
- All Implemented Interfaces:
- CallbackHandler,- Contained
Default implementation of a JASPIC CallbackHandler.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet theContainerwith which this instance is associated.voidvoidsetContainer(Container container) Set theContainerwith which this instance is associated.
- 
Constructor Details- 
CallbackHandlerImplpublic CallbackHandlerImpl()
 
- 
- 
Method Details- 
handle- Specified by:
- handlein interface- CallbackHandler
- Throws:
- IOException
- UnsupportedCallbackException
 
- 
getContainerDescription copied from interface:ContainedGet theContainerwith which this instance is associated.- Specified by:
- getContainerin interface- Contained
- Returns:
- The Container with which this instance is associated or
         nullif not associated with a Container
 
- 
setContainerDescription copied from interface:ContainedSet theContainerwith which this instance is associated.- Specified by:
- setContainerin interface- Contained
- Parameters:
- container- The Container instance with which this instance is to be associated, or- nullto disassociate this instance from any Container
 
 
-