Package org.postgresql.gss
Class GssEncAction
- java.lang.Object
-
- org.postgresql.gss.GssEncAction
-
- All Implemented Interfaces:
java.security.PrivilegedAction<java.lang.Exception>
public class GssEncAction extends java.lang.Object implements java.security.PrivilegedAction<java.lang.Exception>
-
-
Constructor Summary
Constructors Constructor Description GssEncAction(PGStream pgStream, org.ietf.jgss.GSSCredential clientCredentials, java.lang.String host, java.lang.String user, java.lang.String kerberosServerName, boolean useSpnego, boolean logServerErrorDetail)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Exception
run()
-
-
-
Constructor Detail
-
GssEncAction
public GssEncAction(PGStream pgStream, org.ietf.jgss.GSSCredential clientCredentials, java.lang.String host, java.lang.String user, java.lang.String kerberosServerName, boolean useSpnego, boolean logServerErrorDetail)
-
-