Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractSecurityGatewayEvent<B extends es.kukenan.smartfi.events.common.AbstractEventBody> - Class in es.kukenan.smartfi.microservice.security.gateway.events
-
Base class of the events generated by the Security gateway micro-service.
- AbstractSecurityGatewayEvent(String, String) - Constructor for class es.kukenan.smartfi.microservice.security.gateway.events.AbstractSecurityGatewayEvent
-
Minimal constructor.
- AbstractSecurityGatewayEvent(String, String, String, String, String, String, String, Long, String, String, String, String, B) - Constructor for class es.kukenan.smartfi.microservice.security.gateway.events.AbstractSecurityGatewayEvent
-
State constructor.
- AbstractSecurityGatewayEvent(String, String, String, String, String, String, String, Long, String, String, String, String, B, String, String) - Constructor for class es.kukenan.smartfi.microservice.security.gateway.events.AbstractSecurityGatewayEvent
-
State constructor.
B
- backOfficeId - Variable in class es.kukenan.smartfi.microservice.security.gateway.events.backoffice.BackofficeMonitorEventOnboardingUpdateBody
-
Back office ID.
- BackofficeMonitorEventOnboardingUpdateBody - Class in es.kukenan.smartfi.microservice.security.gateway.events.backoffice
-
Base class for the body of User settings Events.
- BackofficeMonitorEventOnboardingUpdateBody(String, int, String, String, Optional<String>) - Constructor for class es.kukenan.smartfi.microservice.security.gateway.events.backoffice.BackofficeMonitorEventOnboardingUpdateBody
-
Full state constructor.
- BackOfficeOnboardingUserUpdatedEvent - Class in es.kukenan.smartfi.microservice.security.gateway.events.backoffice
-
Class that describes the contract of the events generated by backoffice microservice.
- BackOfficeOnboardingUserUpdatedEvent() - Constructor for class es.kukenan.smartfi.microservice.security.gateway.events.backoffice.BackOfficeOnboardingUserUpdatedEvent
-
Default constructor.
- BackOfficeOnboardingUserUpdatedEvent(String, String, String, String, String, String, Long, String, String, String, String, BackofficeMonitorEventOnboardingUpdateBody) - Constructor for class es.kukenan.smartfi.microservice.security.gateway.events.backoffice.BackOfficeOnboardingUserUpdatedEvent
-
State constructor.
C
- companyId - Variable in class es.kukenan.smartfi.microservice.security.gateway.events.backoffice.BackofficeMonitorEventOnboardingUpdateBody
-
company_id identifier.
- CONTEXT - Static variable in class es.kukenan.smartfi.microservice.security.gateway.events.AbstractSecurityGatewayEvent
-
Constant value for the context field, unique for smartfi security micro-service context.
- coreUserId - Variable in class es.kukenan.smartfi.microservice.security.gateway.events.backoffice.BackofficeMonitorEventOnboardingUpdateBody
-
user ID.
D
- deviceId - Variable in class es.kukenan.smartfi.microservice.security.gateway.events.otp.OtpGeneratedEventBody
-
Device id.
- deviceId - Variable in class es.kukenan.smartfi.microservice.security.gateway.events.sca.UserDeviceScaUpdateEventBody
-
Unique device identificator.
E
- es.kukenan.smartfi.microservice.security.gateway.events - package es.kukenan.smartfi.microservice.security.gateway.events
-
Security gateway service event model classes.
- es.kukenan.smartfi.microservice.security.gateway.events.backoffice - package es.kukenan.smartfi.microservice.security.gateway.events.backoffice
-
Security gateway service event model classes.
- es.kukenan.smartfi.microservice.security.gateway.events.otp - package es.kukenan.smartfi.microservice.security.gateway.events.otp
-
Onboarding already client event classes.
- es.kukenan.smartfi.microservice.security.gateway.events.sca - package es.kukenan.smartfi.microservice.security.gateway.events.sca
-
Onboarding already client event classes.
I
- ignorePrimaryChannel - Variable in class es.kukenan.smartfi.microservice.security.gateway.events.otp.OtpGeneratedEventBody
-
Indicates if the primary channel should be ignored..
O
- onboardingUserId - Variable in class es.kukenan.smartfi.microservice.security.gateway.events.backoffice.BackofficeMonitorEventOnboardingUpdateBody
-
onboarding user identifier.
- otp - Variable in class es.kukenan.smartfi.microservice.security.gateway.events.otp.OtpGeneratedEventBody
-
OTP code.
- OtpGeneratedEvent - Class in es.kukenan.smartfi.microservice.security.gateway.events.otp
-
Class that describes the contract of the OTP generated event.
- OtpGeneratedEvent() - Constructor for class es.kukenan.smartfi.microservice.security.gateway.events.otp.OtpGeneratedEvent
-
Default constructor.
- OtpGeneratedEvent(String, String, String, String, String, Long, String, String, String, String, OtpGeneratedEventBody) - Constructor for class es.kukenan.smartfi.microservice.security.gateway.events.otp.OtpGeneratedEvent
-
State constructor.
- OtpGeneratedEvent(String, String, String, String, String, Long, String, String, String, String, OtpGeneratedEventBody, String, String) - Constructor for class es.kukenan.smartfi.microservice.security.gateway.events.otp.OtpGeneratedEvent
-
State constructor.
- OtpGeneratedEventBody - Class in es.kukenan.smartfi.microservice.security.gateway.events.otp
-
Base class for the body of any OTP event.
- OtpGeneratedEventBody(String, String, String, Boolean) - Constructor for class es.kukenan.smartfi.microservice.security.gateway.events.otp.OtpGeneratedEventBody
-
Full state constructor.
S
- securityGatewayEventParser(CustomObjectMapper) - Method in class es.kukenan.smartfi.microservice.security.gateway.events.SecurityGatewayEventsAutoConfiguration
-
Security gateway micro-service events parser.
- SecurityGatewayEventParser - Class in es.kukenan.smartfi.microservice.security.gateway.events
-
Event parser for Security gateway micro-service events.
- SecurityGatewayEventParser(CustomObjectMapper) - Constructor for class es.kukenan.smartfi.microservice.security.gateway.events.SecurityGatewayEventParser
-
Class constructor.
- SecurityGatewayEventsAutoConfiguration - Class in es.kukenan.smartfi.microservice.security.gateway.events
-
A configuration bean of this class is automatically created during spring boot application startup.
- SecurityGatewayEventsAutoConfiguration() - Constructor for class es.kukenan.smartfi.microservice.security.gateway.events.SecurityGatewayEventsAutoConfiguration
T
- TYPE_ID - Static variable in class es.kukenan.smartfi.microservice.security.gateway.events.backoffice.BackOfficeOnboardingUserUpdatedEvent
-
Unique platform events type identifier.
- TYPE_ID - Static variable in class es.kukenan.smartfi.microservice.security.gateway.events.otp.OtpGeneratedEvent
-
Unique platform event type identifier.
- TYPE_ID - Static variable in class es.kukenan.smartfi.microservice.security.gateway.events.sca.UserDeviceScaUpdatedEvent
-
Unique platform event type identifier.
U
- UserDeviceScaUpdatedEvent - Class in es.kukenan.smartfi.microservice.security.gateway.events.sca
-
Define event for update sca date.
- UserDeviceScaUpdatedEvent() - Constructor for class es.kukenan.smartfi.microservice.security.gateway.events.sca.UserDeviceScaUpdatedEvent
-
Default constructor.
- UserDeviceScaUpdatedEvent(String, String, String, String, String, Long, String, String, String, String, UserDeviceScaUpdateEventBody) - Constructor for class es.kukenan.smartfi.microservice.security.gateway.events.sca.UserDeviceScaUpdatedEvent
-
State constructor.
- UserDeviceScaUpdateEventBody - Class in es.kukenan.smartfi.microservice.security.gateway.events.sca
-
Body of user sca updated event.
- UserDeviceScaUpdateEventBody(String) - Constructor for class es.kukenan.smartfi.microservice.security.gateway.events.sca.UserDeviceScaUpdateEventBody
-
Full state constructor.
- userId - Variable in class es.kukenan.smartfi.microservice.security.gateway.events.otp.OtpGeneratedEventBody
-
User identifier.
V
- VERSION - Static variable in class es.kukenan.smartfi.microservice.security.gateway.events.backoffice.BackOfficeOnboardingUserUpdatedEvent
-
Event version.
- VERSION - Static variable in class es.kukenan.smartfi.microservice.security.gateway.events.otp.OtpGeneratedEvent
-
Event version.
- VERSION - Static variable in class es.kukenan.smartfi.microservice.security.gateway.events.sca.UserDeviceScaUpdatedEvent
-
Event version.
All Classes and Interfaces|All Packages|Constant Field Values