Class DefaultWebApplicationResponseBuilderLocator

java.lang.Object
org.apereo.cas.authentication.principal.DefaultWebApplicationResponseBuilderLocator
All Implemented Interfaces:
Serializable, org.apereo.cas.authentication.principal.ResponseBuilderLocator<org.apereo.cas.authentication.principal.WebApplicationService>

public class DefaultWebApplicationResponseBuilderLocator extends Object implements org.apereo.cas.authentication.principal.ResponseBuilderLocator<org.apereo.cas.authentication.principal.WebApplicationService>
Since:
5.1.0
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    DefaultWebApplicationResponseBuilderLocator(List<org.apereo.cas.authentication.principal.ResponseBuilder> builders)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.authentication.principal.ResponseBuilder<org.apereo.cas.authentication.principal.WebApplicationService>
    locate(org.apereo.cas.authentication.principal.WebApplicationService service)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DefaultWebApplicationResponseBuilderLocator

      public DefaultWebApplicationResponseBuilderLocator(List<org.apereo.cas.authentication.principal.ResponseBuilder> builders)
  • Method Details

    • locate

      public org.apereo.cas.authentication.principal.ResponseBuilder<org.apereo.cas.authentication.principal.WebApplicationService> locate(org.apereo.cas.authentication.principal.WebApplicationService service)
      Specified by:
      locate in interface org.apereo.cas.authentication.principal.ResponseBuilderLocator<org.apereo.cas.authentication.principal.WebApplicationService>