Move toBuilder to BuildableAuthentication
Closes gh-18052
This commit is contained in:
+2
-1
@@ -22,6 +22,7 @@ import java.util.Collection;
|
||||
import org.jspecify.annotations.Nullable;
|
||||
|
||||
import org.springframework.security.authentication.AbstractAuthenticationToken;
|
||||
import org.springframework.security.core.BuildableAuthentication;
|
||||
import org.springframework.security.core.GrantedAuthority;
|
||||
import org.springframework.security.web.webauthn.api.PublicKeyCredentialUserEntity;
|
||||
import org.springframework.util.Assert;
|
||||
@@ -34,7 +35,7 @@ import org.springframework.util.Assert;
|
||||
* @since 6.4
|
||||
* @see WebAuthnAuthenticationRequestToken
|
||||
*/
|
||||
public class WebAuthnAuthentication extends AbstractAuthenticationToken {
|
||||
public class WebAuthnAuthentication extends AbstractAuthenticationToken implements BuildableAuthentication {
|
||||
|
||||
@Serial
|
||||
private static final long serialVersionUID = -4879907158750659197L;
|
||||
|
||||
Reference in New Issue
Block a user