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 java.lang.String DEFAULT_PASSWORD_FILE
          Default fully qualified pathname of the PLAIN password file.
static java.lang.String DIR_FIELD
          Name of the DIR field in the plain password file.
static java.lang.String GECOS_FIELD
          Name of the GECOS field in the plain password file.
static java.lang.String GID_FIELD
          Name of the GID field in the plain password file.
static java.lang.String PASSWORD_FILE
          Name of PLAIN password file property.
static java.lang.String SHELL_FIELD
          Name of the SHELL field in the plain password file.
static java.lang.String UID_FIELD
          Name of the UID field in the plain password file.
 

Field Detail

PASSWORD_FILE

public static final java.lang.String PASSWORD_FILE
Name of PLAIN password file property.

See Also:
Constant Field Values

DEFAULT_PASSWORD_FILE

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

See Also:
Constant Field Values

UID_FIELD

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

See Also:
Constant Field Values

GID_FIELD

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

See Also:
Constant Field Values

GECOS_FIELD

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

See Also:
Constant Field Values

DIR_FIELD

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

See Also:
Constant Field Values

SHELL_FIELD

public static final java.lang.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.