Uses of Class
net.shibboleth.oidc.security.jose.context.SecurityParametersContext
-
Packages that use SecurityParametersContext Package Description net.shibboleth.oidc.profile.impl OIDC profile implementation classes.net.shibboleth.oidc.security.impl Utility classes for security related functions.net.shibboleth.oidc.security.jose.context JOSE security contexts . -
-
Uses of SecurityParametersContext in net.shibboleth.oidc.profile.impl
Fields in net.shibboleth.oidc.profile.impl declared as SecurityParametersContext Modifier and Type Field Description private SecurityParametersContextPopulateJWTEncryptionParameters. encryptionContextContext to populate.Method parameters in net.shibboleth.oidc.profile.impl with type arguments of type SecurityParametersContext Modifier and Type Method Description voidPopulateJWTSignatureSigningParameters. 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 SecurityParametersContext Modifier and Type Field Description private Function<MessageContext,SecurityParametersContext>BaseJWTSignatureSecurityHandler. securityParametersContextLookupStrategyStrategy used to look up theSecurityParametersContext.private Function<MessageContext,SecurityParametersContext>EncryptJWTHandler. securityParametersLookupStrategyStrategy used to locate theSecurityParametersContextto use for signing.private Function<MessageContext,SecurityParametersContext>SignJWTHandler. securityParametersLookupStrategyStrategy used to locate theSecurityParametersContextto use for signing.private Function<ProfileRequestContext,SecurityParametersContext>DecryptJWE. securityParamsLookupStrategyStrategy used to locate theSecurityParametersContext.Method parameters in net.shibboleth.oidc.security.impl with type arguments of type SecurityParametersContext Modifier and Type Method Description voidBaseJWTSignatureSecurityHandler. 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 SecurityParametersContext Modifier and Type Method Description SecurityParametersContextSecurityParametersContext. setDecryptionParameters(DecryptionParameters params)Set the parameters to use for decryption operations.SecurityParametersContextSecurityParametersContext. setEncryptionParameters(EncryptionParameters params)Set the parameters to use for encryption operations.SecurityParametersContextSecurityParametersContext. setSignatureSigningParameters(SignatureSigningParameters params)Set the parameters to use for signature signing operations.SecurityParametersContextSecurityParametersContext. setSignatureValidationParameters(SignatureValidationParameters params)Set the parameters to use for signature validation operations.
-