|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.jsf.BaseActionListener com.esri.gpt.control.identity.LoginController
public class LoginController
Handles login and logout actions.
Constructor Summary | |
---|---|
LoginController()
Default constructor. |
Method Summary | |
---|---|
UsernamePasswordCredentials |
getCredentials()
Gets the credentials. |
protected void |
onPrepareView(RequestContext context)
Fired when the getPrepareView() property is accessed. |
void |
processLogout(ActionEvent event)
Handles a logout action. |
protected void |
processSubAction(ActionEvent event,
RequestContext context)
Handles a login action. |
Methods inherited from class com.esri.gpt.framework.jsf.BaseActionListener |
---|
assertLoggedIn, authorizeAction, extractMessageBroker, extractRequestContext, getContextBroker, getKey, getLogger, getNavigationOutcome, getPrepareView, getSecurityRoles, getSecurityRoleSet, handleException, onExecutionPhaseCompleted, onExecutionPhaseStarted, onPrepareViewCompleted, onPrepareViewStarted, processAction, setKey, setNavigationOutcome, setPrepareView, setSecurityRoles |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoginController()
Method Detail |
---|
public UsernamePasswordCredentials getCredentials()
protected void onPrepareView(RequestContext context) throws Exception
onPrepareView
in class BaseActionListener
context
- the context associated with the active request
Exception
- if an exception occurspublic void processLogout(ActionEvent event) throws AbortProcessingException
event
- the associated JSF action event
AbortProcessingException
- if processing should be abortedprotected void processSubAction(ActionEvent event, RequestContext context) throws AbortProcessingException, Exception
processSubAction
in class BaseActionListener
event
- the associated JSF action eventcontext
- the context associated with the active request
AbortProcessingException
- if processing should be aborted
Exception
- if an exception occurs
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |