|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SecurityLevel>
com.morpho.morphosmart.sdk.SecurityLevel
public enum SecurityLevel
Enum Constant Summary | |
---|---|
FFD_SECURITY_LEVEL_DEFAULT_HOST
Undefined Security level. |
|
FFD_SECURITY_LEVEL_HIGH_HOST
High False Finger Detection security level. |
|
FFD_SECURITY_LEVEL_LOW_HOST
Low False Finger Detection security level. |
|
FFD_SECURITY_LEVEL_MEDIUM_HOST
Medium False Finger Detection security level. |
|
FFD_SECURITY_LEVEL_NONE_HOST
This level allows disabling FFD functionality. |
|
MULTIMODAL_SECURITY_HIGH
High False Multimodal Detection security level. |
|
MULTIMODAL_SECURITY_MEDIUM
Medium False Multimodal Detection security level. |
|
MULTIMODAL_SECURITY_STANDARD
Low False Multimodal Detection security level. |
Method Summary | |
---|---|
static SecurityLevel |
fromInt(int value,
boolean isFVP)
|
static SecurityLevel |
fromString(java.lang.String label,
boolean isFVP)
|
java.lang.String |
getLabel()
|
int |
getValue()
|
static SecurityLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SecurityLevel[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SecurityLevel FFD_SECURITY_LEVEL_LOW_HOST
public static final SecurityLevel FFD_SECURITY_LEVEL_MEDIUM_HOST
public static final SecurityLevel FFD_SECURITY_LEVEL_HIGH_HOST
public static final SecurityLevel FFD_SECURITY_LEVEL_NONE_HOST
public static final SecurityLevel MULTIMODAL_SECURITY_STANDARD
public static final SecurityLevel MULTIMODAL_SECURITY_MEDIUM
public static final SecurityLevel MULTIMODAL_SECURITY_HIGH
public static final SecurityLevel FFD_SECURITY_LEVEL_DEFAULT_HOST
Method Detail |
---|
public static SecurityLevel[] values()
for (SecurityLevel c : SecurityLevel.values()) System.out.println(c);
public static SecurityLevel 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 name
java.lang.NullPointerException
- if the argument is nullpublic int getValue()
public java.lang.String getLabel()
public static SecurityLevel fromInt(int value, boolean isFVP)
public static SecurityLevel fromString(java.lang.String label, boolean isFVP)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |