LibreOffice
LibreOffice 24.2 SDK API Reference
|
An interaction request handler that uses the com::sun::star::task::PasswordContainer service to handle com::sun::star::ucb::AuthenticationRequest. More...
import"PasswordContainerInteractionHandler.idl";
Additional Inherited Members | |
Public Member Functions inherited from XInteractionHandler | |
void | handle ([in] com::sun::star::task::XInteractionRequest Request) |
Handle an interaction request. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
An interaction request handler that uses the com::sun::star::task::PasswordContainer service to handle com::sun::star::ucb::AuthenticationRequest.
If the password container contains credentials matching the authentication request, the service implementation selects the com::sun::star::ucb::XInteractionSupplyAuthentication continuation, that should be supplied with the interaction request.
If the password container does not contain credentials matching the authentication request, the service implementation selects no continuation.