Uses of Class
net.shibboleth.idp.saml.saml2.profile.delegation.DelegationContext
-
Packages that use DelegationContext Package Description net.shibboleth.idp.saml.saml2.profile.delegation Profile processing components related to SAML 2 delegation.net.shibboleth.idp.saml.saml2.profile.delegation.impl 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 DelegationContext Modifier and Type Field Description private Function<ProfileRequestContext,DelegationContext>IssuingDelegatedAssertionPredicate. delegationContextLookupStrategyStrategy used to lookup theDelegationContext.Method parameters in net.shibboleth.idp.saml.saml2.profile.delegation with type arguments of type DelegationContext Modifier and Type Method Description voidIssuingDelegatedAssertionPredicate. 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 DelegationContext Modifier and Type Field Description private DelegationContextDecorateDelegatedAssertion. delegationContextThe delegation context instance to be populated.Fields in net.shibboleth.idp.saml.saml2.profile.delegation.impl with type parameters of type DelegationContext Modifier and Type Field Description private Function<ProfileRequestContext,DelegationContext>DecorateDelegatedAssertion. delegationContextLookupStrategyStrategy used to lookup theDelegationContext.private Function<ProfileRequestContext,DelegationContext>PopulateDelegationContext. delegationContextLookupStrategyStrategy used to lookup theDelegationContext.Method parameters in net.shibboleth.idp.saml.saml2.profile.delegation.impl with type arguments of type DelegationContext Modifier and Type Method Description voidDecorateDelegatedAssertion. 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.
-