Uses of Class
net.shibboleth.sp.saml.saml2.context.ECPOptionsContext
Packages that use ECPOptionsContext
Package
Description
Context classes for SAML SP support.
Profile actions and classes for SAML 2.0 profile flows.
-
Uses of ECPOptionsContext in net.shibboleth.sp.saml.saml2.context
Methods in net.shibboleth.sp.saml.saml2.context that return ECPOptionsContextModifier and TypeMethodDescriptionECPOptionsContext.setChannelBinding(boolean flag) Sets the status of the channel-binding option in the client's request.ECPOptionsContext.setDelegation(boolean flag) Sets the status of the delegation option in the client's request.ECPOptionsContext.setHolderOfKey(boolean flag) Sets the status of the holder-of-key option in the client's request.ECPOptionsContext.setWantAuthnRequestsSigned(boolean flag) Sets the status of the WantAuthnRequestsSigned option in the client's request. -
Uses of ECPOptionsContext in net.shibboleth.sp.saml.saml2.profile.impl
Fields in net.shibboleth.sp.saml.saml2.profile.impl with type parameters of type ECPOptionsContextModifier and TypeFieldDescriptionParseECPOptions.ecpOptionsContextCreationStrategyStrategy used to create theECPOptionsContextto populate.Method parameters in net.shibboleth.sp.saml.saml2.profile.impl with type arguments of type ECPOptionsContextModifier and TypeMethodDescriptionvoidParseECPOptions.setOptionsContextCreationStrategy(Function<ProfileRequestContext, ECPOptionsContext> strategy) Sets the strategy used to create theECPOptionsContext.