org.postgresql.gss
Class MakeGSS

java.lang.Object
  extended by org.postgresql.gss.MakeGSS

public class MakeGSS
extends Object


Constructor Summary
MakeGSS()
           
 
Method Summary
static void authenticate(PGStream pgStream, String host, String user, String password, String jaasApplicationName, String kerberosServerName, boolean useSpnego)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MakeGSS

public MakeGSS()
Method Detail

authenticate

public static void authenticate(PGStream pgStream,
                                String host,
                                String user,
                                String password,
                                String jaasApplicationName,
                                String kerberosServerName,
                                boolean useSpnego)
                         throws IOException,
                                SQLException
Throws:
IOException
SQLException


Copyright © 2017 PostgreSQL Global Development Group. All rights reserved.