Uses of Class
com.okta.sdk.resource.AllowedForEnum
-
Packages that use AllowedForEnum Package Description com.okta.sdk.resource -
-
Uses of AllowedForEnum in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return AllowedForEnum Modifier and Type Method Description AllowedForEnum
AuthenticatorSettings. getAllowedFor()
static AllowedForEnum
AllowedForEnum. valueOf(java.lang.String name)
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 with parameters of type AllowedForEnum Modifier and Type Method Description AuthenticatorSettings
AuthenticatorSettings. setAllowedFor(AllowedForEnum allowedFor)
-