Uses of Interface
net.shibboleth.oidc.security.jose.EncryptionConfiguration
-
Packages that use EncryptionConfiguration 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 EncryptionConfiguration in net.shibboleth.oidc.profile.config
Fields in net.shibboleth.oidc.profile.config declared as EncryptionConfiguration Modifier and Type Field Description private EncryptionConfigurationJSONSecurityConfiguration. jwtEncryptConfigConfiguration used when encrypting JWE tokens.Methods in net.shibboleth.oidc.profile.config that return EncryptionConfiguration Modifier and Type Method Description EncryptionConfigurationJSONSecurityConfiguration. getJwtEncryptionConfiguration()Get the configuration used when encrypting JWE tokens.Methods in net.shibboleth.oidc.profile.config with parameters of type EncryptionConfiguration Modifier and Type Method Description voidJSONSecurityConfiguration. setJwtEncryptionConfiguration(EncryptionConfiguration config)Set the configuration used to encrypt JWE tokens. -
Uses of EncryptionConfiguration in net.shibboleth.oidc.profile.config.navigate
Methods in net.shibboleth.oidc.profile.config.navigate that return types with arguments of type EncryptionConfiguration Modifier and Type Method Description List<EncryptionConfiguration>JWTEncryptionConfigurationLookupFunction. apply(ProfileRequestContext input) -
Uses of EncryptionConfiguration in net.shibboleth.oidc.profile.impl
Fields in net.shibboleth.oidc.profile.impl with type parameters of type EncryptionConfiguration Modifier and Type Field Description private Function<ProfileRequestContext,List<EncryptionConfiguration>>PopulateJWTEncryptionParameters. configurationLookupStrategyStrategy used to look up a per-requestEncryptionConfigurationlist.private List<EncryptionConfiguration>PopulateJWTEncryptionParameters. encryptionConfigurationsActive configurations to feed into resolver.Method parameters in net.shibboleth.oidc.profile.impl with type arguments of type EncryptionConfiguration Modifier and Type Method Description 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 EncryptionConfiguration Modifier and Type Field Description private List<EncryptionConfiguration>EncryptionConfigurationCriterion. configsThe list of configuration instances.Methods in net.shibboleth.oidc.security.jose.criterion that return types with arguments of type EncryptionConfiguration Modifier and Type Method Description List<EncryptionConfiguration>EncryptionConfigurationCriterion. getConfigurations()Get the list of configuration instances.Constructors in net.shibboleth.oidc.security.jose.criterion with parameters of type EncryptionConfiguration Constructor Description EncryptionConfigurationCriterion(EncryptionConfiguration... configurations)Constructor.Constructor parameters in net.shibboleth.oidc.security.jose.criterion with type arguments of type EncryptionConfiguration Constructor Description EncryptionConfigurationCriterion(List<EncryptionConfiguration> configurations)Constructor. -
Uses of EncryptionConfiguration in net.shibboleth.oidc.security.jose.impl
Classes in net.shibboleth.oidc.security.jose.impl that implement EncryptionConfiguration Modifier and Type Class Description classBasicEncryptionConfigurationBasic implementation ofEncryptionConfigurationfor handling JWE encryption.
-