Class OAuthClientCredentialsParameters
java.lang.Object
org.apache.polaris.core.admin.model.AuthenticationParameters
org.apache.polaris.core.admin.model.OAuthClientCredentialsParameters
@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen",
date="2025-10-06T09:01:49.457542507Z[UTC]",
comments="Generator version: 7.12.0")
public class OAuthClientCredentialsParameters
extends AuthenticationParameters
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.polaris.core.admin.model.AuthenticationParameters
AuthenticationParameters.AuthenticationTypeEnum -
Constructor Summary
ConstructorsConstructorDescriptionOAuthClientCredentialsParameters(String tokenUri, String clientId, String clientSecret, List<String> scopes, AuthenticationParameters.AuthenticationTypeEnum authenticationType) OAuthClientCredentialsParameters(AuthenticationParameters.AuthenticationTypeEnum authenticationType) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()builder(AuthenticationParameters.AuthenticationTypeEnum authenticationType) booleanoauth client idoauth client secret (input-only)oauth scopes to specify when exchanging for a short-lived access tokenToken server URIinthashCode()toString()Methods inherited from class org.apache.polaris.core.admin.model.AuthenticationParameters
getAuthenticationType
-
Constructor Details
-
OAuthClientCredentialsParameters
-
OAuthClientCredentialsParameters
public OAuthClientCredentialsParameters(AuthenticationParameters.AuthenticationTypeEnum authenticationType)
-
-
Method Details
-
getTokenUri
Token server URI -
getClientId
oauth client id -
getClientSecret
oauth client secret (input-only) -
getScopes
oauth scopes to specify when exchanging for a short-lived access token -
builder
-
builder
public static OAuthClientCredentialsParameters.Builder builder(AuthenticationParameters.AuthenticationTypeEnum authenticationType) -
equals
- Overrides:
equalsin classAuthenticationParameters
-
hashCode
public int hashCode()- Overrides:
hashCodein classAuthenticationParameters
-
toString
- Overrides:
toStringin classAuthenticationParameters
-