Package | Description |
---|---|
org.apache.hadoop.oncrpc | |
org.apache.hadoop.oncrpc.security |
Modifier and Type | Method and 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 and Description |
---|---|
protected abstract boolean |
RpcProgram.isIdempotent(RpcCall call) |
protected static void |
RpcProgram.sendRejectedReply(RpcCall call,
SocketAddress remoteAddress,
org.jboss.netty.channel.ChannelHandlerContext ctx) |
Modifier and Type | Method and Description |
---|---|
VerifierNone |
SysSecurityHandler.getVerifer(RpcCall request) |
abstract Verifier |
SecurityHandler.getVerifer(RpcCall request) |
boolean |
SysSecurityHandler.shouldSilentlyDrop(RpcCall request) |
abstract boolean |
SecurityHandler.shouldSilentlyDrop(RpcCall request) |
XDR |
SecurityHandler.unwrap(RpcCall request,
byte[] data)
Used by GSS
|
byte[] |
SecurityHandler.wrap(RpcCall request,
XDR response)
Used by GSS
|
Copyright © 2015 Apache Software Foundation. All Rights Reserved.