ariba.ui.aribaweb.core
Class AWLocalLoginSessionHandler

java.lang.Object
  extended by ariba.ui.aribaweb.core.AWLocalLoginSessionHandler
All Implemented Interfaces:
AWSessionValidator

public abstract class AWLocalLoginSessionHandler
extends java.lang.Object
implements AWSessionValidator


Nested Class Summary
static class AWLocalLoginSessionHandler.CompletionCallback
           
 
Constructor Summary
AWLocalLoginSessionHandler()
           
 
Method Summary
 void assertExistingSession(AWRequestContext requestContext)
           
 void assertValidSession(AWRequestContext requestContext)
           
 AWResponseGenerating handleComponentActionSessionValidationError(AWRequestContext requestContext, java.lang.Exception exception)
           
 AWResponseGenerating handleSessionRestorationError(AWRequestContext requestContext)
          If we have a session timeout, just go to the start page
 AWResponseGenerating handleSessionValidationError(AWRequestContext requestContext, java.lang.Exception exception)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWLocalLoginSessionHandler

public AWLocalLoginSessionHandler()
Method Detail

handleSessionValidationError

public AWResponseGenerating handleSessionValidationError(AWRequestContext requestContext,
                                                         java.lang.Exception exception)
Specified by:
handleSessionValidationError in interface AWSessionValidator

handleComponentActionSessionValidationError

public AWResponseGenerating handleComponentActionSessionValidationError(AWRequestContext requestContext,
                                                                        java.lang.Exception exception)
Specified by:
handleComponentActionSessionValidationError in interface AWSessionValidator

handleSessionRestorationError

public AWResponseGenerating handleSessionRestorationError(AWRequestContext requestContext)
If we have a session timeout, just go to the start page

Specified by:
handleSessionRestorationError in interface AWSessionValidator

assertExistingSession

public void assertExistingSession(AWRequestContext requestContext)
Specified by:
assertExistingSession in interface AWSessionValidator

assertValidSession

public void assertValidSession(AWRequestContext requestContext)
Specified by:
assertValidSession in interface AWSessionValidator


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.