Interface IcebergRestOAuth2ApiService
- All Known Implementing Classes:
IcebergRestOAuth2ApiServiceImpl
@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen",
date="2025-12-29T15:11:16.406523497Z[UTC]",
comments="Generator version: 7.12.0")
public interface IcebergRestOAuth2ApiService
Service interface for implementations 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.
-
Method Summary
Modifier and TypeMethodDescriptiondefault jakarta.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)
-
Method Details
-
getToken
default 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)
-