Class BearerAuthenticationParameters
java.lang.Object
org.apache.polaris.core.admin.model.AuthenticationParameters
org.apache.polaris.core.admin.model.BearerAuthenticationParameters
@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen",
date="2025-10-06T09:01:49.457542507Z[UTC]",
comments="Generator version: 7.12.0")
public class BearerAuthenticationParameters
extends AuthenticationParameters
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.polaris.core.admin.model.AuthenticationParameters
AuthenticationParameters.AuthenticationTypeEnum -
Constructor Summary
ConstructorsConstructorDescriptionBearerAuthenticationParameters(String bearerToken, AuthenticationParameters.AuthenticationTypeEnum authenticationType) BearerAuthenticationParameters(AuthenticationParameters.AuthenticationTypeEnum authenticationType) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()builder(AuthenticationParameters.AuthenticationTypeEnum authenticationType) booleanBearer token (input-only)inthashCode()toString()Methods inherited from class org.apache.polaris.core.admin.model.AuthenticationParameters
getAuthenticationType
-
Constructor Details
-
BearerAuthenticationParameters
public BearerAuthenticationParameters(String bearerToken, AuthenticationParameters.AuthenticationTypeEnum authenticationType) -
BearerAuthenticationParameters
public BearerAuthenticationParameters(AuthenticationParameters.AuthenticationTypeEnum authenticationType)
-
-
Method Details
-
getBearerToken
Bearer token (input-only) -
builder
-
builder
public static BearerAuthenticationParameters.Builder builder(AuthenticationParameters.AuthenticationTypeEnum authenticationType) -
equals
- Overrides:
equalsin classAuthenticationParameters
-
hashCode
public int hashCode()- Overrides:
hashCodein classAuthenticationParameters
-
toString
- Overrides:
toStringin classAuthenticationParameters
-