gnu.crypto.sasl.crammd5

Interface CramMD5Registry

public interface CramMD5Registry

A list of properties common to CRAM-MD5 classes.

Version: $Revision: 1.2 $

Field Summary
StringDEFAULT_PASSWORD_FILE
Default password file (used by the server) pathname.
StringDIR_FIELD
Name of the DIR field in the plain password file.
StringGECOS_FIELD
Name of the GECOS field in the plain password file.
StringGID_FIELD
Name of the GID field in the plain password file.
StringPASSWORD_FILE
Name of the password file (used by the server) property.
StringSHELL_FIELD
Name of the SHELL field in the plain password file.
StringUID_FIELD
Name of the UID field in the plain password file.

Field Detail

DEFAULT_PASSWORD_FILE

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

DIR_FIELD

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

GECOS_FIELD

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

GID_FIELD

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

PASSWORD_FILE

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

SHELL_FIELD

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

UID_FIELD

public String UID_FIELD
Name of the UID field in the plain password file.
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.