public interface OncRpcAuthType
ONCRPC_AUTH_NONE
is supported by this Java package.Modifier and Type | Field and Description |
---|---|
static int |
ONCRPC_AUTH_DES
The DES authentication scheme (using encrypted time stamps) is not
supported -- and besides, it's not a silver bullet either.
|
static int |
ONCRPC_AUTH_NONE
No authentication scheme used for this remote procedure call.
|
static int |
ONCRPC_AUTH_SHORT
The so-called "short hand Unix style" is not supported.
|
static int |
ONCRPC_AUTH_UNIX
The so-called "Unix" authentication scheme is not supported.
|
static final int ONCRPC_AUTH_NONE
static final int ONCRPC_AUTH_UNIX
static final int ONCRPC_AUTH_SHORT
static final int ONCRPC_AUTH_DES
Copyright © 2015. All rights reserved.