Uses of Class
com.okta.sdk.resource.model.ErrorPage
-
Uses of ErrorPage in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionCustomPagesApi.getCustomizedErrorPage
(String brandId) Retrieve the Customized Error Page Retrieves the customized error page.CustomPagesApi.getCustomizedErrorPage
(String brandId, Map<String, String> additionalHeaders) Retrieve the Customized Error Page Retrieves the customized error page.CustomPagesApi.getDefaultErrorPage
(String brandId) Retrieve the Default Error Page Retrieves the default error page.CustomPagesApi.getDefaultErrorPage
(String brandId, Map<String, String> additionalHeaders) Retrieve the Default Error Page Retrieves the default error page.CustomPagesApi.getPreviewErrorPage
(String brandId) Retrieve the Preview Error Page Preview Retrieves the preview error page.CustomPagesApi.getPreviewErrorPage
(String brandId, Map<String, String> additionalHeaders) Retrieve the Preview Error Page Preview Retrieves the preview error page.CustomPagesApi.replaceCustomizedErrorPage
(String brandId, ErrorPage errorPage) Replace the Customized Error Page Replaces the customized error page.CustomPagesApi.replaceCustomizedErrorPage
(String brandId, ErrorPage errorPage, Map<String, String> additionalHeaders) Replace the Customized Error Page Replaces the customized error page.CustomPagesApi.replacePreviewErrorPage
(String brandId, ErrorPage errorPage) Replace the Preview Error Page Replaces the preview error page.CustomPagesApi.replacePreviewErrorPage
(String brandId, ErrorPage errorPage, Map<String, String> additionalHeaders) Replace the Preview Error Page Replaces the preview error page.Modifier and TypeMethodDescriptionCustomPagesApi.replaceCustomizedErrorPage
(String brandId, ErrorPage errorPage) Replace the Customized Error Page Replaces the customized error page.CustomPagesApi.replaceCustomizedErrorPage
(String brandId, ErrorPage errorPage, Map<String, String> additionalHeaders) Replace the Customized Error Page Replaces the customized error page.CustomPagesApi.replacePreviewErrorPage
(String brandId, ErrorPage errorPage) Replace the Preview Error Page Replaces the preview error page.CustomPagesApi.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)