mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Merge branch '6.4.x'
This commit is contained in:
commit
acd1bb1777
@ -30,6 +30,7 @@ import org.springframework.security.web.webauthn.api.AttestationConveyancePrefer
|
||||
* @author Rob Winch
|
||||
* @since 6.4
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
class AttestationConveyancePreferenceSerializer extends StdSerializer<AttestationConveyancePreference> {
|
||||
|
||||
AttestationConveyancePreferenceSerializer() {
|
||||
|
@ -30,6 +30,7 @@ import org.springframework.security.web.webauthn.api.AuthenticationExtensionsCli
|
||||
* @author Rob Winch
|
||||
* @since 6.4
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
class AuthenticationExtensionsClientInputSerializer extends StdSerializer<AuthenticationExtensionsClientInput> {
|
||||
|
||||
/**
|
||||
|
@ -31,6 +31,7 @@ import org.springframework.security.web.webauthn.api.AuthenticationExtensionsCli
|
||||
* @author Rob Winch
|
||||
* @since 6.4
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
class AuthenticationExtensionsClientInputsSerializer extends StdSerializer<AuthenticationExtensionsClientInputs> {
|
||||
|
||||
/**
|
||||
|
@ -39,6 +39,7 @@ import org.springframework.security.web.webauthn.api.ImmutableAuthenticationExte
|
||||
* @author Rob Winch
|
||||
* @since 6.4
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
class AuthenticationExtensionsClientOutputsDeserializer extends StdDeserializer<AuthenticationExtensionsClientOutputs> {
|
||||
|
||||
private static final Log logger = LogFactory.getLog(AuthenticationExtensionsClientOutputsDeserializer.class);
|
||||
|
@ -31,6 +31,7 @@ import org.springframework.security.web.webauthn.api.AuthenticatorAttachment;
|
||||
* @author Rob Winch
|
||||
* @since 6.4
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
class AuthenticatorAttachmentDeserializer extends StdDeserializer<AuthenticatorAttachment> {
|
||||
|
||||
AuthenticatorAttachmentDeserializer() {
|
||||
|
@ -30,6 +30,7 @@ import org.springframework.security.web.webauthn.api.AuthenticatorAttachment;
|
||||
* @author Rob Winch
|
||||
* @since 6.4
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
class AuthenticatorAttachmentSerializer extends StdSerializer<AuthenticatorAttachment> {
|
||||
|
||||
AuthenticatorAttachmentSerializer() {
|
||||
|
@ -31,6 +31,7 @@ import org.springframework.security.web.webauthn.api.AuthenticatorTransport;
|
||||
* @author Rob Winch
|
||||
* @since 6.4
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
class AuthenticatorTransportDeserializer extends StdDeserializer<AuthenticatorTransport> {
|
||||
|
||||
AuthenticatorTransportDeserializer() {
|
||||
|
@ -30,6 +30,7 @@ import org.springframework.security.web.webauthn.api.Bytes;
|
||||
* @author Rob Winch
|
||||
* @since 6.4
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
class BytesSerializer extends StdSerializer<Bytes> {
|
||||
|
||||
/**
|
||||
|
@ -31,6 +31,7 @@ import org.springframework.security.web.webauthn.api.COSEAlgorithmIdentifier;
|
||||
* @author Rob Winch
|
||||
* @since 6.4
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
class COSEAlgorithmIdentifierDeserializer extends StdDeserializer<COSEAlgorithmIdentifier> {
|
||||
|
||||
COSEAlgorithmIdentifierDeserializer() {
|
||||
|
@ -30,6 +30,7 @@ import org.springframework.security.web.webauthn.api.COSEAlgorithmIdentifier;
|
||||
* @author Rob Winch
|
||||
* @since 6.4
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
class COSEAlgorithmIdentifierSerializer extends StdSerializer<COSEAlgorithmIdentifier> {
|
||||
|
||||
COSEAlgorithmIdentifierSerializer() {
|
||||
|
@ -31,6 +31,7 @@ import org.springframework.security.web.webauthn.api.CredProtectAuthenticationEx
|
||||
*
|
||||
* @author Rob Winch
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
class CredProtectAuthenticationExtensionsClientInputSerializer
|
||||
extends StdSerializer<CredProtectAuthenticationExtensionsClientInput> {
|
||||
|
||||
|
@ -29,6 +29,7 @@ import com.fasterxml.jackson.databind.ser.std.StdSerializer;
|
||||
* @author Rob Winch
|
||||
* @since 6.4
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
class DurationSerializer extends StdSerializer<Duration> {
|
||||
|
||||
/**
|
||||
|
@ -31,6 +31,7 @@ import org.springframework.security.web.webauthn.api.PublicKeyCredentialType;
|
||||
* @author Rob Winch
|
||||
* @since 6.4
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
class PublicKeyCredentialTypeDeserializer extends StdDeserializer<PublicKeyCredentialType> {
|
||||
|
||||
/**
|
||||
|
@ -30,6 +30,7 @@ import org.springframework.security.web.webauthn.api.PublicKeyCredentialType;
|
||||
* @author Rob Winch
|
||||
* @since 6.4
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
class PublicKeyCredentialTypeSerializer extends StdSerializer<PublicKeyCredentialType> {
|
||||
|
||||
/**
|
||||
|
@ -30,6 +30,7 @@ import org.springframework.security.web.webauthn.api.ResidentKeyRequirement;
|
||||
* @author Rob Winch
|
||||
* @since 6.4
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
class ResidentKeyRequirementSerializer extends StdSerializer<ResidentKeyRequirement> {
|
||||
|
||||
/**
|
||||
|
@ -30,6 +30,7 @@ import org.springframework.security.web.webauthn.api.UserVerificationRequirement
|
||||
* @author Rob Winch
|
||||
* @since 6.4
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
class UserVerificationRequirementSerializer extends StdSerializer<UserVerificationRequirement> {
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user