org.acplt.oncrpc
Interface OncRpcAuthConstants


public interface OncRpcAuthConstants

A collection of constants related to authentication and generally usefull for ONC/RPC.


Field Summary
static int ONCRPC_MAX_AUTH_BYTES
          Maximum length of opaque authentication information.
static int ONCRPC_MAX_GROUPS
          Maximum allowed number of groups.
static int ONCRPC_MAX_MACHINE_NAME
          Maximum length of machine name.
 

Field Detail

ONCRPC_MAX_AUTH_BYTES

static final int ONCRPC_MAX_AUTH_BYTES
Maximum length of opaque authentication information.

See Also:
Constant Field Values

ONCRPC_MAX_MACHINE_NAME

static final int ONCRPC_MAX_MACHINE_NAME
Maximum length of machine name.

See Also:
Constant Field Values

ONCRPC_MAX_GROUPS

static final int ONCRPC_MAX_GROUPS
Maximum allowed number of groups.

See Also:
Constant Field Values