SecurityConstants Interface
DEPRECATED com.bea.portal is only useful in the compatibility domain. For the new portal framework please
use the classes under the com.bea.netuix package
- public interface SecurityConstants
A java interface used to hold common portal seucirty constants. There are no methods
on this interface.
AUTO_LOGIN
public static final String
AUTO_LOGIN
- Http Request parameter, check box field name in login.jsp
COOKIES
public static final String
COOKIES
- Return value for AutoLoginProcessor if the user has cookies
DEFAULT_COOKIE_TIMEOUT
public static final int DEFAULT_COOKIE_TIMEOUT
- Default Timeout for username and password cookies
DEFAULT_USER_PROFILE_TYPE
public static final String
DEFAULT_USER_PROFILE_TYPE
- Servlet context parameter for default user profile type for self registration.
DISPLAY_NAME
public static final String
DISPLAY_NAME
- Http Request parameter, display name entry
DROP_COOKIES
public static final String
DROP_COOKIES
- Return value for Login IP if user wants auto login cookies to deposited on his browser
FAILURE
public static final String
FAILURE
- Generic Processor return value to indicate failure
INVALID_CHARACTERS
public static final String
INVALID_CHARACTERS
- String representing characters that the user can't enter in a form field
J_PASSWORD
public static final String
J_PASSWORD
- Http Request parameter, key for J2EE login password
J_USERNAME
public static final String
J_USERNAME
- Http Request parameter, key for J2EE login username
LOGIN
public static final String
LOGIN
- Return value for Login IP if user doesnt want auto login
MAX_PASSWORD_LEN
public static final int MAX_PASSWORD_LEN
- Default Maximum password 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
MIN_USERNAME_LEN
public static final int MIN_USERNAME_LEN
- Default Minimum user name length allowed
NEED_GROUP
public static final String
NEED_GROUP
- Return value for GroupProcessor if the user had more then one group
NO_COOKIES
public static final String
NO_COOKIES
- Return value for AutoLoginProcessor if the user has no cookies
PASSWORD_1
public static final String
PASSWORD_1
- Http Request parameter, first password to compare to the first
PASSWORD_2
public static final String
PASSWORD_2
- Http Request parameter, second password to compare to the first
PORTAL_AUTO_LOGIN
public static final String
PORTAL_AUTO_LOGIN
- Servlet context parameter for enabling auto login.
PORTAL_AUTOLOGIN_COOKIE_TIMEOUT
public static final String
PORTAL_AUTOLOGIN_COOKIE_TIMEOUT
- Servlet context parameter for sutologin cookies timeout in seconds.
PORTAL_DEFAULT_USER_GROUP
public static final String
PORTAL_DEFAULT_USER_GROUP
- Servlet context parameter for default user group for self registration.
PORTAL_GROUPS
public static final String
PORTAL_GROUPS
- Http Request parameter, select box field name in need_groups.jsp
PORTAL_MAX_PASSWORD_LEN
public static final String
PORTAL_MAX_PASSWORD_LEN
- Servlet context parameter for maximum password length to override the default.
PORTAL_MAX_USERNAME_LEN
public static final String
PORTAL_MAX_USERNAME_LEN
- Servlet context parameter for maximum username length to override the default.
PORTAL_MIN_PASSWORD_LEN
public static final String
PORTAL_MIN_PASSWORD_LEN
- Servlet context parameter for minimum password length to override the default.
PORTAL_MIN_USERNAME_LEN
public static final String
PORTAL_MIN_USERNAME_LEN
- Servlet context parameter for minimum username length to override the default.
PORTAL_PASSWORD_COOKIE_NAME
public static final String
PORTAL_PASSWORD_COOKIE_NAME
- Name of the password cookie deposited on the browser
PORTAL_USERNAME_COOKIE_NAME
public static final String
PORTAL_USERNAME_COOKIE_NAME
- Name of the usename cookie deposited on the browser
PSK_USERS_GROUPS
public static final String
PSK_USERS_GROUPS
- PipelineSession parameter, key for list of user's groups
SECURITY_WEBFLOW_NAMESPACE
public static final String
SECURITY_WEBFLOW_NAMESPACE
- Security's pipeline session namespace
SUCCESS
public static final String
SUCCESS
- Generic Processor return value to indicate success
USER_CREATED
public static final String
USER_CREATED
- Attribute set to true in the session if the user was just created,
during the user creation and login process.