Package | Description |
---|---|
org.apache.hadoop.oncrpc | |
org.apache.hadoop.oncrpc.security |
Modifier and Type | Method and Description |
---|---|
Credentials |
RpcCall.getCredential() |
Modifier and Type | Method and Description |
---|---|
static RpcCall |
RpcCall.getInstance(int xid,
int program,
int version,
int procedure,
Credentials cred,
Verifier verifier) |
Constructor and Description |
---|
RpcCall(int xid,
RpcMessage.Type messageType,
int rpcVersion,
int program,
int version,
int procedure,
Credentials credential,
Verifier verifier) |
Modifier and Type | Class and Description |
---|---|
class |
CredentialsGSS
Credential used by RPCSEC_GSS
|
class |
CredentialsNone
Credential used by AUTH_NONE
|
class |
CredentialsSys
Credential used by AUTH_SYS
|
Modifier and Type | Method and Description |
---|---|
static Credentials |
Credentials.readFlavorAndCredentials(XDR xdr) |
Modifier and Type | Method and Description |
---|---|
static void |
Credentials.writeFlavorAndCredentials(Credentials cred,
XDR xdr)
Write AuthFlavor and the credentials to the XDR
|
Copyright © 2013 Apache Software Foundation. All rights reserved.