Interface SaslRequest

    • Method Detail

      • getAuthorizationId

        String getAuthorizationId()
        Gets the authorization ID.
        Returns:
        the authorization ID
      • getControls

        Control[] getControls()
        Gets the controls.
        Returns:
        the controls
      • getCredentials

        byte[] getCredentials()
        Gets the crendentials
        Returns:
        the credentials
      • getQualityOfProtection

        SaslQoP getQualityOfProtection()
        Gets the quality of protection.
        Returns:
        the quality of protection
      • getRealmName

        String getRealmName()
        Gets realm name.
        Returns:
        the realm name
      • getSaslMechanism

        String getSaslMechanism()
        Gets the SASL mechanism.
        Returns:
        the SASL mechanism
      • getSecurityStrength

        SaslSecurityStrength getSecurityStrength()
        Gets the security strength.
        Returns:
        the security strength
      • getUsername

        String getUsername()
        Gets the username.
        Returns:
        the username
      • isMutualAuthentication

        boolean isMutualAuthentication()
        Indicates if mutual authentication is required.
        Returns:
        the flag indicating if mutual authentication is required