gnu.crypto.sasl.plain

Interface PlainRegistry

public interface PlainRegistry

Field Summary
StringDEFAULT_PASSWORD_FILE
Default fully qualified pathname of the PLAIN password file.
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 PLAIN password file 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 fully qualified pathname of the PLAIN password file.

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 PLAIN password file 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.