public static enum AuthProfile.StateAnalyze.ActionType extends Enum<AuthProfile.StateAnalyze.ActionType>
Enum Constant and Description |
---|
GCP_INTERNAL
Event was GCP internal (GCP address, GCPAUDIT)
|
KNOWN_IP
Known IP for identity
|
UNKNOWN_IP_ANON_NETWORK
Unknown IP, and minFraud anonymity network indication
|
UNKNOWN_IP_HOSTING_PROVIDER
Unknown IP, and minFraud hosting provider indication
|
UNKNOWN_IP_MINFRAUD_GEO_FAILURE
Unknown IP, and minFraud or GeoIP resolution failed
|
UNKNOWN_IP_OUTSIDE_GEO
Unknown IP, and outside GeoIP distance of previous known source address
|
UNKNOWN_IP_WITHIN_GEO
Unknown IP, but within GeoIP distance of previous known source address
|
Modifier and Type | Method and Description |
---|---|
static AuthProfile.StateAnalyze.ActionType |
fromString(String text)
Return ActionType using string format
|
String |
toString() |
static AuthProfile.StateAnalyze.ActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthProfile.StateAnalyze.ActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthProfile.StateAnalyze.ActionType KNOWN_IP
public static final AuthProfile.StateAnalyze.ActionType UNKNOWN_IP_WITHIN_GEO
public static final AuthProfile.StateAnalyze.ActionType UNKNOWN_IP_OUTSIDE_GEO
public static final AuthProfile.StateAnalyze.ActionType UNKNOWN_IP_HOSTING_PROVIDER
public static final AuthProfile.StateAnalyze.ActionType UNKNOWN_IP_ANON_NETWORK
public static final AuthProfile.StateAnalyze.ActionType UNKNOWN_IP_MINFRAUD_GEO_FAILURE
public static final AuthProfile.StateAnalyze.ActionType GCP_INTERNAL
public static AuthProfile.StateAnalyze.ActionType[] values()
for (AuthProfile.StateAnalyze.ActionType c : AuthProfile.StateAnalyze.ActionType.values()) System.out.println(c);
public static AuthProfile.StateAnalyze.ActionType 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 String toString()
toString
in class Enum<AuthProfile.StateAnalyze.ActionType>
public static AuthProfile.StateAnalyze.ActionType fromString(String text)
text
- StringCopyright © 2022. All rights reserved.