Class CallbackHandlerImpl
- java.lang.Object
- 
- org.apache.catalina.authenticator.jaspic.CallbackHandlerImpl
 
- 
- 
Constructor SummaryConstructors Constructor Description CallbackHandlerImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainergetContainer()Get theContainerwith which this instance is associated.voidhandle(javax.security.auth.callback.Callback[] callbacks)voidsetContainer(Container container)Set theContainerwith which this instance is associated.
 
- 
- 
- 
Method Detail- 
handlepublic void handle(javax.security.auth.callback.Callback[] callbacks) throws java.io.IOException, javax.security.auth.callback.UnsupportedCallbackException- Specified by:
- handlein interface- javax.security.auth.callback.CallbackHandler
- Throws:
- java.io.IOException
- javax.security.auth.callback.UnsupportedCallbackException
 
 - 
getContainerpublic Container getContainer() Description 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
 
 - 
setContainerpublic void setContainer(Container container) Description 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
 
 
- 
 
-