Interface OAuth2IdentityProvider.OAuth2Context
-
- All Known Subinterfaces:
OAuth2IdentityProvider.CallbackContext
,OAuth2IdentityProvider.InitContext
- Enclosing interface:
- OAuth2IdentityProvider
public static interface OAuth2IdentityProvider.OAuth2Context
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCallbackUrl()
The callback URL that must be used by the identity providerHttpRequest
getHttpRequest()
Get the received HTTP request.HttpResponse
getHttpResponse()
Get the HTTP response to send.
-
-
-
Method Detail
-
getCallbackUrl
java.lang.String getCallbackUrl()
The callback URL that must be used by the identity provider
-
getHttpRequest
HttpRequest getHttpRequest()
Get the received HTTP request.- Since:
- 9.16
-
getHttpResponse
HttpResponse getHttpResponse()
Get the HTTP response to send.- Since:
- 9.16
-
-