|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.oncrpc.RpcAuthSys
public class RpcAuthSys
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 |
---|
public RpcAuthSys(int uid, int gid)
Method Detail |
---|
public static RpcAuthSys from(byte[] credentials)
public int getUid()
public int getGid()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |