Class OAuthCallbackAction

java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.acting.AbstractAction
org.ametys.workspaces.extrausermgt.authentication.oauth.OAuthCallbackAction
All Implemented Interfaces:
Component, LogEnabled, Serviceable, ThreadSafe, Action

public class OAuthCallbackAction extends AbstractAction implements ThreadSafe, Serviceable
Action intended to manage result of an authorize request. This action will check the response, retrieve the authorization code use it to request an access token and finally store it in session before redirecting to the original request that redirected to the authorize request