org.mariadb.jdbc.internal.com.send.gssapi
Class StandardGssapiAuthentication

java.lang.Object
  extended by org.mariadb.jdbc.internal.com.send.gssapi.GssapiAuth
      extended by org.mariadb.jdbc.internal.com.send.gssapi.StandardGssapiAuthentication

public class StandardGssapiAuthentication
extends GssapiAuth


Field Summary
 
Fields inherited from class org.mariadb.jdbc.internal.com.send.gssapi.GssapiAuth
packSeq, reader
 
Constructor Summary
StandardGssapiAuthentication(PacketInputStream reader, int packSeq)
           
 
Method Summary
 void authenticate(PacketOutputStream writer, String serverPrincipalName, String mechanisms)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardGssapiAuthentication

public StandardGssapiAuthentication(PacketInputStream reader,
                                    int packSeq)
Method Detail

authenticate

public void authenticate(PacketOutputStream writer,
                         String serverPrincipalName,
                         String mechanisms)
                  throws SQLException,
                         IOException
Specified by:
authenticate in class GssapiAuth
Throws:
SQLException
IOException


Copyright © 2017. All rights reserved.