Interface OAuth2IdentityProvider.OAuth2Context

    • 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
      • getRequest

        @Deprecated(since="9.16",
                    forRemoval=true)
        javax.servlet.http.HttpServletRequest getRequest()
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 9.16. Use getHttpRequest() instead.
        Get the received HTTP request. Note - getRequest().getSession() must not be used in order to support future clustering of web servers without stateful server sessions.
      • getResponse

        @Deprecated(since="9.16",
                    forRemoval=true)
        javax.servlet.http.HttpServletResponse getResponse()
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 9.16. Use getHttpResponse() instead.
        Get the HTTP response to send