Search Java Classes and Packages
Search Java Frameworks and Libraries
#Javax.security.auth.callback Classes and Interfaces - 10 results found.
| Name | Description | Type | Package | Framework |
| ChoiceCallback | Underlying security services instantiate and pass a ChoiceCallback to the handle | Class | javax.security.auth.callback | Java SE |
|
| ConfirmationCallback | Underlying security services instantiate and pass a ConfirmationCallback to the handle | Class | javax.security.auth.callback | Java SE |
|
| Callback | Implementations of this interface are passed to a CallbackHandler, allowing underlying security services | Interface | javax.security.auth.callback | Java SE |
|
| CallbackHandler | An application implements a CallbackHandler and passes it to underlying security services so that they may interact with | Interface | javax.security.auth.callback | Java SE |
|
| LanguageCallback | Underlying security services instantiate and pass a LanguageCallback to the handle | Class | javax.security.auth.callback | Java SE |
|
| NameCallback | Underlying security services instantiate and pass a NameCallback to the handle | Class | javax.security.auth.callback | Java SE |
|
| PasswordCallback | Underlying security services instantiate and pass a PasswordCallback to the handle | Class | javax.security.auth.callback | Java SE |
|
| TextInputCallback | Underlying security services instantiate and pass a TextInputCallback to the handle | Class | javax.security.auth.callback | Java SE |
|
| TextOutputCallback | Underlying security services instantiate and pass a TextOutputCallback to the handle | Class | javax.security.auth.callback | Java SE |
|
| UnsupportedCallbackException | Signals that a CallbackHandler does not recognize a particular Callback. | Class | javax.security.auth.callback | Java SE |