Uses of Enum
com.okta.sdk.resource.model.AllowedForEnum
-
Uses of AllowedForEnum in com.okta.sdk.resource.model
Modifier 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.Modifier and TypeMethodDescriptionAuthenticatorSettings.allowedFor
(AllowedForEnum allowedFor) void
AuthenticatorSettings.setAllowedFor
(AllowedForEnum allowedFor)