| Package | Description |
|---|---|
| org.apache.hadoop.oncrpc | |
| org.apache.hadoop.oncrpc.security |
| Modifier and Type | Method | Description |
|---|---|---|
static RpcCall |
RpcCall.getInstance(int xid,
int program,
int version,
int procedure,
Credentials cred,
Verifier verifier) |
|
static RpcCall |
RpcCall.read(XDR xdr) |
| Modifier and Type | Method | Description |
|---|---|---|
protected abstract boolean |
RpcProgram.isIdempotent(RpcCall call) |
|
protected static void |
RpcProgram.sendRejectedReply(RpcCall call,
java.net.SocketAddress remoteAddress,
io.netty.channel.ChannelHandlerContext ctx) |
| Modifier and Type | Method | Description |
|---|---|---|
abstract Verifier |
SecurityHandler.getVerifer(RpcCall request) |
|
VerifierNone |
SysSecurityHandler.getVerifer(RpcCall request) |
|
abstract boolean |
SecurityHandler.shouldSilentlyDrop(RpcCall request) |
|
boolean |
SysSecurityHandler.shouldSilentlyDrop(RpcCall request) |
|
XDR |
SecurityHandler.unwrap(RpcCall request,
byte[] data) |
Used by GSS.
|
byte[] |
SecurityHandler.wrap(RpcCall request,
XDR response) |
Used by GSS.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.