Uses of Class
net.shibboleth.idp.saml.saml2.profile.delegation.DelegationContext
Packages that use DelegationContext
Package
Description
Profile processing components related to SAML 2 delegation.
Profile processing components related to SAML 2 delegation.
-
Uses of DelegationContext in net.shibboleth.idp.saml.saml2.profile.delegation
Fields in net.shibboleth.idp.saml.saml2.profile.delegation with type parameters of type DelegationContextModifier and TypeFieldDescriptionIssuingDelegatedAssertionPredicate.delegationContextLookupStrategyStrategy used to lookup theDelegationContext.Method parameters in net.shibboleth.idp.saml.saml2.profile.delegation with type arguments of type DelegationContextModifier and TypeMethodDescriptionvoidIssuingDelegatedAssertionPredicate.setDelegationContextLookupStrategy(Function<ProfileRequestContext, DelegationContext> strategy) Set the strategy used to locate the currentDelegationContext. -
Uses of DelegationContext in net.shibboleth.idp.saml.saml2.profile.delegation.impl
Fields in net.shibboleth.idp.saml.saml2.profile.delegation.impl declared as DelegationContextModifier and TypeFieldDescriptionprivate DelegationContextDecorateDelegatedAssertion.delegationContextThe delegation context instance to be populated.Fields in net.shibboleth.idp.saml.saml2.profile.delegation.impl with type parameters of type DelegationContextModifier and TypeFieldDescriptionDecorateDelegatedAssertion.delegationContextLookupStrategyStrategy used to lookup theDelegationContext.PopulateDelegationContext.delegationContextLookupStrategyStrategy used to lookup theDelegationContext.Method parameters in net.shibboleth.idp.saml.saml2.profile.delegation.impl with type arguments of type DelegationContextModifier and TypeMethodDescriptionvoidDecorateDelegatedAssertion.setDelegationContextLookupStrategy(Function<ProfileRequestContext, DelegationContext> strategy) Set the strategy used to locate the currentDelegationContext.voidPopulateDelegationContext.setDelegationContextLookupStrategy(Function<ProfileRequestContext, DelegationContext> strategy) Set the strategy used to locate the currentDelegationContext.