Class DefaultRequestMaxAgeLookupFunction

    • Field Detail

      • log

        @Nonnull
        private org.slf4j.Logger log
        Class logger.
    • Constructor Detail

      • DefaultRequestMaxAgeLookupFunction

        public DefaultRequestMaxAgeLookupFunction()
    • Method Detail

      • doLookup

        protected Duration doLookup​(@Nonnull
                                    com.nimbusds.openid.connect.sdk.AuthenticationRequest req)
        Implemented to perform the actual lookup from OIDC authentication request.
        Specified by:
        doLookup in class AbstractAuthenticationRequestLookupFunction<Duration>
        Parameters:
        req - authentication request to perform the lookup from.
        Returns:
        lookup value.