Class EvaluateDelegationPolicy.PolicyMaxChainLengthStrategy
- java.lang.Object
-
- net.shibboleth.idp.saml.saml2.profile.delegation.impl.EvaluateDelegationPolicy.PolicyMaxChainLengthStrategy
-
- All Implemented Interfaces:
Function<ProfileRequestContext,Long>
- Enclosing class:
- EvaluateDelegationPolicy
public class EvaluateDelegationPolicy.PolicyMaxChainLengthStrategy extends Object implements Function<ProfileRequestContext,Long>
Default strategy used to resolve the policy maximum token delegation chain length.This strategy evaluates the extension element value
DelegationPolicy.getMaximumTokenDelegationChainLength()present in theAdviceof the presentedAssertiontoken.
-
-
Constructor Summary
Constructors Constructor Description PolicyMaxChainLengthStrategy()
-
-
-
Method Detail
-
apply
@Nullable public Long apply(@Nullable ProfileRequestContext input)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,Long>
-
-