@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class ApplicationCredentialsOAuthClient
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_AUTO_KEY_ROTATION |
static java.lang.String |
JSON_PROPERTY_CLIENT_ID |
static java.lang.String |
JSON_PROPERTY_CLIENT_SECRET |
static java.lang.String |
JSON_PROPERTY_TOKEN_ENDPOINT_AUTH_METHOD |
Constructor and Description |
---|
ApplicationCredentialsOAuthClient() |
Modifier and Type | Method and Description |
---|---|
ApplicationCredentialsOAuthClient |
autoKeyRotation(java.lang.Boolean autoKeyRotation) |
ApplicationCredentialsOAuthClient |
clientId(java.lang.String clientId) |
ApplicationCredentialsOAuthClient |
clientSecret(java.lang.String clientSecret) |
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getAutoKeyRotation()
Get autoKeyRotation
|
java.lang.String |
getClientId()
Get clientId
|
java.lang.String |
getClientSecret()
Get clientSecret
|
OAuthEndpointAuthenticationMethod |
getTokenEndpointAuthMethod()
Get tokenEndpointAuthMethod
|
int |
hashCode() |
void |
setAutoKeyRotation(java.lang.Boolean autoKeyRotation) |
void |
setClientId(java.lang.String clientId) |
void |
setClientSecret(java.lang.String clientSecret) |
void |
setTokenEndpointAuthMethod(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod) |
ApplicationCredentialsOAuthClient |
tokenEndpointAuthMethod(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_AUTO_KEY_ROTATION
public static final java.lang.String JSON_PROPERTY_CLIENT_ID
public static final java.lang.String JSON_PROPERTY_CLIENT_SECRET
public static final java.lang.String JSON_PROPERTY_TOKEN_ENDPOINT_AUTH_METHOD
public ApplicationCredentialsOAuthClient autoKeyRotation(java.lang.Boolean autoKeyRotation)
@Nullable public java.lang.Boolean getAutoKeyRotation()
public void setAutoKeyRotation(java.lang.Boolean autoKeyRotation)
public ApplicationCredentialsOAuthClient clientId(java.lang.String clientId)
@Nullable public java.lang.String getClientId()
public void setClientId(java.lang.String clientId)
public ApplicationCredentialsOAuthClient clientSecret(java.lang.String clientSecret)
@Nullable public java.lang.String getClientSecret()
public void setClientSecret(java.lang.String clientSecret)
public ApplicationCredentialsOAuthClient tokenEndpointAuthMethod(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod)
@Nullable public OAuthEndpointAuthenticationMethod getTokenEndpointAuthMethod()
public void setTokenEndpointAuthMethod(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017-2022 Okta. All Rights Reserved.