Uses of Interface
net.shibboleth.oidc.security.jose.EncryptionConfiguration
Packages that use EncryptionConfiguration
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 EncryptionConfiguration in net.shibboleth.oidc.profile.config
Fields in net.shibboleth.oidc.profile.config declared as EncryptionConfigurationModifier and TypeFieldDescriptionprivate EncryptionConfigurationJSONSecurityConfiguration.jwtEncryptConfigConfiguration used when encrypting JWE tokens.Methods in net.shibboleth.oidc.profile.config that return EncryptionConfigurationModifier and TypeMethodDescriptionJSONSecurityConfiguration.getJwtEncryptionConfiguration()Get the configuration used when encrypting JWE tokens.Methods in net.shibboleth.oidc.profile.config with parameters of type EncryptionConfigurationModifier and TypeMethodDescriptionvoidJSONSecurityConfiguration.setJwtEncryptionConfiguration(EncryptionConfiguration config) Set the configuration used to encrypt JWE tokens. -
Uses of EncryptionConfiguration in net.shibboleth.oidc.profile.impl
Fields in net.shibboleth.oidc.profile.impl with type parameters of type EncryptionConfigurationModifier and TypeFieldDescriptionPopulateJWTEncryptionParameters.configurationLookupStrategyStrategy used to look up a per-requestEncryptionConfigurationlist.Method parameters in net.shibboleth.oidc.profile.impl with type arguments of type EncryptionConfigurationModifier and TypeMethodDescriptionprivate CriteriaSetPopulateJWTEncryptionParameters.buildCriteriaSet(ProfileRequestContext profileRequestContext, List<EncryptionConfiguration> encryptionConfigurations) Build the criteria used as input to theEncryptionParametersResolver.voidPopulateJWTEncryptionParameters.setConfigurationLookupStrategy(Function<ProfileRequestContext, List<EncryptionConfiguration>> strategy) Set the strategy used to look up a per-requestEncryptionConfigurationlist. -
Uses of EncryptionConfiguration in net.shibboleth.oidc.security.jose.criterion
Fields in net.shibboleth.oidc.security.jose.criterion with type parameters of type EncryptionConfigurationModifier and TypeFieldDescriptionprivate final List<EncryptionConfiguration>EncryptionConfigurationCriterion.configsThe list of configuration instances.Methods in net.shibboleth.oidc.security.jose.criterion that return types with arguments of type EncryptionConfigurationModifier and TypeMethodDescriptionEncryptionConfigurationCriterion.getConfigurations()Get the list of configuration instances.Constructors in net.shibboleth.oidc.security.jose.criterion with parameters of type EncryptionConfigurationModifierConstructorDescriptionEncryptionConfigurationCriterion(EncryptionConfiguration... configurations) Constructor.Constructor parameters in net.shibboleth.oidc.security.jose.criterion with type arguments of type EncryptionConfigurationModifierConstructorDescriptionEncryptionConfigurationCriterion(List<EncryptionConfiguration> configurations) Constructor. -
Uses of EncryptionConfiguration in net.shibboleth.oidc.security.jose.impl
Classes in net.shibboleth.oidc.security.jose.impl that implement EncryptionConfigurationModifier and TypeClassDescriptionclassBasic implementation ofEncryptionConfigurationfor handling JWE encryption.