For the latest news and information visit
The GNU Crypto project

gnu.crypto.sasl.plain
Interface PlainRegistry

All 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 Detail

PASSWORD_FILE

static final String PASSWORD_FILE
Name of PLAIN password file property.

See Also:
Constant Field Values

DEFAULT_PASSWORD_FILE

static final String DEFAULT_PASSWORD_FILE
Default fully qualified pathname of the PLAIN password file.

See Also:
Constant Field Values

UID_FIELD

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

See Also:
Constant Field Values

GID_FIELD

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

See Also:
Constant Field Values

GECOS_FIELD

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

See Also:
Constant Field Values

DIR_FIELD

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

See Also:
Constant Field Values

SHELL_FIELD

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

See Also:
Constant Field Values

For the latest news and information visit
The GNU Crypto project

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