Package com.okta.sdk.resource.api
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static com.fasterxml.jackson.databind.ObjectMapper
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 settingsgetWellknownOrgMetadata
(Map<String, String> additionalHeaders) 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 settingsvoid
setApiClient
(ApiClient apiClient)
-
Constructor Details
-
OrgSettingMetadataApi
public OrgSettingMetadataApi() -
OrgSettingMetadataApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getWellknownOrgMetadata
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 ApiExceptionRetrieve 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()
-