Class DefaultWebApplicationResponseBuilderLocator

  • All Implemented Interfaces:
    java.io.Serializable, org.apereo.cas.authentication.principal.ResponseBuilderLocator<org.apereo.cas.authentication.principal.WebApplicationService>

    public class DefaultWebApplicationResponseBuilderLocator
    extends java.lang.Object
    implements org.apereo.cas.authentication.principal.ResponseBuilderLocator<org.apereo.cas.authentication.principal.WebApplicationService>
    Since:
    5.1.0
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultWebApplicationResponseBuilderLocator

        public DefaultWebApplicationResponseBuilderLocator()
    • Method Detail

      • 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>