Package org.postgresql.gss
Class GssAction
java.lang.Object
org.postgresql.gss.GssAction
- All Implemented Interfaces:
PrivilegedAction<Exception>
,Callable<Exception>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncall()
private static boolean
hasSpnegoSupport
(GSSManager manager) run()
-
Field Details
-
LOGGER
-
pgStream
-
host
-
kerberosServerName
-
user
-
useSpnego
private final boolean useSpnego -
gssUseDefaultCreds
private final boolean gssUseDefaultCreds -
subject
-
logServerErrorDetail
private final boolean logServerErrorDetail
-
-
Constructor Details
-
GssAction
-
-
Method Details
-
hasSpnegoSupport
- Throws:
GSSException
-
run
- Specified by:
run
in interfacePrivilegedAction<Exception>
-
call
-