Class AbstractRelyingPartyLookupFunction<ResultType>

    • Field Detail

      • relyingPartyContextLookupStrategy

        @Nonnull
        private Function<org.opensaml.profile.context.ProfileRequestContext,​RelyingPartyContext> relyingPartyContextLookupStrategy
        Strategy used to locate the RelyingPartyContext associated with a given ProfileRequestContext.
    • Constructor Detail

      • AbstractRelyingPartyLookupFunction

        public AbstractRelyingPartyLookupFunction()
        Constructor.
    • Method Detail

      • setRelyingPartyContextLookupStrategy

        public void setRelyingPartyContextLookupStrategy​(@Nonnull
                                                         Function<org.opensaml.profile.context.ProfileRequestContext,​RelyingPartyContext> strategy)
        Set the strategy used to locate the RelyingPartyContext associated with a given ProfileRequestContext.
        Parameters:
        strategy - lookup strategy
      • getRelyingPartyContextLookupStrategy

        @Nonnull
        public Function<org.opensaml.profile.context.ProfileRequestContext,​RelyingPartyContext> getRelyingPartyContextLookupStrategy()
        Get the strategy used to locate the RelyingPartyContext associated with a given ProfileRequestContext.
        Returns:
        lookup strategy