Package com.ocient.auth
Class OpenIDAuthenticators.AuthorizationCodeCallbackResource
java.lang.Object
com.ocient.auth.OpenIDAuthenticators.AuthorizationCodeCallbackResource
- Enclosing class:
OpenIDAuthenticators
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponsehandleCodeCallback(String code, String state, String error, String errorDescription)
-
Field Details
-
CODE_CALLBACK_ENDPOINT
- See Also:
-
-
Constructor Details
-
AuthorizationCodeCallbackResource
public AuthorizationCodeCallbackResource()
-
-
Method Details
-
handleCodeCallback
@GET @Path("ocient/oauth2/v1/callback") @Produces("text/html") public jakarta.ws.rs.core.Response handleCodeCallback(@DefaultValue("") @QueryParam("code") String code, @DefaultValue("") @QueryParam("state") String state, @DefaultValue("internal_client_error") @QueryParam("error") String error, @DefaultValue("Something went wrong") @QueryParam("error_description") String errorDescription)
-