Uses of Interface
net.shibboleth.oidc.security.jose.DecryptionConfiguration
-
Packages that use DecryptionConfiguration Package Description net.shibboleth.oidc.profile.config Profile configurations related to OIDC functionality.net.shibboleth.oidc.profile.config.navigate Navigation functions related to OIDC profile configurations.net.shibboleth.oidc.profile.impl OIDC profile implementation classes.net.shibboleth.oidc.security.jose.criterion OIDC security criterion.net.shibboleth.oidc.security.jose.impl 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 DecryptionConfiguration Modifier and Type Field Description private DecryptionConfigurationJSONSecurityConfiguration. jwtDecryptConfigConfiguration used when decrypting JWE tokens.private DecryptionConfigurationOIDCSecurityConfiguration. jwtDecryptConfigDeprecated, for removal: This API element is subject to removal in a future version.Configuration used when decrypting JWE tokens.Methods in net.shibboleth.oidc.profile.config that return DecryptionConfiguration Modifier and Type Method Description DecryptionConfigurationJSONSecurityConfiguration. getJwtDecryptionConfiguration()Get the configuration used when decrypting JWE tokens.Methods in net.shibboleth.oidc.profile.config with parameters of type DecryptionConfiguration Modifier and Type Method Description voidJSONSecurityConfiguration. setJwtDecryptionConfiguration(DecryptionConfiguration config)Set the configuration used to decrypt JWE tokens. -
Uses of DecryptionConfiguration in net.shibboleth.oidc.profile.config.navigate
Methods in net.shibboleth.oidc.profile.config.navigate that return types with arguments of type DecryptionConfiguration Modifier and Type Method Description List<DecryptionConfiguration>JWTDecryptionConfigurationLookupFunction. apply(ProfileRequestContext input) -
Uses of DecryptionConfiguration in net.shibboleth.oidc.profile.impl
Fields in net.shibboleth.oidc.profile.impl with type parameters of type DecryptionConfiguration Modifier and Type Field Description private Function<ProfileRequestContext,List<DecryptionConfiguration>>PopulateJWTDecryptionParameters. configurationLookupStrategyStrategy used to lookup a per-requestDecryptionConfigurationlist.Method parameters in net.shibboleth.oidc.profile.impl with type arguments of type DecryptionConfiguration Modifier and Type Method Description private 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 DecryptionConfiguration Modifier and Type Field Description private List<DecryptionConfiguration>DecryptionConfigurationCriterion. configsThe list of configuration instances.Methods in net.shibboleth.oidc.security.jose.criterion that return types with arguments of type DecryptionConfiguration Modifier and Type Method Description List<DecryptionConfiguration>DecryptionConfigurationCriterion. getConfigurations()Get the list of configuration instances.Constructors in net.shibboleth.oidc.security.jose.criterion with parameters of type DecryptionConfiguration Constructor Description DecryptionConfigurationCriterion(DecryptionConfiguration... configurations)Constructor.Constructor parameters in net.shibboleth.oidc.security.jose.criterion with type arguments of type DecryptionConfiguration Constructor Description DecryptionConfigurationCriterion(List<DecryptionConfiguration> configurations)Constructor. -
Uses of DecryptionConfiguration in net.shibboleth.oidc.security.jose.impl
Classes in net.shibboleth.oidc.security.jose.impl that implement DecryptionConfiguration Modifier and Type Class Description classBasicDecryptionConfigurationBasic implementation ofDecryptionConfigurationfor handling JWEs.
-