Enum WebAuthnAuthenticatorsBean.WebAuthnAuthenticatorBean.TransportsBean.Transport
java.lang.Object
java.lang.Enum<WebAuthnAuthenticatorsBean.WebAuthnAuthenticatorBean.TransportsBean.Transport>
org.keycloak.forms.login.freemarker.model.WebAuthnAuthenticatorsBean.WebAuthnAuthenticatorBean.TransportsBean.Transport
- All Implemented Interfaces:
Serializable,Comparable<WebAuthnAuthenticatorsBean.WebAuthnAuthenticatorBean.TransportsBean.Transport>
- Enclosing class:
- WebAuthnAuthenticatorsBean.WebAuthnAuthenticatorBean.TransportsBean
protected static enum WebAuthnAuthenticatorsBean.WebAuthnAuthenticatorBean.TransportsBean.Transport
extends Enum<WebAuthnAuthenticatorsBean.WebAuthnAuthenticatorBean.TransportsBean.Transport>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptiongetByDisplayNameProperty(String property) getByMapperName(String mapperName) Returns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
USB
public static final WebAuthnAuthenticatorsBean.WebAuthnAuthenticatorBean.TransportsBean.Transport USB -
NFC
public static final WebAuthnAuthenticatorsBean.WebAuthnAuthenticatorBean.TransportsBean.Transport NFC -
BLE
public static final WebAuthnAuthenticatorsBean.WebAuthnAuthenticatorBean.TransportsBean.Transport BLE -
INTERNAL
public static final WebAuthnAuthenticatorsBean.WebAuthnAuthenticatorBean.TransportsBean.Transport INTERNAL -
UNKNOWN
public static final WebAuthnAuthenticatorsBean.WebAuthnAuthenticatorBean.TransportsBean.Transport UNKNOWN
-
-
Method Details
-
values
public static WebAuthnAuthenticatorsBean.WebAuthnAuthenticatorBean.TransportsBean.Transport[] values()Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static WebAuthnAuthenticatorsBean.WebAuthnAuthenticatorBean.TransportsBean.Transport valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getDisplayNameProperty
-
getMapperName
-
getIconClass
-
getByDisplayNameProperty
public static WebAuthnAuthenticatorsBean.WebAuthnAuthenticatorBean.TransportsBean.Transport getByDisplayNameProperty(String property) -
getByMapperName
public static WebAuthnAuthenticatorsBean.WebAuthnAuthenticatorBean.TransportsBean.Transport getByMapperName(String mapperName)
-