Class SecurityGatewayEventsAutoConfiguration
java.lang.Object
es.kukenan.smartfi.microservice.security.gateway.events.SecurityGatewayEventsAutoConfiguration
@Configuration
@ConditionalOnClass(es.kukenan.smartfi.common.utils.CustomObjectMapper.class)
public class SecurityGatewayEventsAutoConfiguration
extends Object
A configuration bean of this class is automatically created during spring boot application startup. It is designed to create some beans when this
library is added as dependency in the project, without explicit declaration. This makes easier to configure applications that depends on this
project beans and configurations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsecurityGatewayEventParser(es.kukenan.smartfi.common.utils.CustomObjectMapper customObjectMapper) Security gateway micro-service events parser.
-
Constructor Details
-
SecurityGatewayEventsAutoConfiguration
public SecurityGatewayEventsAutoConfiguration()
-
-
Method Details
-
securityGatewayEventParser
@Bean public SecurityGatewayEventParser securityGatewayEventParser(@Autowired es.kukenan.smartfi.common.utils.CustomObjectMapper customObjectMapper) Security gateway micro-service events parser.- Parameters:
customObjectMapper- the jackson parser used to transform JSON.- Returns:
- Onboarding events parser.
-