Class DefaultAssertionValidationContextBuilder.DefaultValidInResponseToLookupFunction

  • All Implemented Interfaces:
    Function<org.opensaml.profile.context.ProfileRequestContext,​String>
    Enclosing class:
    DefaultAssertionValidationContextBuilder

    public static class DefaultAssertionValidationContextBuilder.DefaultValidInResponseToLookupFunction
    extends Object
    implements Function<org.opensaml.profile.context.ProfileRequestContext,​String>
    Default strategy for resolving the valid InResponseTo value.
    • Field Detail

      • delegate

        private Function<org.opensaml.messaging.context.MessageContext,​String> delegate
        The lookup delegate.
    • Constructor Detail

      • DefaultValidInResponseToLookupFunction

        public DefaultValidInResponseToLookupFunction()
        Constructor.
    • Method Detail

      • apply

        public String apply​(@Nullable
                            org.opensaml.profile.context.ProfileRequestContext prc)
        Specified by:
        apply in interface Function<org.opensaml.profile.context.ProfileRequestContext,​String>