public class CredentialsSys extends Credentials
RpcAuthInfo.AuthFlavor| Modifier and Type | Field | Description |
|---|---|---|
protected int[] |
mAuxGIDs |
|
protected int |
mGID |
|
protected java.lang.String |
mHostName |
|
protected int |
mStamp |
|
protected int |
mUID |
LOG, mCredentialsLength| Constructor | Description |
|---|---|
CredentialsSys() |
| Modifier and Type | Method | Description |
|---|---|---|
int[] |
getAuxGIDs() |
|
int |
getGID() |
|
int |
getUID() |
|
void |
read(XDR xdr) |
Load auth info.
|
void |
setGID(int gid) |
|
void |
setStamp(int stamp) |
|
void |
setUID(int uid) |
|
void |
write(XDR xdr) |
Write auth info.
|
readFlavorAndCredentials, writeFlavorAndCredentialsgetFlavor, toStringprotected int mUID
protected int mGID
protected int[] mAuxGIDs
protected java.lang.String mHostName
protected int mStamp
public int getGID()
public int getUID()
public int[] getAuxGIDs()
public void setGID(int gid)
public void setUID(int uid)
public void setStamp(int stamp)
public void read(XDR xdr)
RpcAuthInforead in class RpcAuthInfoxdr - XDR messagepublic void write(XDR xdr)
RpcAuthInfowrite in class RpcAuthInfoxdr - XDR messageCopyright © 2008–2025 Apache Software Foundation. All rights reserved.