Uses of Interface
javax.security.auth.callback.CallbackHandler
| Package | Description |
|---|---|
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
-
Uses of CallbackHandler in java.security
Methods in java.security that return CallbackHandler Modifier and Type Method Description CallbackHandlerKeyStore.CallbackHandlerProtection. getCallbackHandler()Returns theCallbackHandler.Methods in java.security with parameters of type CallbackHandler Modifier and Type Method Description abstract voidAuthProvider. login(Subject subject, CallbackHandler handler)abstract voidAuthProvider. setCallbackHandler(CallbackHandler handler)Constructors in java.security with parameters of type CallbackHandler Constructor Description CallbackHandlerProtection(CallbackHandler handler)Constructs a new instance ofCallbackHandlerProtectionwith theCallbackHandler.