Uses of Class com.netscape.sasl.SaslException

Uses in package com.netscape.sasl

Methods which throw type com.netscape.sasl.SaslException

byte[]
Retrieves the initial response.
SaslClient
ClientFactory.createSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Hashtable props, CallbackHandler cbh)
Creates a SaslClient using the parameters supplied.
SaslClient
Sasl.createSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Hashtable props, CallbackHandler cbh)
Creates a SaslClient using the parameters supplied.
SaslClient
SaslClientFactory.createSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Hashtable props, CallbackHandler cbh)
Creates a SaslClient using the parameters supplied.
byte[]
SaslClient.evaluateChallenge(byte[] challenge)
Evaluates the challenge data and generates a response.

Uses in package com.netscape.sasl.mechanisms

Methods which throw type com.netscape.sasl.SaslException

byte[]
Retrieves the initial response.
byte[]
SaslExternal.evaluateChallenge(byte[] challenge)
Evaluates the challenge data and generates a response.