Uses of Interface
net.shibboleth.oidc.security.credential.JWKSetDecorator
Packages that use JWKSetDecorator
-
Uses of JWKSetDecorator in net.shibboleth.oidc.security.credential
Subinterfaces of JWKSetDecorator in net.shibboleth.oidc.security.credentialModifier and TypeInterfaceDescriptioninterfaceAn interface for decorating key sets related to client information.interfaceAn interface for decorating key sets related to provider information.Fields in net.shibboleth.oidc.security.credential with type parameters of type JWKSetDecoratorModifier and TypeFieldDescriptionprivate final Collection<JWKSetDecorator>JWKSetDecoratorManager.jwkSetDecoratorsCollection of decorators.Methods in net.shibboleth.oidc.security.credential with type parameters of type JWKSetDecoratorModifier and TypeMethodDescription<T extends JWKSetDecorator>
List<T>Get aJWKSetDecoratorby type.Methods in net.shibboleth.oidc.security.credential that return types with arguments of type JWKSetDecoratorModifier and TypeMethodDescriptionJWKSetDecoratorManager.all()Get all of the registered decorators.Constructor parameters in net.shibboleth.oidc.security.credential with type arguments of type JWKSetDecoratorModifierConstructorDescriptionJWKSetDecoratorManager(Collection<JWKSetDecorator> decorators) Constructor.