Uses of Class
org.opensaml.saml.saml2.profile.context.EncryptionContext
Packages that use EncryptionContext
Package
Description
Context classes supporting SAML 2 profile behavior.
Implementations of SAML 2.0 profile behavior.
-
Uses of EncryptionContext in org.opensaml.saml.saml2.profile.context
Methods in org.opensaml.saml.saml2.profile.context that return EncryptionContextModifier and TypeMethodDescriptionEncryptionContext.setAssertionEncryptionParameters
(EncryptionParameters params) Set the encryption parameters to use for encryption of assertions.EncryptionContext.setAttributeEncryptionParameters
(EncryptionParameters params) Set the encryption parameters to use for encryption of attributes.EncryptionContext.setIdentifierEncryptionParameters
(EncryptionParameters params) Set the encryption parameters to use for encryption of identifiers. -
Uses of EncryptionContext in org.opensaml.saml.saml2.profile.impl
Fields in org.opensaml.saml.saml2.profile.impl with type parameters of type EncryptionContextModifier and TypeFieldDescriptionPopulateECPContext.encryptionContextLookupStrategy
Strategy used to locate theEncryptionContext
.AbstractEncryptAction.encryptionCtxLookupStrategy
Strategy used to locate theEncryptionContext
.Methods in org.opensaml.saml.saml2.profile.impl with parameters of type EncryptionContextModifier and TypeMethodDescriptionprotected abstract EncryptionParameters
AbstractEncryptAction.getApplicableParameters
(EncryptionContext ctx) Return the right set of parameters for the operation to be performed, or none if no encryption should occur.protected EncryptionParameters
EncryptAssertions.getApplicableParameters
(EncryptionContext ctx) Return the right set of parameters for the operation to be performed, or none if no encryption should occur.protected EncryptionParameters
EncryptAttributes.getApplicableParameters
(EncryptionContext ctx) Return the right set of parameters for the operation to be performed, or none if no encryption should occur.protected EncryptionParameters
EncryptNameIDs.getApplicableParameters
(EncryptionContext ctx) Return the right set of parameters for the operation to be performed, or none if no encryption should occur.Method parameters in org.opensaml.saml.saml2.profile.impl with type arguments of type EncryptionContextModifier and TypeMethodDescriptionvoid
AbstractEncryptAction.setEncryptionContextLookupStrategy
(Function<ProfileRequestContext, EncryptionContext> strategy) Set the strategy used to locate theEncryptionContext
associated with a givenProfileRequestContext
.void
PopulateECPContext.setEncryptionContextLookupStrategy
(Function<ProfileRequestContext, EncryptionContext> strategy) Set the strategy used to locate theEncryptionContext
.