org.postgresql.gss
Class GSSCallbackHandler

java.lang.Object
  extended by org.postgresql.gss.GSSCallbackHandler
All Implemented Interfaces:
CallbackHandler

public class GSSCallbackHandler
extends Object
implements CallbackHandler


Constructor Summary
GSSCallbackHandler(String user, String password)
           
 
Method Summary
 void handle(Callback[] callbacks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSSCallbackHandler

public GSSCallbackHandler(String user,
                          String password)
Method Detail

handle

public void handle(Callback[] callbacks)
            throws IOException,
                   UnsupportedCallbackException
Specified by:
handle in interface CallbackHandler
Throws:
IOException
UnsupportedCallbackException


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