Uses of Enum
com.okta.sdk.resource.model.SsprPrimaryRequirement.MethodsEnum
-
Uses of SsprPrimaryRequirement.MethodsEnum in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static SsprPrimaryRequirement.MethodsEnum[]
SsprPrimaryRequirement.MethodsEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionSsprPrimaryRequirement.getMethods()
Authenticator methods allowed for the initial authentication step of password recovery.Modifier and TypeMethodDescriptionSsprPrimaryRequirement.addmethodsItem
(SsprPrimaryRequirement.MethodsEnum methodsItem) Modifier and TypeMethodDescriptionSsprPrimaryRequirement.methods
(List<SsprPrimaryRequirement.MethodsEnum> methods) void
SsprPrimaryRequirement.setMethods
(List<SsprPrimaryRequirement.MethodsEnum> methods)