Uses of Class
net.shibboleth.oidc.security.jose.context.SecurityParametersContext
Packages that use SecurityParametersContext
Package
Description
OIDC profile implementation classes.
Utility classes for security related functions.
JOSE security contexts .
-
Uses of SecurityParametersContext in net.shibboleth.oidc.profile.impl
Fields in net.shibboleth.oidc.profile.impl declared as SecurityParametersContextModifier and TypeFieldDescriptionprivate SecurityParametersContextPopulateJWTEncryptionParameters.encryptionContextContext to populate.Fields in net.shibboleth.oidc.profile.impl with type parameters of type SecurityParametersContextModifier and TypeFieldDescriptionPopulateJWTSignatureSigningParameters.existingParametersContextLookupStrategyStrategy used to look up an existingSecurityParametersContextto copy.PopulateJWTSignatureSigningParametersHandler.existingParametersContextLookupStrategyStrategy used to look up an existingSecurityParametersContextto copy.PopulateJWTDecryptionParameters.securityParametersContextLookupStrategyStrategy used to look up theSecurityParametersContextto set the parameters for.PopulateJWTEncryptionParameters.securityParametersContextLookupStrategyStrategy used to look up theSecurityParametersContextto extract parameters from.PopulateJWTSignatureSigningParameters.securityParametersContextLookupStrategyStrategy used to look up theSecurityParametersContextto set the parameters for.PopulateJWTSignatureSigningParametersHandler.securityParametersContextLookupStrategyStrategy used to look up theSecurityParametersContextto set the parameters for.PopulateJWTSignatureValidationParameters.securityParametersContextLookupStrategyStrategy used to look up theSecurityParametersContextto set the parameters for.PopulateJWTSignatureValidationParametersHandler.securityParametersContextLookupStrategyStrategy used to look up theSecurityParametersContextto set the parameters for.Method parameters in net.shibboleth.oidc.profile.impl with type arguments of type SecurityParametersContextModifier and TypeMethodDescriptionvoidPopulateJWTSignatureSigningParameters.setExistingParametersContextLookupStrategy(Function<ProfileRequestContext, SecurityParametersContext> strategy) Set the strategy used to look up an existingSecurityParametersContextto copy instead of actually resolving the parameters to set.voidPopulateJWTSignatureSigningParametersHandler.setExistingParametersContextLookupStrategy(Function<MessageContext, SecurityParametersContext> strategy) Set the strategy used to look up an existingSecurityParametersContextto copy instead of actually resolving the parameters to set.voidPopulateJWTDecryptionParameters.setSecurityParametersContextLookupStrategy(Function<ProfileRequestContext, SecurityParametersContext> strategy) Set the strategy used to look up theSecurityParametersContextto set the parameters for.voidPopulateJWTEncryptionParameters.setSecurityParametersContextLookupStrategy(Function<ProfileRequestContext, SecurityParametersContext> strategy) Set the lookup strategy to locate the security parameters context.voidPopulateJWTSignatureSigningParameters.setSecurityParametersContextLookupStrategy(Function<ProfileRequestContext, SecurityParametersContext> strategy) Set the strategy used to look up theSecurityParametersContextto set the parameters for.voidPopulateJWTSignatureSigningParametersHandler.setSecurityParametersContextLookupStrategy(Function<MessageContext, SecurityParametersContext> strategy) Set the strategy used to look up theSecurityParametersContextto set the parameters for.voidPopulateJWTSignatureValidationParameters.setSecurityParametersContextLookupStrategy(Function<ProfileRequestContext, SecurityParametersContext> strategy) Set the strategy used to look up theSecurityParametersContextto set the parameters for.voidPopulateJWTSignatureValidationParametersHandler.setSecurityParametersContextLookupStrategy(Function<MessageContext, SecurityParametersContext> strategy) Set the strategy used to look up theSecurityParametersContextto set the parameters for. -
Uses of SecurityParametersContext in net.shibboleth.oidc.security.impl
Fields in net.shibboleth.oidc.security.impl with type parameters of type SecurityParametersContextModifier and TypeFieldDescriptionBaseJWTSignatureSecurityHandler.securityParametersContextLookupStrategyStrategy used to look up theSecurityParametersContext.EncryptJWTHandler.securityParametersLookupStrategyStrategy used to locate theSecurityParametersContextto use for signing.SignJWTHandler.securityParametersLookupStrategyStrategy used to locate theSecurityParametersContextto use for signing.DecryptJWE.securityParamsLookupStrategyStrategy used to locate theSecurityParametersContext.Method parameters in net.shibboleth.oidc.security.impl with type arguments of type SecurityParametersContextModifier and TypeMethodDescriptionvoidBaseJWTSignatureSecurityHandler.setSecurityParametersContextLookupStrategy(Function<MessageContext, SecurityParametersContext> strategy) Set the strategy used to look up theSecurityParametersContextto set the parameters for.voidDecryptJWE.setSecurityParametersContextLookupStrategy(Function<ProfileRequestContext, SecurityParametersContext> strategy) Set the strategy used to locate theSecurityParametersContextassociated with a givenProfileRequestContext.voidEncryptJWTHandler.setSecurityParametersLookupStrategy(Function<MessageContext, SecurityParametersContext> strategy) Set the strategy used to locate theSecurityParametersContextto use.voidSignJWTHandler.setSecurityParametersLookupStrategy(Function<MessageContext, SecurityParametersContext> strategy) Set the strategy used to locate theSecurityParametersContextto use. -
Uses of SecurityParametersContext in net.shibboleth.oidc.security.jose.context
Methods in net.shibboleth.oidc.security.jose.context that return SecurityParametersContextModifier and TypeMethodDescriptionSecurityParametersContext.setDecryptionParameters(DecryptionParameters params) Set the parameters to use for decryption operations.SecurityParametersContext.setEncryptionParameters(EncryptionParameters params) Set the parameters to use for encryption operations.SecurityParametersContext.setSignatureSigningParameters(SignatureSigningParameters params) Set the parameters to use for signature signing operations.SecurityParametersContext.setSignatureValidationParameters(SignatureValidationParameters params) Set the parameters to use for signature validation operations.