|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.imixs.workflow.jee.faces.LoginMB
public class LoginMB
This Backing Bean acts as a Login Helper Class. Can be used to identify the login state
| Constructor Summary | |
|---|---|
LoginMB()
|
|
| Method Summary | |
|---|---|
void |
doLogout(javax.faces.event.ActionEvent event)
invalidates the current user session |
String |
getRemoteUser()
returns the remote user Name |
String |
getServerURI()
returns the full qualified server URI from the current web context |
String |
getUserPrincipal()
returns the userPrincipal Name |
boolean |
isAuthenticated()
returns true if user is authenticated |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoginMB()
| Method Detail |
|---|
public boolean isAuthenticated()
public String getUserPrincipal()
public String getRemoteUser()
public String getServerURI()
public void doLogout(javax.faces.event.ActionEvent event)
event -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||