gnu.crypto.sasl.crammd5
Interface CramMD5Registry
public
interface
CramMD5Registry
A list of properties common to CRAM-MD5 classes.
Version: $Revision: 1.2 $
Field Summary |
String | DEFAULT_PASSWORD_FILE Default password file (used by the server) pathname. |
String | DIR_FIELD Name of the DIR field in the plain password file. |
String | GECOS_FIELD Name of the GECOS field in the plain password file. |
String | GID_FIELD Name of the GID field in the plain password file. |
String | PASSWORD_FILE Name of the password file (used by the server) property. |
String | SHELL_FIELD Name of the SHELL field in the plain password file. |
String | UID_FIELD Name of the UID field in the plain password file. |
public String DEFAULT_PASSWORD_FILE
Default password file (used by the server) pathname.
public String DIR_FIELD
Name of the DIR field in the plain password file.
public String GECOS_FIELD
Name of the GECOS field in the plain password file.
public String GID_FIELD
Name of the GID field in the plain password file.
public String PASSWORD_FILE
Name of the password file (used by the server) property.
public String SHELL_FIELD
Name of the SHELL field in the plain password file.
public String UID_FIELD
Name of the UID field in the plain password file.