Uses of Class
net.shibboleth.oidc.profile.config.JSONSecurityConfiguration
-
Packages that use JSONSecurityConfiguration Package Description net.shibboleth.oidc.profile.config.navigate Navigation functions related to OIDC profile configurations.net.shibboleth.oidc.profile.impl OIDC profile implementation classes. -
-
Uses of JSONSecurityConfiguration in net.shibboleth.oidc.profile.config.navigate
Methods in net.shibboleth.oidc.profile.config.navigate with parameters of type JSONSecurityConfiguration Modifier and Type Method Description List<Credential>JWKCredentialsToPublishLookupStrategy. apply(JSONSecurityConfiguration config) -
Uses of JSONSecurityConfiguration in net.shibboleth.oidc.profile.impl
Fields in net.shibboleth.oidc.profile.impl declared as JSONSecurityConfiguration Modifier and Type Field Description private JSONSecurityConfigurationFormOutboundKeySetResponseMessage. secConfigurationSecurity configuration we look for keys to publish.Fields in net.shibboleth.oidc.profile.impl with type parameters of type JSONSecurityConfiguration Modifier and Type Field Description private 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 JSONSecurityConfiguration Modifier and Type Method Description voidFormOutboundKeySetResponseMessage. setCredentialsToPublishLookupStrategy(Function<JSONSecurityConfiguration,List<Credential>> strategy)Set the strategy used to locate the credentials to publish at the KeySet endpoint.
-