public enum SqrlAuthenticationStatus extends Enum<SqrlAuthenticationStatus>
| Enum Constant and Description |
|---|
AUTH_COMPLETE |
COMMUNICATING |
CORRELATOR_ISSUED |
ERROR_BAD_REQUEST |
ERROR_SQRL_INTERNAL |
ERROR_SQRL_USER_DISABLED |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isErrorStatus() |
boolean |
isUpdatesForThisCorrelatorComplete() |
static SqrlAuthenticationStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqrlAuthenticationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqrlAuthenticationStatus CORRELATOR_ISSUED
public static final SqrlAuthenticationStatus COMMUNICATING
public static final SqrlAuthenticationStatus AUTH_COMPLETE
public static final SqrlAuthenticationStatus ERROR_BAD_REQUEST
public static final SqrlAuthenticationStatus ERROR_SQRL_INTERNAL
public static final SqrlAuthenticationStatus ERROR_SQRL_USER_DISABLED
public static SqrlAuthenticationStatus[] values()
for (SqrlAuthenticationStatus c : SqrlAuthenticationStatus.values()) System.out.println(c);
public static SqrlAuthenticationStatus 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 isErrorStatus()
public boolean isUpdatesForThisCorrelatorComplete()
Copyright © 2016. All rights reserved.