com.tivoli.am.eb.web.localresponsedemo
Class LocalResponseRedirectConstants

java.lang.Object
  extended by com.tivoli.am.eb.web.localresponsedemo.LocalResponseRedirectConstants

public abstract class LocalResponseRedirectConstants
extends java.lang.Object

Class of constants for WebSEAL's redirect operations.

Author:
Tivoli Systems

Field Summary
static java.lang.String MACRO_AUTHNLEVEL
          The required authentication level.
static java.lang.String MACRO_ERROR_CODE
          The hex value of the error code.
static java.lang.String MACRO_FAILREASON
          The reason of failure, if known.
static java.lang.String MACRO_HOSTNAME
          The host name from the host header, or the fully qualified host name of the WebSEAL system if the header does not exist.
static java.lang.String MACRO_METHOD
          The HTTP method used for the request.
static java.lang.String MACRO_PROTOCOL
          The protocol of the request (http or https).
static java.lang.String MACRO_REFERER
          The referring URL.
static java.lang.String MACRO_URL
          The URL of the resource the user was trying to request.
static java.lang.String MACRO_USERNAME
          The username of the currently logged in user, "unauthenticated" if no user is currently logged in.
static java.lang.String RESPONSE_OP_ACCT_LOCKED
          User's account is invalid.
static java.lang.String RESPONSE_OP_CERT_LOGIN
          User must login with a certificate.
static java.lang.String RESPONSE_OP_CERT_STEPUP_HTTP
          User tried to step up to certificates over http (not allowed).
static java.lang.String RESPONSE_OP_EAI_AUTH_ERROR
          EAI information returned to WebSEAL is invalid.
static java.lang.String RESPONSE_OP_ERROR
          An error occurred.
static java.lang.String RESPONSE_OP_FAILED_CERT
          User's certificate is invalid.
static java.lang.String RESPONSE_OP_HELP
          User performed an action that makes no sense, like logging out while logged in using BA.
static java.lang.String RESPONSE_OP_LOGIN
          User needs to authenticate.
static java.lang.String RESPONSE_OP_LOGIN_SUCCESS
          User successfully authenticated, but there's no last cached url to redirect to.
static java.lang.String RESPONSE_OP_LOGOUT
          The user chose to log out.
static java.lang.String RESPONSE_OP_NEXT_TOKEN
          User must input next token information.
static java.lang.String RESPONSE_OP_PASSWD
          The user chose to change her password.
static java.lang.String RESPONSE_OP_PASSWD_EXP
          User's password is expired.
static java.lang.String RESPONSE_OP_PASSWD_REP_FAILURE
          User's password change failed.
static java.lang.String RESPONSE_OP_PASSWD_REP_SUCCESS
          User's password change was successful.
static java.lang.String RESPONSE_OP_STEPUP_LOGIN_ERROR
          User must step up to another authentication level (check the AUTHNLEVEL macro to see which auth level is required).
static java.lang.String RESPONSE_OP_SWITCH_USER
          User requested the switch user page.
static java.lang.String RESPONSE_OP_TOKEN_LOGIN
          User must login using token authentication.
static java.lang.String RESPONSE_OP_TOO_MANY_SESSIONS
          The user has too many active sessions.
static java.lang.String TAM_OPERATION
          The query string parameter stating the operation WebSEAL needs the local response module to handle.
 
Constructor Summary
LocalResponseRedirectConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAM_OPERATION

public static final java.lang.String TAM_OPERATION
The query string parameter stating the operation WebSEAL needs the local response module to handle.

See Also:
Constant Field Values

RESPONSE_OP_LOGOUT

public static final java.lang.String RESPONSE_OP_LOGOUT
The user chose to log out.

See Also:
Constant Field Values

RESPONSE_OP_PASSWD

public static final java.lang.String RESPONSE_OP_PASSWD
The user chose to change her password.

See Also:
Constant Field Values

RESPONSE_OP_ACCT_LOCKED

public static final java.lang.String RESPONSE_OP_ACCT_LOCKED
User's account is invalid.

See Also:
Constant Field Values

RESPONSE_OP_PASSWD_EXP

public static final java.lang.String RESPONSE_OP_PASSWD_EXP
User's password is expired.

See Also:
Constant Field Values

RESPONSE_OP_PASSWD_REP_SUCCESS

public static final java.lang.String RESPONSE_OP_PASSWD_REP_SUCCESS
User's password change was successful.

See Also:
Constant Field Values

RESPONSE_OP_PASSWD_REP_FAILURE

public static final java.lang.String RESPONSE_OP_PASSWD_REP_FAILURE
User's password change failed.

See Also:
Constant Field Values

RESPONSE_OP_HELP

public static final java.lang.String RESPONSE_OP_HELP
User performed an action that makes no sense, like logging out while logged in using BA.

See Also:
Constant Field Values

RESPONSE_OP_LOGIN

public static final java.lang.String RESPONSE_OP_LOGIN
User needs to authenticate.

See Also:
Constant Field Values

RESPONSE_OP_LOGIN_SUCCESS

public static final java.lang.String RESPONSE_OP_LOGIN_SUCCESS
User successfully authenticated, but there's no last cached url to redirect to.

See Also:
Constant Field Values

RESPONSE_OP_TOKEN_LOGIN

public static final java.lang.String RESPONSE_OP_TOKEN_LOGIN
User must login using token authentication.

See Also:
Constant Field Values

RESPONSE_OP_CERT_LOGIN

public static final java.lang.String RESPONSE_OP_CERT_LOGIN
User must login with a certificate.

See Also:
Constant Field Values

RESPONSE_OP_NEXT_TOKEN

public static final java.lang.String RESPONSE_OP_NEXT_TOKEN
User must input next token information.

See Also:
Constant Field Values

RESPONSE_OP_SWITCH_USER

public static final java.lang.String RESPONSE_OP_SWITCH_USER
User requested the switch user page.

See Also:
Constant Field Values

RESPONSE_OP_FAILED_CERT

public static final java.lang.String RESPONSE_OP_FAILED_CERT
User's certificate is invalid.

See Also:
Constant Field Values

RESPONSE_OP_CERT_STEPUP_HTTP

public static final java.lang.String RESPONSE_OP_CERT_STEPUP_HTTP
User tried to step up to certificates over http (not allowed).

See Also:
Constant Field Values

RESPONSE_OP_STEPUP_LOGIN_ERROR

public static final java.lang.String RESPONSE_OP_STEPUP_LOGIN_ERROR
User must step up to another authentication level (check the AUTHNLEVEL macro to see which auth level is required).

See Also:
Constant Field Values

RESPONSE_OP_EAI_AUTH_ERROR

public static final java.lang.String RESPONSE_OP_EAI_AUTH_ERROR
EAI information returned to WebSEAL is invalid.

See Also:
Constant Field Values

RESPONSE_OP_TOO_MANY_SESSIONS

public static final java.lang.String RESPONSE_OP_TOO_MANY_SESSIONS
The user has too many active sessions.

See Also:
Constant Field Values

RESPONSE_OP_ERROR

public static final java.lang.String RESPONSE_OP_ERROR
An error occurred. Check the ERROR_CODE macro.

See Also:
Constant Field Values

MACRO_USERNAME

public static final java.lang.String MACRO_USERNAME
The username of the currently logged in user, "unauthenticated" if no user is currently logged in.

See Also:
Constant Field Values

MACRO_ERROR_CODE

public static final java.lang.String MACRO_ERROR_CODE
The hex value of the error code. Cross-reference with the Error Message Guide for specifics about the error.

See Also:
Constant Field Values

MACRO_METHOD

public static final java.lang.String MACRO_METHOD
The HTTP method used for the request.

See Also:
Constant Field Values

MACRO_URL

public static final java.lang.String MACRO_URL
The URL of the resource the user was trying to request.

See Also:
Constant Field Values

MACRO_REFERER

public static final java.lang.String MACRO_REFERER
The referring URL.

See Also:
Constant Field Values

MACRO_HOSTNAME

public static final java.lang.String MACRO_HOSTNAME
The host name from the host header, or the fully qualified host name of the WebSEAL system if the header does not exist.

See Also:
Constant Field Values

MACRO_AUTHNLEVEL

public static final java.lang.String MACRO_AUTHNLEVEL
The required authentication level.

See Also:
Constant Field Values

MACRO_FAILREASON

public static final java.lang.String MACRO_FAILREASON
The reason of failure, if known.

See Also:
Constant Field Values

MACRO_PROTOCOL

public static final java.lang.String MACRO_PROTOCOL
The protocol of the request (http or https).

See Also:
Constant Field Values
Constructor Detail

LocalResponseRedirectConstants

public LocalResponseRedirectConstants()


Copyright © 2004 IBM Corp. All Rights Reserved.