public abstract class RpcAuthInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RpcAuthInfo.AuthFlavor
Different types of authentication as defined in RFC 1831
|
| Modifier | Constructor and Description |
|---|---|
protected |
RpcAuthInfo(RpcAuthInfo.AuthFlavor flavor) |
| Modifier and Type | Method and Description |
|---|---|
RpcAuthInfo.AuthFlavor |
getFlavor() |
abstract void |
read(XDR xdr)
Load auth info
|
String |
toString() |
abstract void |
write(XDR xdr)
Write auth info
|
protected RpcAuthInfo(RpcAuthInfo.AuthFlavor flavor)
Copyright © 2018 CERN. All Rights Reserved.