Class JWKSetDecoratorManager
java.lang.Object
net.shibboleth.oidc.security.credential.JWKSetDecoratorManager
Manages and exposes instanced of the
JWKSetDecorator interface.- Since:
- 3.4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Collection<JWKSetDecorator>Collection of decorators. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionall()Get all of the registered decorators.<T extends JWKSetDecorator>
List<T>Get aJWKSetDecoratorby type.
-
Field Details
-
jwkSetDecorators
Collection of decorators.
-
-
Constructor Details
-
JWKSetDecoratorManager
Constructor.- Parameters:
decorators- instances to manage
-
-
Method Details
-
all
Get all of the registered decorators.- Returns:
- all registered decorators
-
byClass
Get aJWKSetDecoratorby type.- Type Parameters:
T- class type- Parameters:
claz- class type- Returns:
- decorator for the type, or null
-