java.lang.Object
com.webauthn4j.verifier.OriginVerifierImpl
- All Implemented Interfaces:
OriginVerifier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidverify(@NotNull CollectedClientData collectedClientData, @NotNull ServerProperty serverProperty) voidverify(@NotNull AuthenticationObject authenticationObject) Verifies the origin in the authentication ceremony.voidverify(@NotNull RegistrationObject registrationObject) Verifies the origin in the registration ceremony.
-
Constructor Details
-
OriginVerifierImpl
public OriginVerifierImpl()
-
-
Method Details
-
verify
Description copied from interface:OriginVerifierVerifies the origin in the registration ceremony.- Specified by:
verifyin interfaceOriginVerifier- Parameters:
registrationObject- the object containing registration data to verify
-
verify
Description copied from interface:OriginVerifierVerifies the origin in the authentication ceremony.- Specified by:
verifyin interfaceOriginVerifier- Parameters:
authenticationObject- the object containing authentication data to verify
-
verify
protected void verify(@NotNull @NotNull CollectedClientData collectedClientData, @NotNull @NotNull ServerProperty serverProperty)
-