Class U2FSuperGluuAssertionFormatProcessor
- java.lang.Object
-
- io.jans.fido2.service.processor.assertion.U2FSuperGluuAssertionFormatProcessor
-
- All Implemented Interfaces:
AssertionFormatProcessor
@ApplicationScoped public class U2FSuperGluuAssertionFormatProcessor extends Object implements AssertionFormatProcessor
Class which processes assertions of "fido2-u2f" fmt (attestation type)
-
-
Constructor Summary
Constructors Constructor Description U2FSuperGluuAssertionFormatProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttestationFormat
getAttestationFormat()
void
process(String base64AuthenticatorData, String signature, String clientDataJson, io.jans.orm.model.fido2.Fido2RegistrationData registration, io.jans.orm.model.fido2.Fido2AuthenticationData authenticationEntity)
-
-
-
Method Detail
-
getAttestationFormat
public AttestationFormat getAttestationFormat()
- Specified by:
getAttestationFormat
in interfaceAssertionFormatProcessor
-
process
public void process(String base64AuthenticatorData, String signature, String clientDataJson, io.jans.orm.model.fido2.Fido2RegistrationData registration, io.jans.orm.model.fido2.Fido2AuthenticationData authenticationEntity)
- Specified by:
process
in interfaceAssertionFormatProcessor
-
-