org.apache.jetspeed.login
Class LoginConstants

java.lang.Object
  extended by org.apache.jetspeed.login.LoginConstants

public final class LoginConstants
extends Object

LoginConstants

Version:
$Id: LoginConstants.java 544402 2007-06-05 06:20:00Z taylor $
Author:
Ate Douma

Field Summary
static String DESTINATION
           
static Integer ERROR_CREDENTIAL_DISABLED
           
static Integer ERROR_CREDENTIAL_EXPIRED
           
static Integer ERROR_FINAL_LOGIN_ATTEMPT
           
static Integer ERROR_INVALID_PASSWORD
           
static Integer ERROR_UNKNOWN_USER
           
static Integer ERROR_USER_DISABLED
           
static String ERRORCODE
           
static String LOGIN_CHECK
           
static String PASSWORD
           
static String RETRYCOUNT
           
static String USERNAME
           
 
Constructor Summary
LoginConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USERNAME

public static final String USERNAME
See Also:
Constant Field Values

PASSWORD

public static final String PASSWORD
See Also:
Constant Field Values

DESTINATION

public static final String DESTINATION
See Also:
Constant Field Values

RETRYCOUNT

public static final String RETRYCOUNT
See Also:
Constant Field Values

ERRORCODE

public static final String ERRORCODE
See Also:
Constant Field Values

LOGIN_CHECK

public static final String LOGIN_CHECK
See Also:
Constant Field Values

ERROR_UNKNOWN_USER

public static final Integer ERROR_UNKNOWN_USER

ERROR_INVALID_PASSWORD

public static final Integer ERROR_INVALID_PASSWORD

ERROR_USER_DISABLED

public static final Integer ERROR_USER_DISABLED

ERROR_FINAL_LOGIN_ATTEMPT

public static final Integer ERROR_FINAL_LOGIN_ATTEMPT

ERROR_CREDENTIAL_DISABLED

public static final Integer ERROR_CREDENTIAL_DISABLED

ERROR_CREDENTIAL_EXPIRED

public static final Integer ERROR_CREDENTIAL_EXPIRED
Constructor Detail

LoginConstants

public LoginConstants()


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.