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
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionCredProtectAuthenticationExtensionsClientInput(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:AuthenticationExtensionsClientInputGets the extension identifier.- Specified by:
getExtensionIdin interfaceAuthenticationExtensionsClientInput<CredProtectAuthenticationExtensionsClientInput.CredProtect>- Returns:
- the extension identifier.
-
getInput
Description copied from interface:AuthenticationExtensionsClientInputGets the client extension.- Specified by:
getInputin interfaceAuthenticationExtensionsClientInput<CredProtectAuthenticationExtensionsClientInput.CredProtect>- Returns:
- the client extension.
-