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. -
-
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.
-