Uses of Class
com.netscape.sasl.SaslException
Packages that use SaslException
-
Uses of SaslException in com.netscape.sasl
Methods in com.netscape.sasl that throw SaslExceptionModifier and TypeMethodDescriptionbyte[]
SaslClient.createInitialResponse()
Retrieves the initial response.ClientFactory.createSaslClient
(String[] mechanisms, String authorizationId, String protocol, String serverName, Hashtable<Object, Object> props, CallbackHandler cbh) Creates a SaslClient using the parameters supplied.static SaslClient
Sasl.createSaslClient
(String[] mechanisms, String authorizationId, String protocol, String serverName, Hashtable<Object, Object> props, CallbackHandler cbh) Creates a SaslClient using the parameters supplied.SaslClientFactory.createSaslClient
(String[] mechanisms, String authorizationId, String protocol, String serverName, Hashtable<Object, Object> props, CallbackHandler cbh) Creates a SaslClient using the parameters supplied.byte[]
SaslClient.evaluateChallenge
(byte[] challenge) Evaluates the challenge data and generates a response. -
Uses of SaslException in com.netscape.sasl.mechanisms
Methods in com.netscape.sasl.mechanisms that throw SaslExceptionModifier and TypeMethodDescriptionbyte[]
SaslExternal.createInitialResponse()
Retrieves the initial response.byte[]
SaslExternal.evaluateChallenge
(byte[] challenge) Evaluates the challenge data and generates a response.