Class AssertionProcessorFactory
- java.lang.Object
-
- io.jans.fido2.service.processor.assertion.AssertionProcessorFactory
-
@ApplicationScoped public class AssertionProcessorFactory extends Object
Factory Class that returns Processor based on the attestationType value in Fido2RegistrationData
-
-
Constructor Summary
Constructors Constructor Description AssertionProcessorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssertionFormatProcessor
getCommandProcessor(String fmtFormat)
-
-
-
Method Detail
-
getCommandProcessor
public AssertionFormatProcessor getCommandProcessor(String fmtFormat)
-
-