Interface JWKSetDecorator

All Superinterfaces:
BiConsumer<List<JWK>,ProfileRequestContext>, Component, IdentifiedComponent
All Known Subinterfaces:
ClientInformationJWKSetDecorator, ProviderInformationJWKSetDecorator

public interface JWKSetDecorator extends BiConsumer<List<JWK>,ProfileRequestContext>, IdentifiedComponent
An interface for decorating key sets. The interface extends the BiConsumer by specifying the input types explicitly and is expected to operate via side-effects.
Since:
3.4.0