DB2 10.5 for Linux, UNIX, and Windows

DB2JCCPlugin class

The com.ibm.db2.jcc.DB2JCCPlugin class is an abstract class that defines methods that can be implemented to provide DB2® for Linux, UNIX, and Windows plug-in support. This class applies only to DB2 for Linux, UNIX, and Windows.

DB2JCCPlugin methods

The following methods are defined only for the IBM® Data Server Driver for JDBC and SQLJ.

getTicket
Format:
public abstract byte[] getTicket(String user,
  String password,
  byte[] returnedToken)
  throws org.ietf.jgss.GSSException

Retrieves a Kerberos ticket for a user.

Parameter descriptions:
user
The user ID for which the Kerberos ticket is to be retrieved.
password
The password for user.
returnedToken