/trunk/main/offapi/com/sun/star/task/ |
H A D | XPasswordContainer.idl | 62 …void add( [in] string Url, [in] string UserName, [in] sequence<string> Passwords, [in] XInteract… 78 …void addPersistent( [in] string Url, [in] string UserName, [in] sequence<string> Passwords, [in]… 96 @param UserName Username to retrieve passwords for. 102 UrlRecord findForName( [in] string Url, [in] string UserName , [in] XInteractionHandler Handler ); 109 @param UserName Username to remove passwords for. 112 void remove( [in] string Url, [in] string UserName ); 120 @param UserName Username to remove passwords for. 123 void removePersistent( [in] string Url, [in] string UserName );
|
H A D | UserRecord.idl | 36 string UserName;
|
/trunk/main/offapi/com/sun/star/auth/ |
H A D | XSSOPasswordCache.idl | 51 @param UserName 61 void addPassword( [in] string UserName, 72 @param UserName 81 string getPassword( [in] string UserName, [out] boolean Persist ) 87 @param UserName 94 void removePassword( [in] string UserName, [in] boolean RemovePersist )
|
/trunk/main/svl/qa/complex/passwordcontainer/ |
H A D | TestHelper.java | 58 if(!aUserList1[i].UserName.equals(aUserList2[j].UserName)) in sameLists() 68 Message(aUserList1[k].UserName + " <--> " + aUserList2[i].UserName); in sameLists()
|
H A D | Test01.java | 74 … xContainer.add(sURL, aInputUserList1[i].UserName, aInputUserList1[i].Passwords, aMHandler); in test() 77 … xContainer.add(sURL, aInputUserList2[i].UserName, aInputUserList2[i].Passwords, aMHandler); in test() 82 xContainer.remove(sURL, aInputUserList1[i].UserName); in test() 99 xContainer.remove(sURL, aRecord.UserList[i].UserName); in test()
|
H A D | Test02.java | 78 …xContainer.addPersistent(sURL, aInputUserList1[i].UserName, aInputUserList1[i].Passwords, aMHandle… in test() 81 …xContainer.addPersistent(sURL, aInputUserList2[i].UserName, aInputUserList2[i].Passwords, aMHandle… in test() 86 xContainer.remove(sURL, aInputUserList1[i].UserName); in test() 116 xContainer.remove(sURL, aRecords[0].UserList[i].UserName); in test()
|
H A D | Test03.java | 78 …xContainer.addPersistent(sURL, aInputUserList[i].UserName, aInputUserList[i].Passwords, aMHandler); in test() 83 …xContainer.add(sURL, aInputUserList[i+iPersistentUserNum].UserName, aInputUserList[i+iPersistentUs… in test() 103 xContainer.remove(sURL, aRecord.UserList[i].UserName); in test()
|
/trunk/main/ucbhelper/source/provider/ |
H A D | simpleauthenticationrequest.cxx | 53 aRequest.UserName = rUserName; in SimpleAuthenticationRequest() 92 aRequest.UserName = rUserName; in SimpleAuthenticationRequest() 134 aRequest.UserName = rUserName; in SimpleAuthenticationRequest() 179 aRequest.UserName = rUserName; in SimpleAuthenticationRequest()
|
H A D | interactionrequest.cxx | 806 InteractionSupplyAuthentication::setUserName( const rtl::OUString& UserName ) in setUserName() argument 813 m_aUserName = UserName; in setUserName()
|
/trunk/main/uui/source/ |
H A D | passwordcontainer.cxx | 83 setUserName(aRec.UserList[0].UserName.getStr()); in fillContinuation() 197 if (rRequest.UserName.getLength() == 0) in handleAuthenticationRequest() 225 rURL, rRequest.UserName, xIH); in handleAuthenticationRequest() 231 rRequest.ServerName, rRequest.UserName, xIH); in handleAuthenticationRequest()
|
H A D | iahndl-authentication.cxx | 260 aInfo.SetUserName(rRequest.UserName); in handleAuthenticationRequest_()
|
/trunk/main/svl/source/passwordcontainer/ |
H A D | passwordcontainer.cxx | 686 aPersistent[nURLInd].UserList[nNameInd].UserName, in doChangeMasterPassword() 770 void SAL_CALL PasswordContainer::add( const ::rtl::OUString& Url, const ::rtl::OUString& UserName, … in add() argument 774 PrivateAdd( Url, UserName, Passwords, MEMORY_RECORD, aHandler ); in add() 779 …iner::addPersistent( const ::rtl::OUString& Url, const ::rtl::OUString& UserName, const Sequence< … in addPersistent() argument 783 PrivateAdd( Url, UserName, Passwords, PERSISTENT_RECORD, aHandler ); in addPersistent() 788 void PasswordContainer::PrivateAdd( const ::rtl::OUString& Url, const ::rtl::OUString& UserName, co… in PrivateAdd() argument 790 NamePassRecord aRecord( UserName ); in PrivateAdd() 1412 aPersistent[nURLInd].UserList[nNameInd].UserName, in useDefaultMasterPassword()
|
/trunk/main/sal/osl/w32/ |
H A D | security.c | 924 sal_Unicode UserName[128]; in getUserNameImpl() local 927 DWORD nUserName = sizeof(UserName); in getUserNameImpl() 932 UserName, &nUserName, in getUserNameImpl() 939 wcscat(Name, UserName); in getUserNameImpl() 943 wcscpy(Name, UserName); in getUserNameImpl()
|
/trunk/main/dbaccess/source/inc/ |
H A D | OAuthenticationContinuation.hxx | 57 …void SAL_CALL setUserName( const ::rtl::OUString& UserName ) throw(com::sun::star::uno::RuntimeExc…
|
/trunk/main/offapi/com/sun/star/ucb/ |
H A D | AuthenticationRequest.idl | 76 string UserName;
|
H A D | XInteractionSupplyAuthentication.idl | 77 void setUserName( [in] string UserName );
|
H A D | Content.idl | 874 <td>UserName</td>
|
/trunk/main/cui/source/options/ |
H A D | webconninfo.cxx | 204 aUIEntry += aURLEntries[nURLInd].UserList[nUserInd].UserName; in FillPasswordList()
|
/trunk/main/unixODBC/inc/ |
H A D | sql.h | 856 SQLCHAR * UserName,
|
/trunk/main/ucbhelper/inc/ucbhelper/ |
H A D | interactionrequest.hxx | 468 setUserName( const rtl::OUString& UserName )
|
/trunk/main/connectivity/source/inc/odbc/ |
H A D | OFunctions.hxx | 43 …C ConnectionHandle,SQLCHAR *ServerName,SQLSMALLINT NameLength1,SQLCHAR *UserName,SQLSMALLINT NameL…
|
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | Helper.java | 928 && aRec.UserList[0].UserName.equals( sUserName ) ) in GetPasswordsForURLAndUser()
|
/trunk/main/dbaccess/source/core/dataaccess/ |
H A D | datasource.cxx | 1191 aRequest.UserName = m_pImpl->m_sUser; in connectWithCompletion()
|
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | DbAdminImpl.cxx | 300 aRequest.UserName = pUser ? rtl::OUString(pUser->GetValue()) : ::rtl::OUString(); in getCurrentSettings()
|