Class OrgSettingMetadataApi

java.lang.Object
com.okta.sdk.resource.api.OrgSettingMetadataApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-09-23T08:35:59.300824-05:00[America/Chicago]", comments="Generator version: 7.8.0") public class OrgSettingMetadataApi extends Object
  • Constructor Details

    • OrgSettingMetadataApi

      public OrgSettingMetadataApi()
    • OrgSettingMetadataApi

      public OrgSettingMetadataApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getWellknownOrgMetadata

      public WellKnownOrgMetadata getWellknownOrgMetadata() throws ApiException
      Retrieve the Well-Known Org Metadata Retrieves the well-known org metadata, which includes the org ID, configured custom domains, authentication pipeline, and various other org settings
      Returns:
      WellKnownOrgMetadata
      Throws:
      ApiException - if fails to make API call
    • getWellknownOrgMetadata

      public WellKnownOrgMetadata getWellknownOrgMetadata(Map<String,String> additionalHeaders) throws ApiException
      Retrieve the Well-Known Org Metadata Retrieves the well-known org metadata, which includes the org ID, configured custom domains, authentication pipeline, and various other org settings
      Parameters:
      additionalHeaders - additionalHeaders for this call
      Returns:
      WellKnownOrgMetadata
      Throws:
      ApiException - if fails to make API call
    • getObjectMapper

      protected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()