© 2002 BEA Systems, Inc.


com.bea.portal.appflow.processor.security
Interface SecurityConstants


public interface SecurityConstants

A java interface used to hold common portal seucirty constants. There are no methods on this interface.


Field Summary
static java.lang.String AUTO_LOGIN
          Http Request parameter, check box field name in login.jsp
static java.lang.String COOKIES
          Return value for AutoLoginProcessor if the user has cookies
static int DEFAULT_COOKIE_TIMEOUT
          Default Timeout for username and password cookies
static java.lang.String DEFAULT_USER_PROFILE_TYPE
          Servlet context parameter for default user profile type for self registration.
static java.lang.String DISPLAY_NAME
          Http Request parameter, display name entry
static java.lang.String DROP_COOKIES
          Return value for Login IP if user wants auto login cookies to deposited on his browser
static java.lang.String FAILURE
          Generic Processor return value to indicate failure
static java.lang.String INVALID_CHARACTERS
          String representing characters that the user can't enter in a form field
static java.lang.String J_PASSWORD
          Http Request parameter, key for J2EE login password
static java.lang.String J_USERNAME
          Http Request parameter, key for J2EE login username
static java.lang.String LOGIN
          Return value for Login IP if user doesnt want auto login
static int MAX_PASSWORD_LEN
          Default Maximum password length allowed
static int MAX_USERNAME_LEN
          Default Maximum user name length allowed
static int MIN_PASSWORD_LEN
          Default Minimum password length allowed
static int MIN_USERNAME_LEN
          Default Minimum user name length allowed
static java.lang.String NEED_GROUP
          Return value for GroupProcessor if the user had more then one group
static java.lang.String NO_COOKIES
          Return value for AutoLoginProcessor if the user has no cookies
static java.lang.String PASSWORD_1
          Http Request parameter, first password to compare to the first
static java.lang.String PASSWORD_2
          Http Request parameter, second password to compare to the first
static java.lang.String PORTAL_AUTO_LOGIN
          Servlet context parameter for enabling auto login.
static java.lang.String PORTAL_AUTOLOGIN_COOKIE_TIMEOUT
          Servlet context parameter for sutologin cookies timeout in seconds.
static java.lang.String PORTAL_DEFAULT_USER_GROUP
          Servlet context parameter for default user group for self registration.
static java.lang.String PORTAL_GROUPS
          Http Request parameter, select box field name in need_groups.jsp
static java.lang.String PORTAL_MAX_PASSWORD_LEN
          Servlet context parameter for maximum password length to override the default.
static java.lang.String PORTAL_MAX_USERNAME_LEN
          Servlet context parameter for maximum username length to override the default.
static java.lang.String PORTAL_MIN_PASSWORD_LEN
          Servlet context parameter for minimum password length to override the default.
static java.lang.String PORTAL_MIN_USERNAME_LEN
          Servlet context parameter for minimum username length to override the default.
static java.lang.String PORTAL_PASSWORD_COOKIE_NAME
          Name of the password cookie deposited on the browser
static java.lang.String PORTAL_USERNAME_COOKIE_NAME
          Name of the usename cookie deposited on the browser
static java.lang.String PSK_USERS_GROUPS
          PipelineSession parameter, key for list of user's groups
static java.lang.String SECURITY_WEBFLOW_NAMESPACE
          Security's pipeline session namespace
static java.lang.String SUCCESS
          Generic Processor return value to indicate success
static java.lang.String USER_CREATED
          Attribute set to true in the session if the user was just created, during the user creation and login process.
 

Field Detail

PORTAL_USERNAME_COOKIE_NAME

public static final java.lang.String PORTAL_USERNAME_COOKIE_NAME
Name of the usename cookie deposited on the browser

PORTAL_PASSWORD_COOKIE_NAME

public static final java.lang.String PORTAL_PASSWORD_COOKIE_NAME
Name of the password cookie deposited on the browser

J_USERNAME

public static final java.lang.String J_USERNAME
Http Request parameter, key for J2EE login username

J_PASSWORD

public static final java.lang.String J_PASSWORD
Http Request parameter, key for J2EE login password

PASSWORD_1

public static final java.lang.String PASSWORD_1
Http Request parameter, first password to compare to the first

PASSWORD_2

public static final java.lang.String PASSWORD_2
Http Request parameter, second password to compare to the first

AUTO_LOGIN

public static final java.lang.String AUTO_LOGIN
Http Request parameter, check box field name in login.jsp

PORTAL_GROUPS

public static final java.lang.String PORTAL_GROUPS
Http Request parameter, select box field name in need_groups.jsp

DISPLAY_NAME

public static final java.lang.String DISPLAY_NAME
Http Request parameter, display name entry

PORTAL_AUTO_LOGIN

public static final java.lang.String PORTAL_AUTO_LOGIN
Servlet context parameter for enabling auto login.

PORTAL_MIN_USERNAME_LEN

public static final java.lang.String PORTAL_MIN_USERNAME_LEN
Servlet context parameter for minimum username length to override the default.

PORTAL_MAX_USERNAME_LEN

public static final java.lang.String PORTAL_MAX_USERNAME_LEN
Servlet context parameter for maximum username length to override the default.

PORTAL_MIN_PASSWORD_LEN

public static final java.lang.String PORTAL_MIN_PASSWORD_LEN
Servlet context parameter for minimum password length to override the default.

PORTAL_MAX_PASSWORD_LEN

public static final java.lang.String PORTAL_MAX_PASSWORD_LEN
Servlet context parameter for maximum password length to override the default.

PORTAL_AUTOLOGIN_COOKIE_TIMEOUT

public static final java.lang.String PORTAL_AUTOLOGIN_COOKIE_TIMEOUT
Servlet context parameter for sutologin cookies timeout in seconds.

PORTAL_DEFAULT_USER_GROUP

public static final java.lang.String PORTAL_DEFAULT_USER_GROUP
Servlet context parameter for default user group for self registration.

DEFAULT_USER_PROFILE_TYPE

public static final java.lang.String DEFAULT_USER_PROFILE_TYPE
Servlet context parameter for default user profile type for self registration.

MIN_USERNAME_LEN

public static final int MIN_USERNAME_LEN
Default Minimum user name length allowed

MAX_USERNAME_LEN

public static final int MAX_USERNAME_LEN
Default Maximum user name length allowed

MIN_PASSWORD_LEN

public static final int MIN_PASSWORD_LEN
Default Minimum password length allowed

MAX_PASSWORD_LEN

public static final int MAX_PASSWORD_LEN
Default Maximum password length allowed

DEFAULT_COOKIE_TIMEOUT

public static final int DEFAULT_COOKIE_TIMEOUT
Default Timeout for username and password cookies

SUCCESS

public static final java.lang.String SUCCESS
Generic Processor return value to indicate success

FAILURE

public static final java.lang.String FAILURE
Generic Processor return value to indicate failure

DROP_COOKIES

public static final java.lang.String DROP_COOKIES
Return value for Login IP if user wants auto login cookies to deposited on his browser

LOGIN

public static final java.lang.String LOGIN
Return value for Login IP if user doesnt want auto login

COOKIES

public static final java.lang.String COOKIES
Return value for AutoLoginProcessor if the user has cookies

NO_COOKIES

public static final java.lang.String NO_COOKIES
Return value for AutoLoginProcessor if the user has no cookies

NEED_GROUP

public static final java.lang.String NEED_GROUP
Return value for GroupProcessor if the user had more then one group

SECURITY_WEBFLOW_NAMESPACE

public static final java.lang.String SECURITY_WEBFLOW_NAMESPACE
Security's pipeline session namespace

PSK_USERS_GROUPS

public static final java.lang.String PSK_USERS_GROUPS
PipelineSession parameter, key for list of user's groups

USER_CREATED

public static final java.lang.String USER_CREATED
Attribute set to true in the session if the user was just created, during the user creation and login process.

INVALID_CHARACTERS

public static final java.lang.String INVALID_CHARACTERS
String representing characters that the user can't enter in a form field

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved