Searched refs:xAuthentication (Results 1 – 1 of 1) sorted by relevance
57 XInteractionSupplyAuthentication xAuthentication = null; in handle() local60 …xAuthentication = UnoRuntime.queryInterface(XInteractionSupplyAuthentication.class, xContinuations… in handle()61 if( xAuthentication != null ) in handle()66 if( xAuthentication.canSetPassword() ) in handle()68 xAuthentication.setPassword("abcdefghijklmnopqrstuvwxyz123456"); in handle()70 xAuthentication.select(); in handle()
Completed in 7 milliseconds