Uses of Class
net.shibboleth.oidc.profile.config.JSONSecurityConfiguration
Packages that use JSONSecurityConfiguration
Package
Description
Navigation functions related to OIDC profile configurations.
OIDC profile implementation classes.
-
Uses of JSONSecurityConfiguration in net.shibboleth.oidc.profile.impl
Fields in net.shibboleth.oidc.profile.impl declared as JSONSecurityConfigurationModifier and TypeFieldDescriptionprivate JSONSecurityConfigurationFormOutboundKeySetResponseMessage.secConfigurationSecurity configuration we look for keys to publish.Fields in net.shibboleth.oidc.profile.impl with type parameters of type JSONSecurityConfigurationModifier and TypeFieldDescriptionprivate Function<JSONSecurityConfiguration,List<Credential>> FormOutboundKeySetResponseMessage.credentialsToPublishLookupStrategyStrategy used to locate the list of credentials to publish.Method parameters in net.shibboleth.oidc.profile.impl with type arguments of type JSONSecurityConfigurationModifier and TypeMethodDescriptionvoidFormOutboundKeySetResponseMessage.setCredentialsToPublishLookupStrategy(Function<JSONSecurityConfiguration, List<Credential>> strategy) Set the strategy used to locate the credentials to publish at the KeySet endpoint.