Interface ClientSaslContext


public interface ClientSaslContext
Exposes SASL authentication information to plugins, for example using FilterContext.clientSaslContext(). This is implemented by the runtime for use by plugins.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the client's authorizationId that resulted from the SASL exchange.
    The name of the SASL mechanism used.
  • Method Details

    • mechanismName

      String mechanismName()
      The name of the SASL mechanism used.
      Returns:
      The name of the SASL mechanism used.
    • authorizationId

      String authorizationId()
      Returns the client's authorizationId that resulted from the SASL exchange.
      Returns:
      the client's authorizationId.