org.eclipse.higgins.rp.servlet.impl
Class ResultCallbackHandler

java.lang.Object
  extended by org.eclipse.higgins.rp.servlet.impl.ResultCallbackHandler
All Implemented Interfaces:
Serializable, org.eclipse.higgins.rp.ResultCallback

public class ResultCallbackHandler
extends Object
implements org.eclipse.higgins.rp.ResultCallback, Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.eclipse.higgins.rp.ResultCallback
RP_AUTHENTICATION_FAILURE, RP_AUTHENTICATION_INTERNAL_ERROR, RP_AUTHENTICATION_TIMEOUT
 
Constructor Summary
ResultCallbackHandler(String authSession, javax.servlet.http.HttpSession httpsession)
           
 
Method Summary
 void handleFailure(int errCode)
           
 void handleFailure(int errCode, Throwable rootCause)
           
 void handleSuccess(String protectedResource, org.eclipse.higgins.rp.tokens.RPSecurityToken authenticationResult)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultCallbackHandler

public ResultCallbackHandler(String authSession,
                             javax.servlet.http.HttpSession httpsession)
Method Detail

handleFailure

public void handleFailure(int errCode)
Specified by:
handleFailure in interface org.eclipse.higgins.rp.ResultCallback

handleFailure

public void handleFailure(int errCode,
                          Throwable rootCause)
Specified by:
handleFailure in interface org.eclipse.higgins.rp.ResultCallback

handleSuccess

public void handleSuccess(String protectedResource,
                          org.eclipse.higgins.rp.tokens.RPSecurityToken authenticationResult)
Specified by:
handleSuccess in interface org.eclipse.higgins.rp.ResultCallback