Uses of Package
javax.security.auth.callback
| Package | Description |
|---|---|
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| 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.
|
-
Classes in javax.security.auth.callback used by java.security Class Description CallbackHandler Needs to be implemented by classes that want to handle authenticationCallbacks. -
Classes in javax.security.auth.callback used by javax.security.auth.callback Class Description Callback Defines an empty base interface for allCallbacks used during authentication.UnsupportedCallbackException Thrown when aCallbackHandlerdoes not support a particularCallback.