public static interface OAuth2IdentityProvider.CallbackContext extends OAuth2IdentityProvider.OAuth2Context
| Modifier and Type | Method and Description | 
|---|---|
| void | authenticate(UserIdentity userIdentity)Authenticate and register the user into the platform. | 
| void | redirectToRequestedPage()Redirect the request to the requested page. | 
| void | verifyCsrfState()Check that the state is valid. | 
getCallbackUrl, getRequest, getResponsevoid verifyCsrfState()
OAuth2IdentityProvider.InitContext.generateCsrfState() was used in the initvoid redirectToRequestedPage()
OAuth2IdentityProvider.callback(CallbackContext)void authenticate(UserIdentity userIdentity)
Copyright © 2009–2016 SonarSource. All rights reserved.