Remove imports for Javadoc Only Usage
This commit is contained in:
parent
0bb406aaab
commit
5736f0897e
|
@ -16,9 +16,6 @@
|
||||||
|
|
||||||
package org.springframework.security.web.webauthn.api;
|
package org.springframework.security.web.webauthn.api;
|
||||||
|
|
||||||
import org.springframework.security.web.webauthn.management.RelyingPartyAuthenticationRequest;
|
|
||||||
import org.springframework.security.web.webauthn.management.WebAuthnRelyingPartyOperations;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <a href=
|
* <a href=
|
||||||
* "https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialuserentity">PublicKeyCredentialUserEntity</a>
|
* "https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialuserentity">PublicKeyCredentialUserEntity</a>
|
||||||
|
@ -28,7 +25,7 @@ import org.springframework.security.web.webauthn.management.WebAuthnRelyingParty
|
||||||
*
|
*
|
||||||
* @author Rob Winch
|
* @author Rob Winch
|
||||||
* @since 6.4
|
* @since 6.4
|
||||||
* @see WebAuthnRelyingPartyOperations#authenticate(RelyingPartyAuthenticationRequest)
|
* @see org.springframework.security.web.webauthn.management.WebAuthnRelyingPartyOperations#authenticate(org.springframework.security.web.webauthn.management.RelyingPartyAuthenticationRequest)
|
||||||
*/
|
*/
|
||||||
public interface PublicKeyCredentialUserEntity {
|
public interface PublicKeyCredentialUserEntity {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue