javax.security.auth.callback
Package javax.security.auth.callback
This package provides the classes necessary for services to interact with applications in order to retrieve information (authentication data including usernames or passwords, for example) or to display information (error and warning messages, for example).
See: Description
Interface | Description |
---|---|
Callback | Implementations of this interface are passed to a |
CallbackHandler登录查看完整内容
|