Package org.apereo.cas.web.flow
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
This is
StringToServiceConverter.- Since:
- 6.6.0
-
Constructor Summary
ConstructorsConstructorDescriptionStringToServiceConverter(org.apereo.cas.authentication.principal.ServiceFactory<org.apereo.cas.authentication.principal.WebApplicationService> factory) -
Method Summary
Modifier and TypeMethodDescriptionconvertSourceToTargetClass(Object o, Class<?> aClass) Class<?> Class<?>
-
Constructor Details
-
StringToServiceConverter
public StringToServiceConverter(org.apereo.cas.authentication.principal.ServiceFactory<org.apereo.cas.authentication.principal.WebApplicationService> factory)
-
-
Method Details
-
getSourceClass
- Specified by:
getSourceClassin interfaceorg.springframework.binding.convert.converters.Converter
-
getTargetClass
- Specified by:
getTargetClassin interfaceorg.springframework.binding.convert.converters.Converter
-
convertSourceToTargetClass
- Specified by:
convertSourceToTargetClassin interfaceorg.springframework.binding.convert.converters.Converter
-