gnu.crypto.sasl.crammd5

Interface CramMD5Registry

public interface CramMD5Registry

A list of properties common to CRAM-MD5 classes.

Version:
$Revision: 1.1 $

Field Summary

static String
DEFAULT_PASSWORD_FILE
Default password file (used by the server) pathname.
static String
DIR_FIELD
Name of the DIR field in the plain password file.
static String
GECOS_FIELD
Name of the GECOS field in the plain password file.
static String
GID_FIELD
Name of the GID field in the plain password file.
static String
PASSWORD_FILE
Name of the password file (used by the server) property.
static String
SHELL_FIELD
Name of the SHELL field in the plain password file.
static String
UID_FIELD
Name of the UID field in the plain password file.

Field Details

DEFAULT_PASSWORD_FILE

public static final String DEFAULT_PASSWORD_FILE
Default password file (used by the server) pathname.


DIR_FIELD

public static final String DIR_FIELD
Name of the DIR field in the plain password file.


GECOS_FIELD

public static final String GECOS_FIELD
Name of the GECOS field in the plain password file.


GID_FIELD

public static final String GID_FIELD
Name of the GID field in the plain password file.


PASSWORD_FILE

public static final String PASSWORD_FILE
Name of the password file (used by the server) property.


SHELL_FIELD

public static final String SHELL_FIELD
Name of the SHELL field in the plain password file.


UID_FIELD

public static final String UID_FIELD
Name of the UID field in the plain password file.


Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.