org.apache.hadoop.oncrpc
Class RpcAuthSys

java.lang.Object
  extended by org.apache.hadoop.oncrpc.RpcAuthSys

public class RpcAuthSys
extends Object

AUTH_SYS as defined in RFC 1831


Constructor Summary
RpcAuthSys(int uid, int gid)
           
 
Method Summary
static RpcAuthSys from(byte[] credentials)
           
 int getGid()
           
 int getUid()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RpcAuthSys

public RpcAuthSys(int uid,
                  int gid)
Method Detail

from

public static RpcAuthSys from(byte[] credentials)

getUid

public int getUid()

getGid

public int getGid()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 The Apache Software Foundation