Uses of Class
com.okta.sdk.resource.model.HostedPage
Packages that use HostedPage
-
Uses of HostedPage in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return HostedPageModifier and TypeMethodDescriptionCustomPagesApi.getSignOutPageSettings
(String brandId) Retrieve the Sign-out Page Settings Retrieves the sign-out page settingsCustomPagesApi.getSignOutPageSettings
(String brandId, Map<String, String> additionalHeaders) Retrieve the Sign-out Page Settings Retrieves the sign-out page settingsCustomPagesApi.replaceSignOutPageSettings
(String brandId, HostedPage hostedPage) Replace the Sign-out Page Settings Replaces the sign-out page settingsCustomPagesApi.replaceSignOutPageSettings
(String brandId, HostedPage hostedPage, Map<String, String> additionalHeaders) Replace the Sign-out Page Settings Replaces the sign-out page settingsMethods in com.okta.sdk.resource.api with parameters of type HostedPageModifier and TypeMethodDescriptionCustomPagesApi.replaceSignOutPageSettings
(String brandId, HostedPage hostedPage) Replace the Sign-out Page Settings Replaces the sign-out page settingsCustomPagesApi.replaceSignOutPageSettings
(String brandId, HostedPage hostedPage, Map<String, String> additionalHeaders) Replace the Sign-out Page Settings Replaces the sign-out page settings -
Uses of HostedPage in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return HostedPage