Uses of Class
com.okta.sdk.resource.model.ErrorPage
Packages that use ErrorPage
-
Uses of ErrorPage in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return ErrorPageModifier 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.Methods in com.okta.sdk.resource.api with parameters of type ErrorPageModifier 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
Methods in com.okta.sdk.resource.model that return ErrorPageModifier and TypeMethodDescriptionErrorPage.contentSecurityPolicySetting(ContentSecurityPolicySetting contentSecurityPolicySetting) ErrorPage.pageContent(String pageContent)