VerifierGSS, VerifierNonepublic 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 | Constructor | Description |
|---|---|---|
protected |
Verifier(RpcAuthInfo.AuthFlavor flavor) |
| Modifier and Type | Method | 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, writeprotected Verifier(RpcAuthInfo.AuthFlavor flavor)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.