Package net.officefloor.web.jwt.jwks
Interface JwksKeyParserServiceFactory
-
- All Superinterfaces:
ServiceFactory<JwksKeyParser>
- All Known Implementing Classes:
RsaPrivateJwksKeyParserServiceFactory
,RsaPublicJwksKeyParserServiceFactory
,SecretJwksKeyParserServiceFactory
public interface JwksKeyParserServiceFactory extends ServiceFactory<JwksKeyParser>
ServiceFactory
to plug in variousJwksKeyParser
implementations.This allows extending the
Key
instances handled.- Author:
- Daniel Sagenschneider
-
-
Method Summary
-
Methods inherited from interface net.officefloor.frame.api.source.ServiceFactory
createService
-
-