Package org.postgresql.gss
Class GssEncAction
- java.lang.Object
-
- org.postgresql.gss.GssEncAction
-
- All Implemented Interfaces:
PrivilegedAction<Exception>
public class GssEncAction extends Object implements PrivilegedAction<Exception>
-
-
Constructor Summary
Constructors Constructor Description GssEncAction(PGStream pgStream, GSSCredential clientCredentials, String host, String user, String kerberosServerName, boolean useSpnego, boolean logServerErrorDetail)
-
-
-
Constructor Detail
-
GssEncAction
public GssEncAction(PGStream pgStream, GSSCredential clientCredentials, String host, String user, String kerberosServerName, boolean useSpnego, boolean logServerErrorDetail)
-
-
Method Detail
-
run
public Exception run()
- Specified by:
run
in interfacePrivilegedAction<Exception>
-
-