Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 interface java.security.PrivilegedAction<java.lang.Exception>
      • call

        public java.lang.Exception call()
                                 throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Exception>
        Throws:
        java.lang.Exception