Uses of Class
org.opensaml.saml.saml2.profile.context.EncryptionContext
Packages that use EncryptionContext
Package
Description
Context classes supporting SAML 2 profiles.
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.encryptionContextLookupStrategyStrategy used to locate theEncryptionContext.AbstractEncryptAction.encryptionCtxLookupStrategyStrategy used to locate theEncryptionContext.Methods in org.opensaml.saml.saml2.profile.impl with parameters of type EncryptionContextModifier and TypeMethodDescriptionprotected abstract EncryptionParametersAbstractEncryptAction.getApplicableParameters(EncryptionContext ctx) Return the right set of parameters for the operation to be performed, or none if no encryption should occur.protected EncryptionParametersEncryptAssertions.getApplicableParameters(EncryptionContext ctx) Return the right set of parameters for the operation to be performed, or none if no encryption should occur.protected EncryptionParametersEncryptAttributes.getApplicableParameters(EncryptionContext ctx) Return the right set of parameters for the operation to be performed, or none if no encryption should occur.protected EncryptionParametersEncryptNameIDs.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 TypeMethodDescriptionvoidAbstractEncryptAction.setEncryptionContextLookupStrategy(Function<ProfileRequestContext, EncryptionContext> strategy) Set the strategy used to locate theEncryptionContextassociated with a givenProfileRequestContext.voidPopulateECPContext.setEncryptionContextLookupStrategy(Function<ProfileRequestContext, EncryptionContext> strategy) Set the strategy used to locate theEncryptionContext.