Class ImplicitAuthenticationParameters
java.lang.Object
org.apache.polaris.core.admin.model.AuthenticationParameters
org.apache.polaris.core.admin.model.ImplicitAuthenticationParameters
@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen",
comments="Generator version: 7.12.0")
public class ImplicitAuthenticationParameters
extends AuthenticationParameters
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.polaris.core.admin.model.AuthenticationParameters
AuthenticationParameters.AuthenticationTypeEnum -
Constructor Summary
ConstructorsConstructorDescriptionImplicitAuthenticationParameters(AuthenticationParameters.AuthenticationTypeEnum authenticationType) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()builder(AuthenticationParameters.AuthenticationTypeEnum authenticationType) booleaninthashCode()toString()Methods inherited from class org.apache.polaris.core.admin.model.AuthenticationParameters
getAuthenticationType
-
Constructor Details
-
ImplicitAuthenticationParameters
public ImplicitAuthenticationParameters(AuthenticationParameters.AuthenticationTypeEnum authenticationType)
-
-
Method Details
-
builder
-
builder
public static ImplicitAuthenticationParameters.Builder builder(AuthenticationParameters.AuthenticationTypeEnum authenticationType) -
equals
- Overrides:
equalsin classAuthenticationParameters
-
hashCode
public int hashCode()- Overrides:
hashCodein classAuthenticationParameters
-
toString
- Overrides:
toStringin classAuthenticationParameters
-