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>
ServiceFactoryto plug in variousJwksKeyParserimplementations.This allows extending the
Keyinstances handled.- Author:
- Daniel Sagenschneider
-
-
Method Summary
-
Methods inherited from interface net.officefloor.frame.api.source.ServiceFactory
createService
-
-