Home
last modified time | relevance | path

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

/trunk/main/offapi/com/sun/star/task/
H A DXPasswordContainer.idl62 …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 DUserRecord.idl36 string UserName;
/trunk/main/offapi/com/sun/star/auth/
H A DXSSOPasswordCache.idl51 @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 DTestHelper.java58 if(!aUserList1[i].UserName.equals(aUserList2[j].UserName)) in sameLists()
68 Message(aUserList1[k].UserName + " <--> " + aUserList2[i].UserName); in sameLists()
H A DTest01.java74 … 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 DTest02.java78 …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 DTest03.java78 …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 Dsimpleauthenticationrequest.cxx53 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 Dinteractionrequest.cxx806 InteractionSupplyAuthentication::setUserName( const rtl::OUString& UserName ) in setUserName() argument
813 m_aUserName = UserName; in setUserName()
/trunk/main/uui/source/
H A Dpasswordcontainer.cxx83 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 Diahndl-authentication.cxx260 aInfo.SetUserName(rRequest.UserName); in handleAuthenticationRequest_()
/trunk/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx686 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 Dsecurity.c924 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 DOAuthenticationContinuation.hxx57 …void SAL_CALL setUserName( const ::rtl::OUString& UserName ) throw(com::sun::star::uno::RuntimeExc…
/trunk/main/offapi/com/sun/star/ucb/
H A DAuthenticationRequest.idl76 string UserName;
H A DXInteractionSupplyAuthentication.idl77 void setUserName( [in] string UserName );
H A DContent.idl874 <td>UserName</td>
/trunk/main/cui/source/options/
H A Dwebconninfo.cxx204 aUIEntry += aURLEntries[nURLInd].UserList[nUserInd].UserName; in FillPasswordList()
/trunk/main/unixODBC/inc/
H A Dsql.h856 SQLCHAR * UserName,
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dinteractionrequest.hxx468 setUserName( const rtl::OUString& UserName )
/trunk/main/connectivity/source/inc/odbc/
H A DOFunctions.hxx43 …C ConnectionHandle,SQLCHAR *ServerName,SQLSMALLINT NameLength1,SQLCHAR *UserName,SQLSMALLINT NameL…
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java928 && aRec.UserList[0].UserName.equals( sUserName ) ) in GetPasswordsForURLAndUser()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx1191 aRequest.UserName = m_pImpl->m_sUser; in connectWithCompletion()
/trunk/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx300 aRequest.UserName = pUser ? rtl::OUString(pUser->GetValue()) : ::rtl::OUString(); in getCurrentSettings()

Completed in 120 milliseconds