|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.login.pei.LicenseValidationLoginActions
public class LicenseValidationLoginActions
| Field Summary | |
|---|---|
static java.lang.String |
INVALID_LICENSE_ERROR_MSG
|
| Constructor Summary | |
|---|---|
LicenseValidationLoginActions()
|
|
| Method Summary | |
|---|---|
Redirect |
OnAfterLogin(java.lang.Object _oUserSession,
ApplicationData _appData)
This function allows for some functionality to occur once the user has successfully logged in and then possibly do a redirect to someplace other than the MyPage. |
Redirect |
OnBeforeLogin(ApplicationData _appData,
java.lang.String _strUserName)
This functions allows for some functionality to occur before the user has logged in to the Portal. |
Redirect |
OnBeforeLogout(java.lang.Object _oUserSession,
ApplicationData _appData)
This function allows for some functionality to occur once the user has clicked on the Logoff link. |
java.lang.String |
OnFailedLogin(ApplicationData _appData,
java.lang.String _strUserName,
XPException _xpError)
This function allows for some functionality to occur if a user should not login successfully. |
Redirect |
OnFailedLoginDoRedirect(ApplicationData _appData,
java.lang.String _strUserName,
XPException _xpError)
This function allows for some functionality to occur if a user should not login successfully and then possibly do a redirect to someplace other than the standard Login page. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String INVALID_LICENSE_ERROR_MSG
| Constructor Detail |
|---|
public LicenseValidationLoginActions()
| Method Detail |
|---|
public Redirect OnFailedLoginDoRedirect(ApplicationData _appData,
java.lang.String _strUserName,
XPException _xpError)
ILoginActions2
OnFailedLoginDoRedirect in interface ILoginActions2_appData - - This parameter provides access to some of the
application data that would normally be available through the
current Activity Space_strUserName - - This is the name of the user who failed on login.._xpError - - the error that caused login to fail. May be null
public Redirect OnAfterLogin(java.lang.Object _oUserSession,
ApplicationData _appData)
ILoginActions
OnAfterLogin in interface ILoginActions_oUserSession - - Session object for the current user_appData - - This parameter provides access to some of the
application data that would normally be available through the
current Activity Space
public Redirect OnBeforeLogout(java.lang.Object _oUserSession,
ApplicationData _appData)
ILoginActions
OnBeforeLogout in interface ILoginActions_oUserSession - - Session object for the current user_appData - - This parameter provides access to some of the
application data that would normally be available through the
current Activity Space
public Redirect OnBeforeLogin(ApplicationData _appData,
java.lang.String _strUserName)
ILoginActions
OnBeforeLogin in interface ILoginActions_appData - - This parameter provides access to some of the
application data that would normally be available through the
current Activity Space_strUserName - - This is the name of the user that is about
to log in. This is blank if this is an auto-login. It will
be "Guest" if it is the guest user (This value will always
be the same, even if you rename the guest user).
public java.lang.String OnFailedLogin(ApplicationData _appData,
java.lang.String _strUserName,
XPException _xpError)
ILoginActions
OnFailedLogin in interface ILoginActions_appData - - This parameter provides access to some of the
application data that would normally be available through the
current Activity Space_strUserName - - This is the name of the user who failed on login.._xpError - - the error that caused login to fail. May be null
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||