示例#1
0
 public _PrivilegedExceptionAction_404(TestDoAsEffectiveUser _enclosing, IPEndPoint
                                       addr, Configuration conf)
 {
     this._enclosing = _enclosing;
     this.addr       = addr;
     this.conf       = conf;
 }
示例#2
0
 public _PrivilegedExceptionAction_509(TestDoAsEffectiveUser _enclosing, IPEndPoint
                                       addr, Configuration newConf, Server server)
 {
     this._enclosing = _enclosing;
     this.addr       = addr;
     this.newConf    = newConf;
     this.server     = server;
 }
示例#3
0
 public _PrivilegedExceptionAction_169(TestDoAsEffectiveUser _enclosing, Server server
                                       , Configuration conf, UserGroupInformation ugi)
 {
     this._enclosing = _enclosing;
     this.server     = server;
     this.conf       = conf;
     this.ugi        = ugi;
 }
示例#4
0
 internal TestImpl(TestDoAsEffectiveUser _enclosing)
 {
     this._enclosing = _enclosing;
 }