DB2JCCPlugin class
The com.ibm.db2.jcc.DB2JCCPlugin class is an abstract class that defines methods that can be implemented to provide Db2 on Linux®, UNIX, and Windows systems plug-in support. This class applies only to Db2 on Linux, UNIX, and Windows systems.
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