Class SignatureTestDriverFactory
java.lang.Object
ee.jakarta.tck.ws.rs.signaturetest.SignatureTestDriverFactory
Factory to obtain SignatureTestDriver implementations.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic SignatureTestDriver
getInstance
(String type) Obtain aSignatureTestDriver
instance based on thetype
argument.
-
Field Details
-
API_CHECK
Identifier for the driver that uses API Check to perform signature validation.
- See Also:
-
SIG_TEST
Identifier for the driver that uses the Signature Test framwork for signature validation.
- See Also:
-
-
Method Details
-
getInstance
Obtain a
SignatureTestDriver
instance based on thetype
argument.- Parameters:
type
- the driver type to create- Returns:
- a
SignatureTestDriver
implementation
-