public abstract class Verifier extends RpcAuthInfo
RpcAuthInfo.AuthFlavor.AUTH_NONE
, RpcAuthInfo.AuthFlavor.AUTH_SYS
,
and RpcAuthInfo.AuthFlavor.RPCSEC_GSS
. Thus for verifier we only need to handle
AUTH_NONE and RPCSEC_GSSRpcAuthInfo.AuthFlavor
Modifier and Type | Field and Description |
---|---|
static Verifier |
VERIFIER_NONE |
Modifier | Constructor and Description |
---|---|
protected |
Verifier(RpcAuthInfo.AuthFlavor flavor) |
Modifier and Type | Method and Description |
---|---|
static Verifier |
readFlavorAndVerifier(XDR xdr)
Read both AuthFlavor and the verifier from the XDR
|
static void |
writeFlavorAndVerifier(Verifier verifier,
XDR xdr)
Write AuthFlavor and the verifier to the XDR
|
getFlavor, read, toString, write
public static final Verifier VERIFIER_NONE
protected Verifier(RpcAuthInfo.AuthFlavor flavor)
Copyright © 2013 Apache Software Foundation. All rights reserved.