Uses of Enum
com.okta.sdk.resource.model.AllowedForEnum
Packages that use AllowedForEnum
-
Uses of AllowedForEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return AllowedForEnumModifier and TypeMethodDescriptionstatic AllowedForEnum
AuthenticatorSettings.getAllowedFor()
Get allowedForstatic AllowedForEnum
Returns the enum constant of this type with the specified name.static AllowedForEnum[]
AllowedForEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type AllowedForEnumModifier and TypeMethodDescriptionAuthenticatorSettings.allowedFor
(AllowedForEnum allowedFor) void
AuthenticatorSettings.setAllowedFor
(AllowedForEnum allowedFor)