| Package | Description |
|---|---|
| com.okta.sdk.resource.model |
| Modifier and Type | Method and Description |
|---|---|
static AllowedForEnum |
AllowedForEnum.fromValue(String value) |
AllowedForEnum |
AuthenticatorSettings.getAllowedFor()
Get allowedFor
|
static AllowedForEnum |
AllowedForEnum.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticatorSettings |
AuthenticatorSettings.allowedFor(AllowedForEnum allowedFor) |
void |
AuthenticatorSettings.setAllowedFor(AllowedForEnum allowedFor) |
Copyright © 2017–2023 Okta. All rights reserved.