Class StringToServiceConverter

java.lang.Object
org.apereo.cas.web.flow.StringToServiceConverter
All Implemented Interfaces:
org.springframework.binding.convert.converters.Converter

public class StringToServiceConverter extends Object implements org.springframework.binding.convert.converters.Converter
Since:
6.6.0
  • Constructor Details

    • StringToServiceConverter

      public StringToServiceConverter(org.apereo.cas.authentication.principal.ServiceFactory<org.apereo.cas.authentication.principal.WebApplicationService> factory)
  • Method Details

    • getSourceClass

      public Class<?> getSourceClass()
      Specified by:
      getSourceClass in interface org.springframework.binding.convert.converters.Converter
    • getTargetClass

      public Class<?> getTargetClass()
      Specified by:
      getTargetClass in interface org.springframework.binding.convert.converters.Converter
    • convertSourceToTargetClass

      public Object convertSourceToTargetClass(Object o, Class<?> aClass)
      Specified by:
      convertSourceToTargetClass in interface org.springframework.binding.convert.converters.Converter