public interface Callback
该接口的实现被传递到CallbackHandler
,允许底层安全服务与呼叫应用程序交互以检索特定认证数据(例如用户名和密码)或显示某些信息(例如错误和警告消息)的能力。
Callback
实现不检索或显示底层安全服务请求的信息。 Callback
实现简单地提供了将这些请求传递给应用程序的方法,如果适用,应用程序将请求的信息返回到底层安全服务。
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.