Uses of Class
com.okta.sdk.resource.model.ErrorPage
-
Uses of ErrorPage in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionCustomizationApi.getCustomizedErrorPage
(String brandId) Retrieve the Customized Error Page Retrieves the customized error page.CustomizationApi.getCustomizedErrorPage
(String brandId, Map<String, String> additionalHeaders) Retrieve the Customized Error Page Retrieves the customized error page.CustomizationApi.getDefaultErrorPage
(String brandId) Retrieve the Default Error Page Retrieves the default error page.CustomizationApi.getDefaultErrorPage
(String brandId, Map<String, String> additionalHeaders) Retrieve the Default Error Page Retrieves the default error page.CustomizationApi.getPreviewErrorPage
(String brandId) Retrieve the Preview Error Page Preview Retrieves the preview error page.CustomizationApi.getPreviewErrorPage
(String brandId, Map<String, String> additionalHeaders) Retrieve the Preview Error Page Preview Retrieves the preview error page.CustomizationApi.replaceCustomizedErrorPage
(String brandId, ErrorPage errorPage) Replace the Customized Error Page Replaces the customized error page.CustomizationApi.replaceCustomizedErrorPage
(String brandId, ErrorPage errorPage, Map<String, String> additionalHeaders) Replace the Customized Error Page Replaces the customized error page.CustomizationApi.replacePreviewErrorPage
(String brandId, ErrorPage errorPage) Replace the Preview Error Page Replaces the preview error page.CustomizationApi.replacePreviewErrorPage
(String brandId, ErrorPage errorPage, Map<String, String> additionalHeaders) Replace the Preview Error Page Replaces the preview error page.Modifier and TypeMethodDescriptionCustomizationApi.replaceCustomizedErrorPage
(String brandId, ErrorPage errorPage) Replace the Customized Error Page Replaces the customized error page.CustomizationApi.replaceCustomizedErrorPage
(String brandId, ErrorPage errorPage, Map<String, String> additionalHeaders) Replace the Customized Error Page Replaces the customized error page.CustomizationApi.replacePreviewErrorPage
(String brandId, ErrorPage errorPage) Replace the Preview Error Page Replaces the preview error page.CustomizationApi.replacePreviewErrorPage
(String brandId, ErrorPage errorPage, Map<String, String> additionalHeaders) Replace the Preview Error Page Replaces the preview error page. -
Uses of ErrorPage in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionErrorPage.contentSecurityPolicySetting
(ContentSecurityPolicySetting contentSecurityPolicySetting) ErrorPage.pageContent
(String pageContent)