Class CredentialHelper.G

  • All Implemented Interfaces:
    java.security.PrivilegedExceptionAction<org.ietf.jgss.GSSCredential>
    Enclosing class:
    CredentialHelper

    private static final class CredentialHelper.G
    extends java.lang.Object
    implements java.security.PrivilegedExceptionAction<org.ietf.jgss.GSSCredential>
    Privileged action which runs as the subject to get the credentials.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.ietf.jgss.GSSManager mgr  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private G​(org.ietf.jgss.GSSManager mgr)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.ietf.jgss.GSSCredential run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • mgr

        private org.ietf.jgss.GSSManager mgr
    • Constructor Detail

      • G

        private G​(org.ietf.jgss.GSSManager mgr)
        Parameters:
        mgr - The existing GSS manager
    • Method Detail

      • run

        public org.ietf.jgss.GSSCredential run()
                                        throws org.ietf.jgss.GSSException
        Specified by:
        run in interface java.security.PrivilegedExceptionAction<org.ietf.jgss.GSSCredential>
        Throws:
        org.ietf.jgss.GSSException