Class CredProtectAuthenticationExtensionsClientInput
java.lang.Object
org.springframework.security.web.webauthn.api.CredProtectAuthenticationExtensionsClientInput
- All Implemented Interfaces:
AuthenticationExtensionsClientInput<CredProtectAuthenticationExtensionsClientInput.CredProtect>
public class CredProtectAuthenticationExtensionsClientInput
extends Object
implements AuthenticationExtensionsClientInput<CredProtectAuthenticationExtensionsClientInput.CredProtect>
Implements
Credential Protection (credProtect).
- Since:
- 6.4
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorDescriptionCredProtectAuthenticationExtensionsClientInput
(CredProtectAuthenticationExtensionsClientInput.CredProtect input) -
Method Summary
Modifier and TypeMethodDescriptionGets the extension identifier.getInput()
Gets the client extension.
-
Constructor Details
-
CredProtectAuthenticationExtensionsClientInput
public CredProtectAuthenticationExtensionsClientInput(CredProtectAuthenticationExtensionsClientInput.CredProtect input)
-
-
Method Details
-
getExtensionId
Description copied from interface:AuthenticationExtensionsClientInput
Gets the extension identifier.- Specified by:
getExtensionId
in interfaceAuthenticationExtensionsClientInput<CredProtectAuthenticationExtensionsClientInput.CredProtect>
- Returns:
- the extension identifier.
-
getInput
Description copied from interface:AuthenticationExtensionsClientInput
Gets the client extension.- Specified by:
getInput
in interfaceAuthenticationExtensionsClientInput<CredProtectAuthenticationExtensionsClientInput.CredProtect>
- Returns:
- the client extension.
-