Class AbstractOIDCAuthenticationRequestMessageHandler

    • Constructor Detail

      • AbstractOIDCAuthenticationRequestMessageHandler

        protected AbstractOIDCAuthenticationRequestMessageHandler()
        Constructor.
    • Method Detail

      • getOutboundMessageContext

        @Nullable
        protected OutboundMessageHandlerContext getOutboundMessageContext()
        Get the outbound message context.
        Returns:
        the outbound message context.
      • getAuthenticationRequest

        @Nullable
        protected net.shibboleth.oidc.profile.core.OIDCAuthenticationRequest getAuthenticationRequest()
        Get the authentication request.
        Returns:
        the authentication request
      • setAuthenticationRequestLookupStrategy

        public void setAuthenticationRequestLookupStrategy​(@Nonnull
                                                           Function<MessageContext,​net.shibboleth.oidc.profile.core.OIDCAuthenticationRequest> strategy)
        Set the strategy used to locate the OIDCAuthenticationRequest to use.
        Parameters:
        strategy - lookup strategy