com.sun.slamd.common.http.util
Class AuthErrorCodes

java.lang.Object
  extended by com.sun.slamd.common.http.util.AuthErrorCodes

public class AuthErrorCodes
extends java.lang.Object

This class contains a number of authentication error codes that may be encountered when interacting with Access Manager.

Author:
cmort

Field Summary
static java.lang.String AUTH_ACCOUNT_EXPIRED
          auth expired.
static java.lang.String AUTH_CONFIG_NOT_FOUND
          auth config not found.
static java.lang.String AUTH_ERROR
          auth error.
static java.lang.String AUTH_INVALID_DOMAIN
          domain null.
static java.lang.String AUTH_INVALID_PASSWORD
          auth invalid password.
static java.lang.String AUTH_INVALID_PCOOKIE
          auth invalid persistent cookie.
static java.lang.String AUTH_LOGIN_FAILED
          auth login failed - module failure.
static java.lang.String AUTH_MAX_SESSION_REACHED
          max sessions reached.
static java.lang.String AUTH_MODULE_DENIED
          module denied.
static java.lang.String AUTH_ORG_INACTIVE
          org inactive.
static java.lang.String AUTH_PROFILE_CREATE
          profile cannot be created.
static java.lang.String AUTH_PROFILE_ERROR
          profile not found.
static java.lang.String AUTH_TIMEOUT
          login timeout.
static java.lang.String AUTH_TYPE_DENIED
          authentication type denied.
static java.lang.String AUTH_USER_INACTIVE
          auth user inactive.
static java.lang.String AUTH_USER_LOCKED
          user locked.
static java.lang.String AUTH_USER_NOT_FOUND
          user role not found.
 
Constructor Summary
AuthErrorCodes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTH_PROFILE_ERROR

public static final java.lang.String AUTH_PROFILE_ERROR
profile not found.

See Also:
Constant Field Values

AUTH_ACCOUNT_EXPIRED

public static final java.lang.String AUTH_ACCOUNT_EXPIRED
auth expired.

See Also:
Constant Field Values

AUTH_ERROR

public static final java.lang.String AUTH_ERROR
auth error.

See Also:
Constant Field Values

AUTH_INVALID_PASSWORD

public static final java.lang.String AUTH_INVALID_PASSWORD
auth invalid password.

See Also:
Constant Field Values

AUTH_USER_INACTIVE

public static final java.lang.String AUTH_USER_INACTIVE
auth user inactive.

See Also:
Constant Field Values

AUTH_CONFIG_NOT_FOUND

public static final java.lang.String AUTH_CONFIG_NOT_FOUND
auth config not found.

See Also:
Constant Field Values

AUTH_INVALID_PCOOKIE

public static final java.lang.String AUTH_INVALID_PCOOKIE
auth invalid persistent cookie.

See Also:
Constant Field Values

AUTH_LOGIN_FAILED

public static final java.lang.String AUTH_LOGIN_FAILED
auth login failed - module failure.

See Also:
Constant Field Values

AUTH_INVALID_DOMAIN

public static final java.lang.String AUTH_INVALID_DOMAIN
domain null.

See Also:
Constant Field Values

AUTH_ORG_INACTIVE

public static final java.lang.String AUTH_ORG_INACTIVE
org inactive.

See Also:
Constant Field Values

AUTH_TIMEOUT

public static final java.lang.String AUTH_TIMEOUT
login timeout.

See Also:
Constant Field Values

AUTH_MODULE_DENIED

public static final java.lang.String AUTH_MODULE_DENIED
module denied.

See Also:
Constant Field Values

AUTH_USER_LOCKED

public static final java.lang.String AUTH_USER_LOCKED
user locked.

See Also:
Constant Field Values

AUTH_USER_NOT_FOUND

public static final java.lang.String AUTH_USER_NOT_FOUND
user role not found.

See Also:
Constant Field Values

AUTH_TYPE_DENIED

public static final java.lang.String AUTH_TYPE_DENIED
authentication type denied.

See Also:
Constant Field Values

AUTH_MAX_SESSION_REACHED

public static final java.lang.String AUTH_MAX_SESSION_REACHED
max sessions reached.

See Also:
Constant Field Values

AUTH_PROFILE_CREATE

public static final java.lang.String AUTH_PROFILE_CREATE
profile cannot be created.

See Also:
Constant Field Values
Constructor Detail

AuthErrorCodes

public AuthErrorCodes()