Interface ServerSession

    • Method Detail

      • getAuthenticationMethod

        ServerSession.AuthenticationMethod getAuthenticationMethod()
        Obtain method that was used to authenticate this session. Null when the session is not authenticated.
        Returns:
        the method used for authentication (possibly null).
      • isUsingServerDialback

        default boolean isUsingServerDialback()
        Returns true if this server session was authenticated using server dialback.
        Returns:
        true if this server session was authenticated using server dialback.
      • isUsingSaslExternal

        default boolean isUsingSaslExternal()
        Returns true if this server session was authenticated using the SASL EXTERNAL mechanism.
        Returns:
        true if this server session was authenticated using the SASL EXTERNAL mechanism.