Package org.apereo.cas.web.flow
Class LogoutConversionService
- java.lang.Object
-
- org.springframework.binding.convert.service.GenericConversionService
-
- org.springframework.binding.convert.service.DefaultConversionService
-
- org.apereo.cas.web.flow.LogoutConversionService
-
- All Implemented Interfaces:
org.springframework.binding.convert.ConversionService
public class LogoutConversionService extends org.springframework.binding.convert.service.DefaultConversionServiceSpecial conversion service with aCompositeFlowExecutionKeyConverter.- Since:
- 4.0.0
-
-
Constructor Summary
Constructors Constructor Description LogoutConversionService()Build a new conversion service with aCompositeFlowExecutionKeyConverter.
-
Method Summary
-
Methods inherited from class org.springframework.binding.convert.service.DefaultConversionService
addDefaultAliases, addDefaultConverters
-
-
-
-
Constructor Detail
-
LogoutConversionService
public LogoutConversionService()
Build a new conversion service with aCompositeFlowExecutionKeyConverter.
-
-