|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.imixs.workflow.jee.jsf.util.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 |
java.lang.String |
getRemoteUser()
returns the remote user Name |
java.lang.String |
getServerURI()
returns the full qualified server URI from the current web context |
java.lang.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 java.lang.String getUserPrincipal()
public java.lang.String getRemoteUser()
public java.lang.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 | ||||||||