Class AuthenticatorAttachment
java.lang.Object
org.springframework.security.web.webauthn.api.AuthenticatorAttachment
- Since:
- 6.4
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AuthenticatorAttachment
Indicates cross-platform attachment.static final AuthenticatorAttachment
Indicates platform attachment. -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Gets the value.toString()
static AuthenticatorAttachment
Gets an instance ofAuthenticatorAttachment
based upon the value passed in.static AuthenticatorAttachment[]
values()
-
Field Details
-
CROSS_PLATFORM
Indicates cross-platform attachment.Authenticators of this class are removable from, and can "roam" among, client platforms.
-
PLATFORM
Indicates platform attachment.Usually, authenticators of this class are not removable from the platform.
-
-
Method Details
-
getValue
Gets the value.- Returns:
- the value.
-
toString
-
valueOf
Gets an instance ofAuthenticatorAttachment
based upon the value passed in.- Parameters:
value
- the value to obtain theAuthenticatorAttachment
- Returns:
- the
AuthenticatorAttachment
-
values
-