| Constructor and Description |
|---|
CallbackHandlerImpl() |
| Modifier and Type | Method and Description |
|---|---|
Container |
getContainer()
Get the
Container with which this instance is associated. |
void |
handle(javax.security.auth.callback.Callback[] callbacks) |
void |
setContainer(Container container)
Set the
Container with which this instance is associated. |
public void handle(javax.security.auth.callback.Callback[] callbacks)
throws java.io.IOException,
javax.security.auth.callback.UnsupportedCallbackException
handle in interface javax.security.auth.callback.CallbackHandlerjava.io.IOExceptionjavax.security.auth.callback.UnsupportedCallbackExceptionpublic Container getContainer()
ContainedContainer with which this instance is associated.getContainer in interface Containednull if not associated with a Containerpublic void setContainer(Container container)
ContainedContainer with which this instance is associated.setContainer in interface Containedcontainer - The Container instance with which this instance is to
be associated, or null to disassociate this instance
from any ContainerCopyright © 2000-2023 Apache Software Foundation. All Rights Reserved.