Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
ErrorPage |
CustomizationApi.getCustomizedErrorPage(String brandId)
Retrieve the Customized Error Page
Retrieves the customized error page.
|
ErrorPage |
CustomizationApi.getCustomizedErrorPage(String brandId,
Map<String,String> additionalHeaders)
Retrieve the Customized Error Page
Retrieves the customized error page.
|
ErrorPage |
CustomizationApi.getDefaultErrorPage(String brandId)
Retrieve the Default Error Page
Retrieves the default error page.
|
ErrorPage |
CustomizationApi.getDefaultErrorPage(String brandId,
Map<String,String> additionalHeaders)
Retrieve the Default Error Page
Retrieves the default error page.
|
ErrorPage |
CustomizationApi.getPreviewErrorPage(String brandId)
Retrieve the Preview Error Page Preview
Retrieves the preview error page.
|
ErrorPage |
CustomizationApi.getPreviewErrorPage(String brandId,
Map<String,String> additionalHeaders)
Retrieve the Preview Error Page Preview
Retrieves the preview error page.
|
ErrorPage |
CustomizationApi.replaceCustomizedErrorPage(String brandId,
ErrorPage errorPage)
Replace the Customized Error Page
Replaces the customized error page.
|
ErrorPage |
CustomizationApi.replaceCustomizedErrorPage(String brandId,
ErrorPage errorPage,
Map<String,String> additionalHeaders)
Replace the Customized Error Page
Replaces the customized error page.
|
ErrorPage |
CustomizationApi.replacePreviewErrorPage(String brandId,
ErrorPage errorPage)
Replace the Preview Error Page
Replaces the preview error page.
|
ErrorPage |
CustomizationApi.replacePreviewErrorPage(String brandId,
ErrorPage errorPage,
Map<String,String> additionalHeaders)
Replace the Preview Error Page
Replaces the preview error page.
|
Modifier and Type | Method and Description |
---|---|
ErrorPage |
CustomizationApi.replaceCustomizedErrorPage(String brandId,
ErrorPage errorPage)
Replace the Customized Error Page
Replaces the customized error page.
|
ErrorPage |
CustomizationApi.replaceCustomizedErrorPage(String brandId,
ErrorPage errorPage,
Map<String,String> additionalHeaders)
Replace the Customized Error Page
Replaces the customized error page.
|
ErrorPage |
CustomizationApi.replacePreviewErrorPage(String brandId,
ErrorPage errorPage)
Replace the Preview Error Page
Replaces the preview error page.
|
ErrorPage |
CustomizationApi.replacePreviewErrorPage(String brandId,
ErrorPage errorPage,
Map<String,String> additionalHeaders)
Replace the Preview Error Page
Replaces the preview error page.
|
Modifier and Type | Method and Description |
---|---|
ErrorPage |
ErrorPage.contentSecurityPolicySetting(ContentSecurityPolicySetting contentSecurityPolicySetting) |
ErrorPage |
ErrorPage.pageContent(String pageContent) |
Copyright © 2017–2023 Okta. All rights reserved.