class GssAction
extends java.lang.Object
implements java.security.PrivilegedAction<java.lang.Exception>
Modifier and Type | Field and Description |
---|---|
private org.ietf.jgss.GSSCredential |
clientCredentials |
private java.lang.String |
host |
private java.lang.String |
kerberosServerName |
private static java.util.logging.Logger |
LOGGER |
private boolean |
logServerErrorDetail |
private PGStream |
pgStream |
private java.lang.String |
user |
private boolean |
useSpnego |
Constructor and Description |
---|
GssAction(PGStream pgStream,
org.ietf.jgss.GSSCredential clientCredentials,
java.lang.String host,
java.lang.String user,
java.lang.String kerberosServerName,
boolean useSpnego,
boolean logServerErrorDetail) |
Modifier and Type | Method and Description |
---|---|
private static boolean |
hasSpnegoSupport(org.ietf.jgss.GSSManager manager) |
java.lang.Exception |
run() |
private static final java.util.logging.Logger LOGGER
private final PGStream pgStream
private final java.lang.String host
private final java.lang.String user
private final java.lang.String kerberosServerName
private final boolean useSpnego
private final org.ietf.jgss.GSSCredential clientCredentials
private final boolean logServerErrorDetail
GssAction(PGStream pgStream, org.ietf.jgss.GSSCredential clientCredentials, java.lang.String host, java.lang.String user, java.lang.String kerberosServerName, boolean useSpnego, boolean logServerErrorDetail)