public class GssEncAction
extends java.lang.Object
implements java.security.PrivilegedAction<java.lang.Exception>, java.util.concurrent.Callable<java.lang.Exception>
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
java.lang.Exception |
call() |
java.lang.Exception |
run() |
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)
public java.lang.Exception run()
run
in interface java.security.PrivilegedAction<java.lang.Exception>
public java.lang.Exception call() throws java.lang.Exception
call
in interface java.util.concurrent.Callable<java.lang.Exception>
java.lang.Exception
Copyright © 2024 PostgreSQL Global Development Group. All rights reserved.