public enum SqrlClientOpt extends Enum<SqrlClientOpt>
| Enum Constant and Description |
|---|
cps
“cps” is the abbreviation for Client Provided Session.
|
hardlock
When present, this option requests the web server to set a flag on this user's account to disable any alternative
“out of band” change to this user's SQRL identity, such as traditional and weak “what as your favorite pet's
name” non-SQRL identity authentication.
|
sqrlonly
When present, this option requests the web server to set a flag on this user's account to disable any alternative
non-SQRL authentication capability, such as weaker traditional username and password authentication.
|
suk
“suk” is the abbreviation for Server Unlock Key.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNonQueryOnly() |
static SqrlClientOpt |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqrlClientOpt[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqrlClientOpt suk
public static final SqrlClientOpt sqrlonly
public static final SqrlClientOpt hardlock
public static final SqrlClientOpt cps
public static SqrlClientOpt[] values()
for (SqrlClientOpt c : SqrlClientOpt.values()) System.out.println(c);
public static SqrlClientOpt valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean isNonQueryOnly()
Copyright © 2016. All rights reserved.