Uses of Class
org.opensaml.xmlsec.context.SecurityParametersContext
-
Packages that use SecurityParametersContext Package Description org.opensaml.profile.action.impl Implementations of general profile actions.org.opensaml.saml.common.binding.impl Implementation of SAML binding-level functionality, such as MessageHandlers.org.opensaml.saml.common.profile.impl Actions and classes common to both SAML versions.org.opensaml.saml.saml2.profile.impl Implementations of SAML 2.0 profile behavior.org.opensaml.xmlsec.context Message context classes for XML Security.org.opensaml.xmlsec.messaging.impl -
-
Uses of SecurityParametersContext in org.opensaml.profile.action.impl
Fields in org.opensaml.profile.action.impl with type parameters of type SecurityParametersContext Modifier and Type Field Description private Function<ProfileRequestContext,SecurityParametersContext>PopulateDecryptionParameters. securityParametersContextLookupStrategyStrategy used to look up theSecurityParametersContextto set the parameters for.private Function<ProfileRequestContext,SecurityParametersContext>PopulateSignatureValidationParameters. securityParametersContextLookupStrategyStrategy used to look up theSecurityParametersContextto set the parameters for.Method parameters in org.opensaml.profile.action.impl with type arguments of type SecurityParametersContext Modifier and Type Method Description voidPopulateDecryptionParameters. 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 SecurityParametersContext Modifier and Type Field Description private Function<MessageContext,SecurityParametersContext>PopulateSignatureSigningParametersHandler. existingParametersContextLookupStrategyStrategy used to look up an existingSecurityParametersContextto copy.private Function<MessageContext,SecurityParametersContext>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 SecurityParametersContext Modifier and Type Method Description voidPopulateSignatureSigningParametersHandler. 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 SecurityParametersContext Modifier and Type Field Description private Function<ProfileRequestContext,SecurityParametersContext>PopulateSignatureSigningParameters. existingParametersContextLookupStrategyStrategy used to look up an existingSecurityParametersContextto copy.private Function<ProfileRequestContext,SecurityParametersContext>PopulateSignatureSigningParameters. securityParametersContextLookupStrategyStrategy used to look up theSecurityParametersContextto set the parameters for.private Function<ProfileRequestContext,SecurityParametersContext>SignAssertions. securityParametersLookupStrategyStrategy used to locate theSecurityParametersContextto use for signing.Method parameters in org.opensaml.saml.common.profile.impl with type arguments of type SecurityParametersContext Modifier and Type Method Description voidPopulateSignatureSigningParameters. 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 SecurityParametersContext Modifier and Type Field Description private Function<ProfileRequestContext,SecurityParametersContext>DefaultAssertionValidationContextBuilder. securityParametersLookupStrategyResolver for security parameters context.private Function<ProfileRequestContext,SecurityParametersContext>AbstractDecryptAction. securityParamsLookupStrategyStrategy used to locate theSecurityParametersContext.Methods in org.opensaml.saml.saml2.profile.impl that return types with arguments of type SecurityParametersContext Modifier and Type Method Description Function<ProfileRequestContext,SecurityParametersContext>DefaultAssertionValidationContextBuilder. getSecurityParametersLookupStrategy()Get the strategy by which to resolve aSecurityParametersContext.Method parameters in org.opensaml.saml.saml2.profile.impl with type arguments of type SecurityParametersContext Modifier and Type Method Description voidAbstractDecryptAction. 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 SecurityParametersContext Modifier and Type Method Description SecurityParametersContextSecurityParametersContext. setDecryptionParameters(DecryptionParameters params)Set the parameters to use for XML decryption operations.SecurityParametersContextSecurityParametersContext. setEncryptionParameters(EncryptionParameters params)Set the parameters to use for XML encryption operations.SecurityParametersContextSecurityParametersContext. setSignatureSigningParameters(SignatureSigningParameters params)Set the parameters to use for XML signature signing operations.SecurityParametersContextSecurityParametersContext. 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 SecurityParametersContext Modifier and Type Field Description private Function<MessageContext,SecurityParametersContext>PopulateSignatureValidationParametersHandler. securityParametersContextLookupStrategyStrategy used to look up theSecurityParametersContextto set the parameters for.Method parameters in org.opensaml.xmlsec.messaging.impl with type arguments of type SecurityParametersContext Modifier and Type Method Description voidPopulateSignatureValidationParametersHandler. setSecurityParametersContextLookupStrategy(Function<MessageContext,SecurityParametersContext> strategy)Set the strategy used to look up theSecurityParametersContextto set the parameters for.
-