Interface ConfiguredCallbackHandler
-
- All Superinterfaces:
CallbackHandler
- All Known Implementing Classes:
ConsolePasswordCallbackHandler
public interface ConfiguredCallbackHandler extends CallbackHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
init(Configuration config)
-
Methods inherited from interface javax.security.auth.callback.CallbackHandler
handle
-
-
-
-
Method Detail
-
init
void init(Configuration config)
-
-