Uses of Class
com.okta.sdk.resource.model.SignInPage
-
Uses of SignInPage in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionCustomPagesApi.getCustomizedSignInPage
(String brandId) Retrieve the Customized Sign-in Page Retrieves the customized sign-in page.CustomPagesApi.getCustomizedSignInPage
(String brandId, Map<String, String> additionalHeaders) Retrieve the Customized Sign-in Page Retrieves the customized sign-in page.CustomPagesApi.getDefaultSignInPage
(String brandId) Retrieve the Default Sign-in Page Retrieves the default sign-in page.CustomPagesApi.getDefaultSignInPage
(String brandId, Map<String, String> additionalHeaders) Retrieve the Default Sign-in Page Retrieves the default sign-in page.CustomPagesApi.getPreviewSignInPage
(String brandId) Retrieve the Preview Sign-in Page Preview Retrieves the preview sign-in page.CustomPagesApi.getPreviewSignInPage
(String brandId, Map<String, String> additionalHeaders) Retrieve the Preview Sign-in Page Preview Retrieves the preview sign-in page.CustomPagesApi.replaceCustomizedSignInPage
(String brandId, SignInPage signInPage) Replace the Customized Sign-in Page Replaces the customized sign-in page.CustomPagesApi.replaceCustomizedSignInPage
(String brandId, SignInPage signInPage, Map<String, String> additionalHeaders) Replace the Customized Sign-in Page Replaces the customized sign-in page.CustomPagesApi.replacePreviewSignInPage
(String brandId, SignInPage signInPage) Replace the Preview Sign-in Page Replaces the preview sign-in page.CustomPagesApi.replacePreviewSignInPage
(String brandId, SignInPage signInPage, Map<String, String> additionalHeaders) Replace the Preview Sign-in Page Replaces the preview sign-in page.Modifier and TypeMethodDescriptionCustomPagesApi.replaceCustomizedSignInPage
(String brandId, SignInPage signInPage) Replace the Customized Sign-in Page Replaces the customized sign-in page.CustomPagesApi.replaceCustomizedSignInPage
(String brandId, SignInPage signInPage, Map<String, String> additionalHeaders) Replace the Customized Sign-in Page Replaces the customized sign-in page.CustomPagesApi.replacePreviewSignInPage
(String brandId, SignInPage signInPage) Replace the Preview Sign-in Page Replaces the preview sign-in page.CustomPagesApi.replacePreviewSignInPage
(String brandId, SignInPage signInPage, Map<String, String> additionalHeaders) Replace the Preview Sign-in Page Replaces the preview sign-in page. -
Uses of SignInPage in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionSignInPage.contentSecurityPolicySetting
(ContentSecurityPolicySetting contentSecurityPolicySetting) SignInPage.pageContent
(String pageContent) SignInPage.widgetCustomizations
(SignInPageAllOfWidgetCustomizations widgetCustomizations) SignInPage.widgetVersion
(String widgetVersion)