Operation |
Details |
public forceLogout():String |
Sequential Notes: | method for brutal logout if authentication errors occur in the framework @return String navigation string for loading the login error page | |
public forceLogout( String itemID):String |
Sequential Notes: | method for brutal logout if authantication errors occur in the framework @return String navigation string for loading the login error page | |
public getBtnLoginLogout():String |
Sequential Notes: | Getters and Setters | |
public getDisplayUserName():String |
Sequential |
public getFacesParamValue( String name):String |
Sequential Notes: | gets the parameters out of the faces context @return String value of the faces context parameter | |
public getLoggedIn():boolean |
Sequential |
private getLoginUrlFromCurrentBreadcrumb():String |
Sequential Tags: | throws=IOException,URISyntaxException,ServiceException
| |
public getTxtLogin():HtmlInputText |
Sequential |
public getTxtPassword():HtmlInputText |
Sequential |
public init():void |
Sequential Notes: | Callback method that is called whenever a page is navigated to, either directly via a URL, or indirectly via page navigation. | |
public isLoggedIn():boolean |
Sequential |
public Login(): |
Sequential Notes: | public constructor | |
public loginLogout():String |
Sequential Tags: | throws=ServletException,IOException,ServiceException,URISyntaxException
| Notes: | one method for login and logout according to the current login state @return String empty navigation string for reloading the page | |
public logout():void |
Sequential Tags: | throws=IOException,ServiceException,URISyntaxException
| |
public setBtnLoginLogout( String btnLoginLogout):void |
Sequential |
public setDisplayUserName( String displayUserName):void |
Sequential |
public setLoggedIn( boolean loggedIn):void |
Sequential |
public setTxtLogin( HtmlInputText txtLogin):void |
Sequential |
public setTxtPassword( HtmlInputText txtPassword):void |
Sequential |