Modifier and Type | Method and Description |
---|---|
EnabledStatus |
DefaultApplicationFeature.getStatus() |
EnabledStatus |
DefaultLifecycleCreateSettingObject.getStatus() |
EnabledStatus |
DefaultPasswordSettingObject.getStatus() |
EnabledStatus |
DefaultLifecycleDeactivateSettingObject.getStatus() |
EnabledStatus |
DefaultProfileSettingObject.getStatus() |
Modifier and Type | Method and Description |
---|---|
ApplicationFeature |
DefaultApplicationFeature.setStatus(EnabledStatus status) |
LifecycleCreateSettingObject |
DefaultLifecycleCreateSettingObject.setStatus(EnabledStatus status) |
PasswordSettingObject |
DefaultPasswordSettingObject.setStatus(EnabledStatus status) |
LifecycleDeactivateSettingObject |
DefaultLifecycleDeactivateSettingObject.setStatus(EnabledStatus status) |
ProfileSettingObject |
DefaultProfileSettingObject.setStatus(EnabledStatus status) |
Modifier and Type | Method and Description |
---|---|
EnabledStatus |
DefaultFeature.getStatus() |
Modifier and Type | Method and Description |
---|---|
Feature |
DefaultFeature.setStatus(EnabledStatus status) |
Modifier and Type | Method and Description |
---|---|
EnabledStatus |
ApplicationFeature.getStatus() |
EnabledStatus |
LifecycleCreateSettingObject.getStatus() |
EnabledStatus |
LifecycleDeactivateSettingObject.getStatus() |
EnabledStatus |
ProfileSettingObject.getStatus() |
EnabledStatus |
PasswordSettingObject.getStatus() |
Modifier and Type | Method and Description |
---|---|
ApplicationFeature |
ApplicationFeature.setStatus(EnabledStatus status) |
LifecycleCreateSettingObject |
LifecycleCreateSettingObject.setStatus(EnabledStatus status) |
LifecycleDeactivateSettingObject |
LifecycleDeactivateSettingObject.setStatus(EnabledStatus status) |
ProfileSettingObject |
ProfileSettingObject.setStatus(EnabledStatus status) |
PasswordSettingObject |
PasswordSettingObject.setStatus(EnabledStatus status) |
Modifier and Type | Method and Description |
---|---|
static EnabledStatus |
EnabledStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnabledStatus[] |
EnabledStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnabledStatus |
Feature.getStatus() |
Modifier and Type | Method and Description |
---|---|
Feature |
Feature.setStatus(EnabledStatus status) |
Copyright © 2017–2023 Okta. All rights reserved.