Key Binder Plugin
Who uses this interface?
How to implement this plugin?
@ConditionalOnProperty(value = "mosip.esignet.integration.key-binder", havingValue = "mock-keybinder-service")
@Component
@Slf4j
public class MockKeyBindingWrapperService implements KeyBinder {
//Implement keybinder methods
}Appendix - Key Binding

Last updated
Was this helpful?