Package ai.reveng.model
Class SSOProvider
java.lang.Object
ai.reveng.model.SSOProvider
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class SSOProvider
extends Object
SSOProvider
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic SSOProviderCreate an instance of SSOProvider given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Base authorization URL.Issuer URL of the identity provider.inthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetAuthUrl(String authUrl) voidtoJson()Convert an instance of SSOProvider to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_AUTH_URL
- See Also:
-
SERIALIZED_NAME_ISSUER
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
SSOProvider
public SSOProvider()
-
-
Method Details
-
authUrl
-
getAuthUrl
Base authorization URL. Append code_challenge, code_challenge_method, redirect_uri, and state query parameters to complete the PKCE flow.- Returns:
- authUrl
-
setAuthUrl
-
issuer
-
getIssuer
Issuer URL of the identity provider. Pass this value as the issuer field in the SSO callback request.- Returns:
- issuer
-
setIssuer
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the SSOProvider instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to SSOProvider
-
fromJson
Create an instance of SSOProvider given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SSOProvider
- Throws:
IOException- if the JSON string is invalid with respect to SSOProvider
-
toJson
Convert an instance of SSOProvider to an JSON string- Returns:
- JSON string
-