软件包 | 描述 |
---|---|
javax.security.auth.callback |
这个包提供了必要的服务和应用程序以检索信息的互动类(认证数据包括用户名或密码,例如)或显示信息(错误和警告消息,例如)。
|
Modifier and Type | Method and Description |
---|---|
void |
CallbackHandler.handle(Callback[] callbacks)
检索或显示在所提供的回调请求的信息。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.