Uses of Class
org.opensaml.saml.saml2.profile.context.EncryptionContext
-
Packages that use EncryptionContext Package Description org.opensaml.saml.saml2.profile.context Context classes supporting SAML 2 profile behavior.org.opensaml.saml.saml2.profile.impl 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 EncryptionContext Modifier and Type Method Description EncryptionContextEncryptionContext. setAssertionEncryptionParameters(EncryptionParameters params)Set the encryption parameters to use for encryption of assertions.EncryptionContextEncryptionContext. setAttributeEncryptionParameters(EncryptionParameters params)Set the encryption parameters to use for encryption of attributes.EncryptionContextEncryptionContext. 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 EncryptionContext Modifier and Type Field Description private Function<ProfileRequestContext,EncryptionContext>PopulateECPContext. encryptionContextLookupStrategyStrategy used to locate theEncryptionContext.private Function<ProfileRequestContext,EncryptionContext>AbstractEncryptAction. encryptionCtxLookupStrategyStrategy used to locate theEncryptionContext.Methods in org.opensaml.saml.saml2.profile.impl with parameters of type EncryptionContext Modifier and Type Method Description protected 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 EncryptionContext Modifier and Type Method Description voidAbstractEncryptAction. 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.
-