Class DefaultSaslClient

    • Constructor Detail

      • DefaultSaslClient

        public DefaultSaslClient()
    • Method Detail

      • getClient

        public javax.security.sasl.SaslClient getClient()
        Returns the underlying SASL client.
        Returns:
        SASL client
      • getMechanism

        public Mechanism getMechanism()
        Returns the SASL mechanism for this client. See SaslClient.getMechanismName().
        Returns:
        SASL mechanism
      • getQualityOfProtection

        public QualityOfProtection getQualityOfProtection()
        Returns the QOP for this client. See SaslClient.getNegotiatedProperty(String).
        Returns:
        QOP or null if the underlying sasl client has not completed
      • dispose

        public void dispose()
        Disposes the underlying SASL client. See SaslClient.dispose().