Uses of Enum
com.okta.sdk.resource.model.SsprPrimaryRequirement.MethodsEnum
Packages that use SsprPrimaryRequirement.MethodsEnum
-
Uses of SsprPrimaryRequirement.MethodsEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return SsprPrimaryRequirement.MethodsEnumModifier 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.Methods in com.okta.sdk.resource.model that return types with arguments of type SsprPrimaryRequirement.MethodsEnumModifier and TypeMethodDescriptionSsprPrimaryRequirement.getMethods()Authenticator methods allowed for the initial authentication step of password recoveryMethods in com.okta.sdk.resource.model with parameters of type SsprPrimaryRequirement.MethodsEnumModifier and TypeMethodDescriptionSsprPrimaryRequirement.addMethodsItem(SsprPrimaryRequirement.MethodsEnum methodsItem) Method parameters in com.okta.sdk.resource.model with type arguments of type SsprPrimaryRequirement.MethodsEnumModifier and TypeMethodDescriptionSsprPrimaryRequirement.methods(List<SsprPrimaryRequirement.MethodsEnum> methods) voidSsprPrimaryRequirement.setMethods(List<SsprPrimaryRequirement.MethodsEnum> methods)