Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package cryptix.sasl

Interface Summary
AuthInfoProviderFactory The visible method of every authentication information provider factory.
AuthInfoServices The visible methods of any authentication information provider.
SaslParams An interface containing constants and canonical names used throughout this SASL implementation.
 

Class Summary
AuthInfo A static class for creating AuthInfoServices providers.
AuthInfoProvider The concrete Cryptix SASL authentication information provider factory.
ClientFactory The Cryptix implementation of the javax.security.sasl.SaslClientFactory.
ClientMechanism The Cryptix implementation of the base SASL client-side mechanism.
InputBuffer The Cryptix implementation of an incoming SASL buffer.
OTPInputBuffer The Cryptix implementation of an incoming SASL buffer.
OutputBuffer The cryptix implementation of an outgoing SASL buffer.
SaslInputStream An input stream that uses either a SaslClient or a SaslServer to process the data through these entities' security layer filter(s).
SaslOutputStream An output stream that uses either a SaslClient or a SaslServer to process the data through these entities' security layer filter(s).
SaslUtil  
ServerFactory The Cryptix implementation of the javax.security.sasl.SaslServerFactory.
ServerMechanism The Cryptix implementation of the base SASL server-side mechanism.
 

Exception Summary
AuthException Exception thrown on errors and failures during the authentication process.
ConfidentialityException Used by mechanisms that offer a security services layer, this checked exception is thrown to indicate that a violation has occured during the processing of a confidentiality protection filter.
IllegalMechanismStateException A checked exception thrown to indicate that an operation that should be invoked on a completed mechanism was invoked but the authentication phase of that mechanism was not completed yet, or that an operation that should be invoked on incomplete mechanisms was invoked but the authentication phase of that mechanism was already completed.
IntegrityException Used by mechanisms that offer a security services layer, this checked exception is thrown to indicate that a violation has occured during the processing of an integrity protection filter, including replay detection.
NoSuchMechanismException A checked exception thrown to indicate that a designated SASL mechanism implementation was not found.
NoSuchUserException A checked exception thrown to indicate that a designated user is unknown to the authentication layer.
SaslEncodingException A checked exception, thrown when an exception occurs while decoding a SASL buffer and/or a SASL data element from/to a buffer.
UserAlreadyExistsException A checked exception thrown to indicate that a designated user is already known to the the authentication layer.