Class StandardGssapiAuthentication

  • All Implemented Interfaces:
    GssapiAuth

    public class StandardGssapiAuthentication
    extends java.lang.Object
    implements GssapiAuth
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void authenticate​(PacketWriter out, PacketReader in, java.lang.String servicePrincipalName, java.lang.String mechanisms)
      Process default GSS plugin authentication.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StandardGssapiAuthentication

        public StandardGssapiAuthentication()
    • Method Detail

      • authenticate

        public void authenticate​(PacketWriter out,
                                 PacketReader in,
                                 java.lang.String servicePrincipalName,
                                 java.lang.String mechanisms)
                          throws java.sql.SQLException,
                                 java.io.IOException
        Process default GSS plugin authentication.
        Specified by:
        authenticate in interface GssapiAuth
        Parameters:
        out - out stream
        in - in stream
        servicePrincipalName - service principal name
        mechanisms - gssapi mechanism
        Throws:
        java.io.IOException - if socket error
        java.sql.SQLException - in any Exception occur