Interface OAuth20ResponseModeBuilder


public interface OAuth20ResponseModeBuilder
Since:
7.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.web.servlet.ModelAndView
    build(org.apereo.cas.services.RegisteredService registeredService, String redirectUrl, Map<String,String> parameters)
    Build model and view.
    Gets response mode.
  • Method Details

    • build

      org.springframework.web.servlet.ModelAndView build(org.apereo.cas.services.RegisteredService registeredService, String redirectUrl, Map<String,String> parameters) throws Exception
      Build model and view.
      Parameters:
      registeredService - the registered service
      redirectUrl - the redirect url
      parameters - the parameters
      Returns:
      the model and view
      Throws:
      Exception - the exception
    • getResponseMode

      OAuth20ResponseModeTypes getResponseMode()
      Gets response mode.
      Returns:
      the response mode