Class AuthenticationRequestTimeLookupFunction

    • Field Detail

      • log

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

        @Nonnull
        private Function<ProfileRequestContext,​net.shibboleth.oidc.profile.core.OIDCAuthenticationRequest> authenticationRequestLookupStrategy
        Strategy used to locate the OIDCAuthenticationRequest. Defaults to the outbound message context of the PRC.
    • Constructor Detail

      • AuthenticationRequestTimeLookupFunction

        public AuthenticationRequestTimeLookupFunction()
        Constructor.