Class CompositeFlowExecutionKeyConverter

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

public class CompositeFlowExecutionKeyConverter extends Object implements org.springframework.binding.convert.converters.Converter
Special converter for the CompositeFlowExecutionKey to return as a String.
Since:
4.0.0
  • Constructor Details

    • CompositeFlowExecutionKeyConverter

      public CompositeFlowExecutionKeyConverter()
  • 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 source, Class targetClass)
      Specified by:
      convertSourceToTargetClass in interface org.springframework.binding.convert.converters.Converter