public enum SqrlOptionFlag extends java.lang.Enum<SqrlOptionFlag>
Created by Brent Nichols
| Enum Constant and Description |
|---|
CLIENT_PROVIDED_SESSION |
HARD_LOCK |
SERVER_UNLOCK_KEY |
SQRL_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static SqrlOptionFlag |
from(java.lang.String opt) |
static SqrlOptionFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SqrlOptionFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqrlOptionFlag SQRL_ONLY
public static final SqrlOptionFlag HARD_LOCK
public static final SqrlOptionFlag CLIENT_PROVIDED_SESSION
public static final SqrlOptionFlag SERVER_UNLOCK_KEY
public static SqrlOptionFlag[] values()
for (SqrlOptionFlag c : SqrlOptionFlag.values()) System.out.println(c);
public static SqrlOptionFlag 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 nullpublic static SqrlOptionFlag from(java.lang.String opt)