A java interface used to hold common portal seucirty constants. |
This processor attempts to fetch two encoded (BASE64 encoding) cookies (username,password) from the user's browser. |
|
A webflow processor used to drop the username and password as encoded (BASE64 encoding) cookies on the user's browser. |
|
This processor fires a |
|
A portal processor that validates a display name that is entered that can not contain any of the special characters that are defined in the SecurityConstants file |
|
Validate the html form used to select a group and set that group in the users profile identity. |
|
Assign a group to the user profile if the user has one and only one group and return "success". |
|
This processor validates (NOT authenticates) the login html form parameters. |
|
Programmatically authenticate and login the user via the
|
|
A processor for logging out the user. |
|
This post processor is the last mandatory processor to run in the login chain. |
|
A helper class used by internal processors to provide common security functionality. |
|
A processor used to validate the setpassword JSP and change the user's password in the system. |
|
A portal processor that validates the html login form username and makes sure that it does not contain any of the special characters that are defined in the SecurityConstants file |
|
A webflow processor used to swap the old username and password autologin cookies on the user's browser with new ones. |
|
A portal processor that validates the html login form (username, password, confirmpassword) and creates a new user in the Weblogic Realm. |