Class AuthenticationRequestNonceClaimLookupStrategy

    • Field Detail

      • authenticationRequestLookupStrategy

        @Nonnull
        private final Function<ProfileRequestContext,​net.shibboleth.oidc.profile.core.OIDCAuthenticationRequest> authenticationRequestLookupStrategy
        The strategy used to lookup the authentication request.
    • Constructor Detail

      • AuthenticationRequestNonceClaimLookupStrategy

        public AuthenticationRequestNonceClaimLookupStrategy​(@Nonnull
                                                             Function<ProfileRequestContext,​net.shibboleth.oidc.profile.core.OIDCAuthenticationRequest> strategy)
        Constructor.
        Parameters:
        strategy - the lookup strategy to use
      • AuthenticationRequestNonceClaimLookupStrategy

        public AuthenticationRequestNonceClaimLookupStrategy()
        Constructor.