Class KerberosHelper.PrivilegedExceptionActionWebServer

  • All Implemented Interfaces:
    java.security.PrivilegedExceptionAction<byte[]>
    Enclosing class:
    KerberosHelper

    public abstract static class KerberosHelper.PrivilegedExceptionActionWebServer
    extends java.lang.Object
    implements java.security.PrivilegedExceptionAction<byte[]>
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.security.PrivilegedExceptionAction

        run
    • Constructor Detail

      • PrivilegedExceptionActionWebServer

        public PrivilegedExceptionActionWebServer()
    • Method Detail

      • getContext

        public org.ietf.jgss.GSSContext getContext()