Class AddDelegationPolicyToAssertion

    • Field Detail

      • DEFAULT_POLICY_MAX_CHAIN_LENGTH

        @Nonnull
        public static final Long DEFAULT_POLICY_MAX_CHAIN_LENGTH
        Default policy max chain length, when can't otherwise be derived.
      • log

        @Nonnull
        private org.slf4j.Logger log
        Logger.
      • assertion

        @Nullable
        private Assertion assertion
        The assertion to modify.
      • attestedAssertion

        @Nullable
        private Assertion attestedAssertion
        The inbound delegated Assertion that was attested.
      • maxChainLength

        @Nullable
        private Long maxChainLength
        The max token delegation chain length value to add.
    • Constructor Detail

      • AddDelegationPolicyToAssertion

        public AddDelegationPolicyToAssertion()
        Constructor.