Uses of Interface
javax.security.auth.callback.Callback
| Package | Description |
|---|---|
| javax.security.auth.callback |
This package provides classes and interfaces needed to interact with the
application in order to execute the authentication and authorization
processes.
|
-
Uses of Callback in javax.security.auth.callback
Classes in javax.security.auth.callback that implement Callback Modifier and Type Class Description classPasswordCallbackUsed in conjunction with aCallbackHandlerto retrieve a password when needed.Methods in javax.security.auth.callback that return Callback Modifier and Type Method Description CallbackUnsupportedCallbackException. getCallback()Returns the unsupportedCallbackthat triggered this exception.Methods in javax.security.auth.callback with parameters of type Callback Modifier and Type Method Description voidCallbackHandler. handle(Callback[] callbacks)Handles the actualCallback.Constructors in javax.security.auth.callback with parameters of type Callback Constructor Description UnsupportedCallbackException(Callback callback)Creates a new exception instance and initializes it with just the unsupportedCallback, but no error message.UnsupportedCallbackException(Callback callback, String message)Creates a new exception instance and initializes it with both the unsupportedCallbackand an error message.