|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.login.FailedLoginResult
public class FailedLoginResult
| Constructor Summary | |
|---|---|
FailedLoginResult(Redirect _redirect)
Creates a new FailedLoginResult object for a failed login that was redirected from a PEI. |
|
FailedLoginResult(java.lang.String _strError)
Creates a new FailedLoginResult object with a custom error message. |
|
FailedLoginResult(java.lang.String _strError,
Redirect _redirect)
Creates a new FailedLoginResult object for a failed login that was redirected from a PEI. |
|
| Method Summary | |
|---|---|
java.lang.String |
GetErrorMessage()
Get the error message for this failed login. |
Redirect |
GetFailureRedirect()
Get the redirect for this failed login. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FailedLoginResult(java.lang.String _strError)
_strError - The custom error message for the end user.public FailedLoginResult(Redirect _redirect)
redirect - where to redirect the user to (specified by a login PEI).
public FailedLoginResult(java.lang.String _strError,
Redirect _redirect)
_strError - The custom error message for the end user (maybe ignored).redirect - where to redirect the user to (specified by a login PEI).| Method Detail |
|---|
public java.lang.String GetErrorMessage()
public Redirect GetFailureRedirect()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||