Class DefaultChainRevocationLifetimeLookupStrategy

  • All Implemented Interfaces:
    Function<ProfileRequestContext,​Duration>, ContextDataLookupFunction<ProfileRequestContext,​Duration>

    public class DefaultChainRevocationLifetimeLookupStrategy
    extends net.shibboleth.oidc.profile.config.navigate.RevocationLifetimeLookupFunction
    Default lookup function for fetching the chain revocation lifetime. This inherits the functionality of RevocationLifetimeLookupFunction but also adds the configurable clock skew value and additional 5 minutes to the returned value.
    • Field Detail

      • log

        @Nonnull
        private final org.slf4j.Logger log
        Class logger.
      • clockSkew

        @Nonnull
        private Duration clockSkew
        Positive clock skew adjustment to consider when calculating revocation lifetime.
    • Constructor Detail

      • DefaultChainRevocationLifetimeLookupStrategy

        public DefaultChainRevocationLifetimeLookupStrategy()
        Constructor.