Uses of Class
org.opensaml.saml.common.messaging.context.ECPContext
Packages that use ECPContext
Package
Description
Context classes for SAML-based messaging function.
Implementations of SAML 2.0 profile behavior.
-
Uses of ECPContext in org.opensaml.saml.common.messaging.context
Methods in org.opensaml.saml.common.messaging.context that return ECPContextModifier and TypeMethodDescriptionECPContext.setRequestAuthenticated(boolean flag) Set whether the request from the SP was authenticated.ECPContext.setSessionKey(byte[] key) Set the session key generated for use by the client and IdP. -
Uses of ECPContext in org.opensaml.saml.saml2.profile.impl
Fields in org.opensaml.saml.saml2.profile.impl declared as ECPContextModifier and TypeFieldDescriptionprivate ECPContextAddGeneratedKeyToAssertions.ecpContextECPContext to read from.Fields in org.opensaml.saml.saml2.profile.impl with type parameters of type ECPContextModifier and TypeFieldDescriptionprivate Function<ProfileRequestContext,ECPContext> PopulateECPContext.ecpContextCreationStrategyStrategy used to locate theECPContextto populate.private Function<ProfileRequestContext,ECPContext> AddGeneratedKeyToAssertions.ecpContextLookupStrategyStrategy used to locate theECPContextto operate on.Method parameters in org.opensaml.saml.saml2.profile.impl with type arguments of type ECPContextModifier and TypeMethodDescriptionvoidPopulateECPContext.setECPContextCreationStrategy(Function<ProfileRequestContext, ECPContext> strategy) Set the strategy used to locate theECPContextto operate on.voidAddGeneratedKeyToAssertions.setECPContextLookupStrategy(Function<ProfileRequestContext, ECPContext> strategy) Set the strategy used to locate theECPContextto operate on.