Class GssEncAction

  • All Implemented Interfaces:
    java.security.PrivilegedAction<java.lang.Exception>

    public class GssEncAction
    extends java.lang.Object
    implements java.security.PrivilegedAction<java.lang.Exception>
    • Constructor Summary

      Constructors 
      Constructor Description
      GssEncAction​(PGStream pgStream, org.ietf.jgss.GSSCredential clientCredentials, 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 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,
                            org.ietf.jgss.GSSCredential clientCredentials,
                            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>