Package ai.reveng.model
Class OrganisationIssuer
java.lang.Object
ai.reveng.model.OrganisationIssuer
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class OrganisationIssuer
extends Object
OrganisationIssuer
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedAt(OffsetDateTime createdAt) booleanstatic OrganisationIssuerCreate an instance of OrganisationIssuer given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.OIDC client ID registered with the identity provider.Get createdAtGet enabledSearch is applied to string valueJSON Web Key Set URI discovered from the issuer's OIDC configuration.Get organisationIdGet organisationIssuerIdGet updatedAtinthashCode()organisationId(Long organisationId) organisationIssuerId(Long organisationIssuerId) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetClientId(String clientId) voidsetCreatedAt(OffsetDateTime createdAt) voidsetEnabled(Boolean enabled) voidsetIssuerUrl(String issuerUrl) voidsetJwksUri(String jwksUri) voidsetOrganisationId(Long organisationId) voidsetOrganisationIssuerId(Long organisationIssuerId) voidsetUpdatedAt(OffsetDateTime updatedAt) toJson()Convert an instance of OrganisationIssuer to an JSON stringtoString()updatedAt(OffsetDateTime updatedAt) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_CLIENT_ID
- See Also:
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
SERIALIZED_NAME_ENABLED
- See Also:
-
SERIALIZED_NAME_ISSUER_URL
- See Also:
-
SERIALIZED_NAME_JWKS_URI
- See Also:
-
SERIALIZED_NAME_ORGANISATION_ID
- See Also:
-
SERIALIZED_NAME_ORGANISATION_ISSUER_ID
- See Also:
-
SERIALIZED_NAME_UPDATED_AT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
OrganisationIssuer
public OrganisationIssuer()
-
-
Method Details
-
clientId
-
getClientId
OIDC client ID registered with the identity provider. Used to validate the audience (aud) claim in JWTs.- Returns:
- clientId
-
setClientId
-
createdAt
-
getCreatedAt
Get createdAt- Returns:
- createdAt
-
setCreatedAt
-
enabled
-
getEnabled
Get enabled- Returns:
- enabled
-
setEnabled
-
issuerUrl
-
getIssuerUrl
Search is applied to string value- Returns:
- issuerUrl
-
setIssuerUrl
-
jwksUri
-
getJwksUri
JSON Web Key Set URI discovered from the issuer's OIDC configuration. Populated automatically during issuer registration.- Returns:
- jwksUri
-
setJwksUri
-
organisationId
-
getOrganisationId
Get organisationId- Returns:
- organisationId
-
setOrganisationId
-
organisationIssuerId
-
getOrganisationIssuerId
Get organisationIssuerId- Returns:
- organisationIssuerId
-
setOrganisationIssuerId
-
updatedAt
-
getUpdatedAt
Get updatedAt- Returns:
- updatedAt
-
setUpdatedAt
-
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 OrganisationIssuer 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 OrganisationIssuer
-
fromJson
Create an instance of OrganisationIssuer given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of OrganisationIssuer
- Throws:
IOException- if the JSON string is invalid with respect to OrganisationIssuer
-
toJson
Convert an instance of OrganisationIssuer to an JSON string- Returns:
- JSON string
-