TextInputCallback
Class TextInputCallback
- java.lang.Object
-
- javax.security.auth.callback.TextInputCallback
- All Implemented Interfaces:
- Serializable, Callback
- Direct Known Subclasses:
- RealmCallback
public class TextInputCallback extends Object implements Callback, Serializable
Underlying security services instantiate and pass a TextInputCallback
to the handle
method of a CallbackHandler
to retrieve generic text information.
- See Also:
- 登录查看完整内容