Class IcebergRestOAuth2ApiServiceImpl
java.lang.Object
org.apache.polaris.service.catalog.api.impl.IcebergRestOAuth2ApiServiceImpl
- All Implemented Interfaces:
IcebergRestOAuth2ApiService
@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen",
date="2025-10-06T09:01:55.526548072Z[UTC]",
comments="Generator version: 7.12.0")
public class IcebergRestOAuth2ApiServiceImpl
extends Object
implements IcebergRestOAuth2ApiService
Default implementation of the IcebergRestOAuth2ApiService. Provides default
implemntations for all service methods that return 501 error codes (not implemented).
This file is automatically generated by the OpenAPI Code Generator based on configuration in the
pom.xml file in the module.
DO NOT EDIT THIS FILE BY HAND - CHANGES WILL BE AUTOMATICALLY OVERWRITTEN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponsegetToken(String authorization, String grantType, String scope, String clientId, String clientSecret, TokenType requestedTokenType, String subjectToken, TokenType subjectTokenType, String actorToken, TokenType actorTokenType, org.apache.polaris.core.context.RealmContext realmContext, jakarta.ws.rs.core.SecurityContext securityContext)
-
Constructor Details
-
IcebergRestOAuth2ApiServiceImpl
public IcebergRestOAuth2ApiServiceImpl()
-
-
Method Details
-
getToken
public jakarta.ws.rs.core.Response getToken(String authorization, String grantType, String scope, String clientId, String clientSecret, TokenType requestedTokenType, String subjectToken, TokenType subjectTokenType, String actorToken, TokenType actorTokenType, org.apache.polaris.core.context.RealmContext realmContext, jakarta.ws.rs.core.SecurityContext securityContext) - Specified by:
getTokenin interfaceIcebergRestOAuth2ApiService
-