Interface ISSPIClient


  • public interface ISSPIClient

    Use Waffle-JNI to support SSPI authentication when PgJDBC is running on a Windows client and talking to a Windows server.

    SSPI is not supported on a non-Windows client.

    • Method Detail

      • isSSPISupported

        boolean isSSPISupported()
      • startSSPI

        void startSSPI()
                throws java.sql.SQLException,
                       java.io.IOException
        Throws:
        java.sql.SQLException
        java.io.IOException
      • continueSSPI

        void continueSSPI​(int msgLength)
                   throws java.sql.SQLException,
                          java.io.IOException
        Throws:
        java.sql.SQLException
        java.io.IOException
      • dispose

        void dispose()