Package com.okta.sdk.resource.model
Enum SsprRequirement.AccessControlEnum
java.lang.Object
java.lang.Enum<SsprRequirement.AccessControlEnum>
com.okta.sdk.resource.model.SsprRequirement.AccessControlEnum
- All Implemented Interfaces:
Serializable
,Comparable<SsprRequirement.AccessControlEnum>
,java.lang.constant.Constable
- Enclosing class:
SsprRequirement
public static enum SsprRequirement.AccessControlEnum
extends Enum<SsprRequirement.AccessControlEnum>
Determines which authentication requirements a user needs to perform self-service operations.
`AUTH_POLICY` defers conditions and authentication requirements to the [Okta account management
policy](https://developer.okta.com/docs/guides/okta-account-management-policy/main/). `LEGACY` refers
to the requirements described by this rule.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
toString()
Returns the enum constant of this type with the specified name.static SsprRequirement.AccessControlEnum[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
AUTH_POLICY
-
LEGACY
-
UNKNOWN_DEFAULT_OPEN_API
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
-
toString
- Overrides:
toString
in classEnum<SsprRequirement.AccessControlEnum>
-
fromValue
-