public enum Fido2RestrictionEnforcementType extends java.lang.Enum<Fido2RestrictionEnforcementType>
| Enum Constant and Description |
|---|
ALLOW
allow
|
BLOCK
block
|
UNEXPECTED_VALUE
For Fido2RestrictionEnforcementType values that were not expected from the service
|
UNKNOWN_FUTURE_VALUE
unknown Future Value
|
| Modifier and Type | Method and Description |
|---|---|
static Fido2RestrictionEnforcementType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Fido2RestrictionEnforcementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Fido2RestrictionEnforcementType ALLOW
public static final Fido2RestrictionEnforcementType BLOCK
public static final Fido2RestrictionEnforcementType UNKNOWN_FUTURE_VALUE
public static final Fido2RestrictionEnforcementType UNEXPECTED_VALUE
public static Fido2RestrictionEnforcementType[] values()
for (Fido2RestrictionEnforcementType c : Fido2RestrictionEnforcementType.values()) System.out.println(c);
public static Fido2RestrictionEnforcementType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null