gnu.crypto.sasl.plain

Interface PlainRegistry

Known Implementing Classes:
PlainAuthInfoProvider

public interface PlainRegistry

Field Summary

static String
DEFAULT_PASSWORD_FILE
Default fully qualified pathname of the PLAIN password file.
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 PLAIN password file 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 fully qualified pathname of the PLAIN password file.

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