Uses of Class
org.apache.hadoop.oncrpc.RpcAuthInfo

Packages that use RpcAuthInfo
org.apache.hadoop.oncrpc   
 

Uses of RpcAuthInfo in org.apache.hadoop.oncrpc
 

Methods in org.apache.hadoop.oncrpc that return RpcAuthInfo
 RpcAuthInfo RpcCall.getCredential()
           
 RpcAuthInfo RpcAcceptedReply.getVerifier()
           
 RpcAuthInfo RpcCall.getVerifier()
           
static RpcAuthInfo RpcAuthInfo.read(XDR xdr)
           
 

Constructors in org.apache.hadoop.oncrpc with parameters of type RpcAuthInfo
RpcCall(int xid, int messageType, int rpcVersion, int program, int version, int procedure, RpcAuthInfo credential, RpcAuthInfo verifier)
           
 



Copyright © 2009 The Apache Software Foundation