org.apache.hadoop.oncrpc
Class RpcAuthInfo
java.lang.Object
org.apache.hadoop.oncrpc.RpcAuthInfo
public class RpcAuthInfo
- extends Object
Authentication Info as defined in RFC 1831
Nested Class Summary |
static class |
RpcAuthInfo.AuthFlavor
Different types of authentication as defined in RFC 1831 |
RpcAuthInfo
protected RpcAuthInfo(RpcAuthInfo.AuthFlavor flavor,
byte[] body)
read
public static RpcAuthInfo read(XDR xdr)
getFlavor
public RpcAuthInfo.AuthFlavor getFlavor()
getBody
public byte[] getBody()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2009 The Apache Software Foundation