You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/src/main/java/org/springframework/security/web/webauthn/api/ImmutablePublicKeyCredentialUserEntity.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public final class ImmutablePublicKeyCredentialUserEntity implements PublicKeyCr
40
40
* name's value, or displaying the value to the user.
41
41
*
42
42
* This string MAY contain language and direction metadata. Relying Parties SHOULD
43
-
* consider providing this information. See § 6.4.2 Language and Direction Encoding
43
+
* consider providing this information. See 6.4.2 Language and Direction Encoding
44
44
* about how this metadata is encoded.
45
45
*
46
46
* Clients SHOULD perform enforcement, as prescribed in Section 3.4.3 of [RFC8265] for
@@ -60,7 +60,7 @@ public final class ImmutablePublicKeyCredentialUserEntity implements PublicKeyCr
60
60
* 6.1 of [RFC8266].
61
61
*
62
62
* The user handle MUST NOT contain personally identifying information about the user,
63
-
* such as a username or e-mail address; see § 14.6.1 User Handle Contents for
63
+
* such as a username or e-mail address; see 14.6.1 User Handle Contents for
64
64
* details. The user handle MUST NOT be empty, though it MAY be null.
65
65
*
66
66
* Note: the user handle ought not be a constant value across different accounts, even
@@ -80,7 +80,7 @@ public final class ImmutablePublicKeyCredentialUserEntity implements PublicKeyCr
80
80
* setting displayName's value, or displaying the value to the user.
81
81
*
82
82
* This string MAY contain language and direction metadata. Relying Parties SHOULD
83
-
* consider providing this information. See § 6.4.2 Language and Direction Encoding
83
+
* consider providing this information. See 6.4.2 Language and Direction Encoding
84
84
* about how this metadata is encoded.
85
85
*
86
86
* Clients SHOULD perform enforcement, as prescribed in Section 2.3 of [RFC8266] for
@@ -94,7 +94,7 @@ public final class ImmutablePublicKeyCredentialUserEntity implements PublicKeyCr
94
94
*
95
95
* Authenticators MUST accept and store a 64-byte minimum length for a displayName
96
96
* member’s value. Authenticators MAY truncate a displayName member’s value so that it
97
-
* fits within 64 bytes. See § 6.4.1 String Truncation about truncation and other
97
+
* fits within 64 bytes. See 6.4.1 String Truncation about truncation and other
Copy file name to clipboardExpand all lines: web/src/test/java/org/springframework/security/web/webauthn/management/Webauthn4jRelyingPartyOperationsTests.java
0 commit comments