Interface OAuth20AuthorizationModelAndViewBuilder

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface OAuth20AuthorizationModelAndViewBuilder
    Since:
    6.4.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.springframework.web.servlet.ModelAndView build​(org.pac4j.core.context.WebContext context, org.apereo.cas.support.oauth.services.OAuthRegisteredService registeredService, java.lang.String redirectUrl, java.util.Map<java.lang.String,​java.lang.String> parameters)
      Customize.
    • Method Detail

      • build

        org.springframework.web.servlet.ModelAndView build​(org.pac4j.core.context.WebContext context,
                                                           org.apereo.cas.support.oauth.services.OAuthRegisteredService registeredService,
                                                           java.lang.String redirectUrl,
                                                           java.util.Map<java.lang.String,​java.lang.String> parameters)
        Customize.
        Parameters:
        context - the context
        registeredService - the registered service
        redirectUrl - the redirect url
        parameters - the parameters
        Returns:
        the model and view