Home
last modified time | relevance | path

Searched refs:xAuthentication (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svl/qa/complex/passwordcontainer/
H A DMasterPasswdHandler.java57 XInteractionSupplyAuthentication xAuthentication = null; in handle() local
60xAuthentication = 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 13 milliseconds