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

    Modifier and Type
    Method
    Description
    org.springframework.web.servlet.ModelAndView
    build(org.apereo.cas.support.oauth.services.OAuthRegisteredService registeredService, OAuth20ResponseModeTypes responseMode, String redirectUrl, Map<String,String> parameters)
    Customize.
  • Method Details

    • build

      org.springframework.web.servlet.ModelAndView build(org.apereo.cas.support.oauth.services.OAuthRegisteredService registeredService, OAuth20ResponseModeTypes responseMode, String redirectUrl, Map<String,String> parameters) throws Exception
      Customize.
      Parameters:
      registeredService - the registered service
      responseMode - the response mode
      redirectUrl - the redirect url
      parameters - the parameters
      Returns:
      the model and view
      Throws:
      Exception - the exception