Uses of Interface
net.shibboleth.oidc.security.jose.DecryptionConfiguration
Packages that use DecryptionConfiguration
Package
Description
Profile configurations related to OIDC functionality.
Navigation functions related to OIDC profile configurations.
OIDC profile implementation classes.
OIDC security criterion.
Implementation of cryptographic primitives that support JOSE objects.
-
Uses of DecryptionConfiguration in net.shibboleth.oidc.profile.config
Fields in net.shibboleth.oidc.profile.config declared as DecryptionConfigurationModifier and TypeFieldDescriptionprivate DecryptionConfigurationJSONSecurityConfiguration.jwtDecryptConfigConfiguration used when decrypting JWE tokens.Methods in net.shibboleth.oidc.profile.config that return DecryptionConfigurationModifier and TypeMethodDescriptionJSONSecurityConfiguration.getJwtDecryptionConfiguration()Get the configuration used when decrypting JWE tokens.Methods in net.shibboleth.oidc.profile.config with parameters of type DecryptionConfigurationModifier and TypeMethodDescriptionvoidJSONSecurityConfiguration.setJwtDecryptionConfiguration(DecryptionConfiguration config) Set the configuration used to decrypt JWE tokens. -
Uses of DecryptionConfiguration in net.shibboleth.oidc.profile.impl
Fields in net.shibboleth.oidc.profile.impl with type parameters of type DecryptionConfigurationModifier and TypeFieldDescriptionPopulateJWTDecryptionParameters.configurationLookupStrategyStrategy used to lookup a per-requestDecryptionConfigurationlist.Method parameters in net.shibboleth.oidc.profile.impl with type arguments of type DecryptionConfigurationModifier and TypeMethodDescriptionprivate CriteriaSetPopulateJWTDecryptionParameters.buildCriteriaSet(ProfileRequestContext profileRequestContext, List<DecryptionConfiguration> configs) Build the criteria used as input to theDecryptionParametersResolver.voidPopulateJWTDecryptionParameters.setConfigurationLookupStrategy(Function<ProfileRequestContext, List<DecryptionConfiguration>> strategy) Set the strategy used to look up a per-requestDecryptionConfigurationlist. -
Uses of DecryptionConfiguration in net.shibboleth.oidc.security.jose.criterion
Fields in net.shibboleth.oidc.security.jose.criterion with type parameters of type DecryptionConfigurationModifier and TypeFieldDescriptionprivate final List<DecryptionConfiguration>DecryptionConfigurationCriterion.configsThe list of configuration instances.Methods in net.shibboleth.oidc.security.jose.criterion that return types with arguments of type DecryptionConfigurationModifier and TypeMethodDescriptionDecryptionConfigurationCriterion.getConfigurations()Get the list of configuration instances.Constructors in net.shibboleth.oidc.security.jose.criterion with parameters of type DecryptionConfigurationModifierConstructorDescriptionDecryptionConfigurationCriterion(DecryptionConfiguration... configurations) Constructor.Constructor parameters in net.shibboleth.oidc.security.jose.criterion with type arguments of type DecryptionConfigurationModifierConstructorDescriptionDecryptionConfigurationCriterion(List<DecryptionConfiguration> configurations) Constructor. -
Uses of DecryptionConfiguration in net.shibboleth.oidc.security.jose.impl
Classes in net.shibboleth.oidc.security.jose.impl that implement DecryptionConfigurationModifier and TypeClassDescriptionclassBasic implementation ofDecryptionConfigurationfor handling JWEs.