Package org.postgresql.gss
Class GssEncAction
- java.lang.Object
-
- org.postgresql.gss.GssEncAction
-
- All Implemented Interfaces:
java.security.PrivilegedAction<java.lang.Exception>
,java.util.concurrent.Callable<java.lang.Exception>
public class GssEncAction extends java.lang.Object implements java.security.PrivilegedAction<java.lang.Exception>, java.util.concurrent.Callable<java.lang.Exception>
-
-
Constructor Summary
Constructors Constructor Description GssEncAction(PGStream pgStream, javax.security.auth.Subject subject, 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
call()
java.lang.Exception
run()
-
-
-
Constructor Detail
-
GssEncAction
public GssEncAction(PGStream pgStream, javax.security.auth.Subject subject, java.lang.String host, java.lang.String user, java.lang.String kerberosServerName, boolean useSpnego, boolean logServerErrorDetail)
-
-
Method Detail
-
run
public java.lang.Exception run()
- Specified by:
run
in interfacejava.security.PrivilegedAction<java.lang.Exception>
-
call
public java.lang.Exception call() throws java.lang.Exception
- Specified by:
call
in interfacejava.util.concurrent.Callable<java.lang.Exception>
- Throws:
java.lang.Exception
-
-