Uses of Class
com.oracle.bmc.identitydomains.model.ExtensionUserUser.PreferredUiLandingPage
-
Packages that use ExtensionUserUser.PreferredUiLandingPage Package Description com.oracle.bmc.identitydomains.model -
-
Uses of ExtensionUserUser.PreferredUiLandingPage in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return ExtensionUserUser.PreferredUiLandingPage Modifier and Type Method Description static ExtensionUserUser.PreferredUiLandingPage
ExtensionUserUser.PreferredUiLandingPage. create(String key)
ExtensionUserUser.PreferredUiLandingPage
ExtensionUserUser. getPreferredUiLandingPage()
User’s preferred landing page following login, logout and reset password.static ExtensionUserUser.PreferredUiLandingPage
ExtensionUserUser.PreferredUiLandingPage. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExtensionUserUser.PreferredUiLandingPage[]
ExtensionUserUser.PreferredUiLandingPage. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type ExtensionUserUser.PreferredUiLandingPage Modifier and Type Method Description ExtensionUserUser.Builder
ExtensionUserUser.Builder. preferredUiLandingPage(ExtensionUserUser.PreferredUiLandingPage preferredUiLandingPage)
User’s preferred landing page following login, logout and reset password.Constructors in com.oracle.bmc.identitydomains.model with parameters of type ExtensionUserUser.PreferredUiLandingPage Constructor Description ExtensionUserUser(Boolean isFederatedUser, Boolean isAuthenticationDelegated, ExtensionUserUser.Status status, ExtensionUserUser.Provider provider, ExtensionUserUser.PreferredUiLandingPage preferredUiLandingPage, ExtensionUserUser.CreationMechanism creationMechanism, String groupMembershipLastModified, Boolean doNotShowGettingStarted, Boolean bypassNotification, Boolean isAccountRecoveryEnrolled, Boolean accountRecoveryRequired, Boolean userFlowControlledByExternalClient, Boolean isGroupMembershipNormalized, Boolean isGroupMembershipSyncedToUsersGroups, String notificationEmailTemplateId, Boolean serviceUser, List<UserExtSupportAccounts> supportAccounts, List<UserExtIdcsAppRolesLimitedToGroups> idcsAppRolesLimitedToGroups, UserExtUserToken userToken, UserExtSyncedFromApp syncedFromApp, UserExtApplicableAuthenticationTargetApp applicableAuthenticationTargetApp, UserExtDelegatedAuthenticationTargetApp delegatedAuthenticationTargetApp, List<UserExtAccounts> accounts, List<UserExtGrants> grants, List<UserExtAppRoles> appRoles)
Deprecated.
-