Uses of Class
org.opensaml.xmlsec.context.SecurityParametersContext
Packages that use SecurityParametersContext
Package
Description
Implementations of general profile actions.
Implementation of SAML binding-level functionality, such as MessageHandlers.
Actions and classes common to both SAML versions.
Implementations of SAML 2.0 profile behavior.
Message context classes for XML Security.
Message handlers for XML Security functionality.
-
Uses of SecurityParametersContext in org.opensaml.profile.action.impl
Fields in org.opensaml.profile.action.impl with type parameters of type SecurityParametersContextModifier and TypeFieldDescriptionPopulateDecryptionParameters.securityParametersContextLookupStrategyStrategy used to look up theSecurityParametersContextto set the parameters for.PopulateSignatureValidationParameters.securityParametersContextLookupStrategyStrategy used to look up theSecurityParametersContextto set the parameters for.Method parameters in org.opensaml.profile.action.impl with type arguments of type SecurityParametersContextModifier and TypeMethodDescriptionvoidPopulateDecryptionParameters.setSecurityParametersContextLookupStrategy(Function<ProfileRequestContext, SecurityParametersContext> strategy) Set the strategy used to look up theSecurityParametersContextto set the parameters for.voidPopulateSignatureValidationParameters.setSecurityParametersContextLookupStrategy(Function<ProfileRequestContext, SecurityParametersContext> strategy) Set the strategy used to look up theSecurityParametersContextto set the parameters for. -
Uses of SecurityParametersContext in org.opensaml.saml.common.binding.impl
Fields in org.opensaml.saml.common.binding.impl with type parameters of type SecurityParametersContextModifier and TypeFieldDescriptionPopulateSignatureSigningParametersHandler.existingParametersContextLookupStrategyStrategy used to look up an existingSecurityParametersContextto copy.PopulateSignatureSigningParametersHandler.securityParametersContextLookupStrategyStrategy used to look up theSecurityParametersContextto set the parameters for.Method parameters in org.opensaml.saml.common.binding.impl with type arguments of type SecurityParametersContextModifier and TypeMethodDescriptionvoidPopulateSignatureSigningParametersHandler.setExistingParametersContextLookupStrategy(Function<MessageContext, SecurityParametersContext> strategy) Set the strategy used to look up an existingSecurityParametersContextto copy instead of actually resolving the parameters to set.voidPopulateSignatureSigningParametersHandler.setSecurityParametersContextLookupStrategy(Function<MessageContext, SecurityParametersContext> strategy) Set the strategy used to look up theSecurityParametersContextto set the parameters for. -
Uses of SecurityParametersContext in org.opensaml.saml.common.profile.impl
Fields in org.opensaml.saml.common.profile.impl with type parameters of type SecurityParametersContextModifier and TypeFieldDescriptionPopulateSignatureSigningParameters.existingParametersContextLookupStrategyStrategy used to look up an existingSecurityParametersContextto copy.PopulateSignatureSigningParameters.securityParametersContextLookupStrategyStrategy used to look up theSecurityParametersContextto set the parameters for.SignAssertions.securityParametersLookupStrategyStrategy used to locate theSecurityParametersContextto use for signing.Method parameters in org.opensaml.saml.common.profile.impl with type arguments of type SecurityParametersContextModifier and TypeMethodDescriptionvoidPopulateSignatureSigningParameters.setExistingParametersContextLookupStrategy(Function<ProfileRequestContext, SecurityParametersContext> strategy) Set the strategy used to look up an existingSecurityParametersContextto copy instead of actually resolving the parameters to set.voidPopulateSignatureSigningParameters.setSecurityParametersContextLookupStrategy(Function<ProfileRequestContext, SecurityParametersContext> strategy) Set the strategy used to look up theSecurityParametersContextto set the parameters for.voidSignAssertions.setSecurityParametersLookupStrategy(Function<ProfileRequestContext, SecurityParametersContext> strategy) Set the strategy used to locate theSecurityParametersContextto use. -
Uses of SecurityParametersContext in org.opensaml.saml.saml2.profile.impl
Fields in org.opensaml.saml.saml2.profile.impl with type parameters of type SecurityParametersContextModifier and TypeFieldDescriptionDefaultAssertionValidationContextBuilder.securityParametersLookupStrategyResolver for security parameters context.AbstractDecryptAction.securityParamsLookupStrategyStrategy used to locate theSecurityParametersContext.Methods in org.opensaml.saml.saml2.profile.impl that return types with arguments of type SecurityParametersContextModifier and TypeMethodDescriptionDefaultAssertionValidationContextBuilder.getSecurityParametersLookupStrategy()Get the strategy by which to resolve aSecurityParametersContext.Method parameters in org.opensaml.saml.saml2.profile.impl with type arguments of type SecurityParametersContextModifier and TypeMethodDescriptionvoidAbstractDecryptAction.setSecurityParametersContextLookupStrategy(Function<ProfileRequestContext, SecurityParametersContext> strategy) Set the strategy used to locate theSecurityParametersContextassociated with a givenProfileRequestContext.voidDefaultAssertionValidationContextBuilder.setSecurityParametersLookupStrategy(Function<ProfileRequestContext, SecurityParametersContext> strategy) Set the strategy by which to resolve aSecurityParametersContext. -
Uses of SecurityParametersContext in org.opensaml.xmlsec.context
Methods in org.opensaml.xmlsec.context that return SecurityParametersContextModifier and TypeMethodDescriptionSecurityParametersContext.setDecryptionParameters(DecryptionParameters params) Set the parameters to use for XML decryption operations.SecurityParametersContext.setEncryptionParameters(EncryptionParameters params) Set the parameters to use for XML encryption operations.SecurityParametersContext.setSignatureSigningParameters(SignatureSigningParameters params) Set the parameters to use for XML signature signing operations.SecurityParametersContext.setSignatureValidationParameters(SignatureValidationParameters params) Set the parameters to use for XML signature validation operations. -
Uses of SecurityParametersContext in org.opensaml.xmlsec.messaging.impl
Fields in org.opensaml.xmlsec.messaging.impl with type parameters of type SecurityParametersContextModifier and TypeFieldDescriptionPopulateSignatureValidationParametersHandler.securityParametersContextLookupStrategyStrategy used to look up theSecurityParametersContextto set the parameters for.Method parameters in org.opensaml.xmlsec.messaging.impl with type arguments of type SecurityParametersContextModifier and TypeMethodDescriptionvoidPopulateSignatureValidationParametersHandler.setSecurityParametersContextLookupStrategy(Function<MessageContext, SecurityParametersContext> strategy) Set the strategy used to look up theSecurityParametersContextto set the parameters for.