Class GssEncAction

java.lang.Object
org.postgresql.gss.GssEncAction
All Implemented Interfaces:
PrivilegedAction<Exception>

public class GssEncAction extends Object implements PrivilegedAction<Exception>
  • Field Details

    • LOGGER

      private static final Logger LOGGER
    • pgStream

      private final PGStream pgStream
    • host

      private final String host
    • user

      private final String user
    • kerberosServerName

      private final String kerberosServerName
    • useSpnego

      private final boolean useSpnego
    • clientCredentials

      private final GSSCredential clientCredentials
    • logServerErrorDetail

      private final boolean logServerErrorDetail
  • Constructor Details

    • GssEncAction

      public GssEncAction(PGStream pgStream, GSSCredential clientCredentials, String host, String user, String kerberosServerName, boolean useSpnego, boolean logServerErrorDetail)
  • Method Details