JavaTM 2 Platform
Standard Ed. 5.0

类 javax.security.sasl.SaslException
的使用

使用 SaslException 的软件包
javax.security.sasl 包含用于支持 SASL 的类和接口。 
 

javax.security.saslSaslException 的使用
 

javax.security.saslSaslException 的子类
 class AuthenticationException
          此异常由 SASL 机制实现抛出,指示由于和身份验证有关的原因(如无效的标识、口令 或密钥),SASL 交换已失败。
 

抛出 SaslExceptionjavax.security.sasl 中的方法
 SaslClient SaslClientFactory.createSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh)
          使用提供的参数创建 SaslClient。
static SaslClient Sasl.createSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh)
          使用提供的参数创建 SaslClient
 SaslServer SaslServerFactory.createSaslServer(String mechanism, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh)
          使用提供的参数创建 SaslServer
static SaslServer Sasl.createSaslServer(String mechanism, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh)
          为指定机制创建一个 SaslServer
 void SaslServer.dispose()
          处置 SaslServer 可能使用的所有系统资源或安全敏感信息。
 void SaslClient.dispose()
          处置 SaslClient 可能使用的所有系统资源或安全敏感信息。
 byte[] SaslClient.evaluateChallenge(byte[] challenge)
          评估 challenge 数据并生成一个响应。
 byte[] SaslServer.evaluateResponse(byte[] response)
          评估响应数据并生成一个 challenge。
 byte[] SaslServer.unwrap(byte[] incoming, int offset, int len)
          解包接收自客户端的 byte 数组。
 byte[] SaslClient.unwrap(byte[] incoming, int offset, int len)
          解包接收自服务器的 byte 数组。
 byte[] SaslServer.wrap(byte[] outgoing, int offset, int len)
          包装要发送到客户端的 byte 数组。
 byte[] SaslClient.wrap(byte[] outgoing, int offset, int len)
          包装要发送到服务器的 byte 数组。
 


JavaTM 2 Platform
Standard Ed. 5.0

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java 2 SDK SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策