public static class RubyProcess.UserID extends Object
| Constructor and Description | 
|---|
| RubyProcess.UserID() | 
| Modifier and Type | Method and Description | 
|---|---|
| static IRubyObject | change_privilege(IRubyObject self,
                IRubyObject arg) | 
| static IRubyObject | eid(IRubyObject self)Deprecated.  | 
| static IRubyObject | eid(IRubyObject self,
   IRubyObject arg)Deprecated.  | 
| static IRubyObject | eid(Ruby runtime,
   IRubyObject arg) | 
| static IRubyObject | eid(ThreadContext context,
   IRubyObject self) | 
| static IRubyObject | eid(ThreadContext context,
   IRubyObject self,
   IRubyObject arg) | 
| static IRubyObject | grant_privilege(IRubyObject self,
               IRubyObject arg) | 
| static IRubyObject | re_exchange(ThreadContext context,
           IRubyObject self) | 
| static IRubyObject | re_exchangeable_p(IRubyObject self) | 
| static IRubyObject | rid(IRubyObject self)Deprecated.  | 
| static IRubyObject | rid(Ruby runtime) | 
| static IRubyObject | rid(ThreadContext context,
   IRubyObject self) | 
| static IRubyObject | sid_available_p(IRubyObject self) | 
| static IRubyObject | switch_rb(ThreadContext context,
         IRubyObject self,
         Block block) | 
public static IRubyObject change_privilege(IRubyObject self, IRubyObject arg)
@Deprecated public static IRubyObject eid(IRubyObject self)
public static IRubyObject eid(ThreadContext context, IRubyObject self)
@Deprecated public static IRubyObject eid(IRubyObject self, IRubyObject arg)
public static IRubyObject eid(ThreadContext context, IRubyObject self, IRubyObject arg)
public static IRubyObject eid(Ruby runtime, IRubyObject arg)
public static IRubyObject grant_privilege(IRubyObject self, IRubyObject arg)
public static IRubyObject re_exchange(ThreadContext context, IRubyObject self)
public static IRubyObject re_exchangeable_p(IRubyObject self)
@Deprecated public static IRubyObject rid(IRubyObject self)
public static IRubyObject rid(ThreadContext context, IRubyObject self)
public static IRubyObject rid(Ruby runtime)
public static IRubyObject sid_available_p(IRubyObject self)
public static IRubyObject switch_rb(ThreadContext context, IRubyObject self, Block block)
Copyright © 2001-2015 JRuby. All Rights Reserved.