Skip to content

Update WebAuthn Test Objects Class Names #16604

Closed
@jzheaux

Description

@jzheaux

By convention, Spring Security test objects are named Test{Object}s, as in TestAuthentications or TestKeys.

It would be nice to rename the WebAuthn test objects like TestAuthenticatorAttestationResponse to TestAuthenticatorAttestationResponses.

As an exception, I think we should leave classes that are already pluralized as TestPublicKeyCredentialCreationOptions since TestPublicKeyCredentialCreationOptionses is a little tricky to say.

I believe the following is a comprehensive list of the classes to change:

  • TestAuthenticatorAttestationResponse
  • TestCredentialRecord
  • TestPublicKeyCredential
  • TestPublicKeyCredentialUserEntity
  • TestPublicKeyCredentialRpEntity

Metadata

Metadata

Labels

in: webAn issue in web modules (web, webmvc)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions