-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Labels
in: webAn issue in web modules (web, webmvc)An issue in web modules (web, webmvc)type: enhancementA general enhancementA general enhancement
Description
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
Assignees
Labels
in: webAn issue in web modules (web, webmvc)An issue in web modules (web, webmvc)type: enhancementA general enhancementA general enhancement