summaryrefslogtreecommitdiffstats
path: root/WebContent/WEB-INF
Commit message (Expand)AuthorAgeFilesLines
* Build uitest war with mavenTeemu Suo-Anttila2016-04-156-487/+0
* Make it possible to intercept RPC calls without copy/pasteArtur Signell2016-03-051-0/+14
* Merge remote-tracking branch 'origin/master' into reconnect-dialogArtur Signell2015-09-041-0/+15
|\
| * Support suspend timeout for long polling (#18550)Artur Signell2015-09-031-0/+15
* | Test for various UIDL/heartbeat response codes from the server (#11733)Artur Signell2015-07-131-0/+18
|/
* Enable running websocket tests on JBoss EAP 6.4 (#13323)Artur Signell2015-04-221-0/+7
* Support JSR-356 websockets (#16738, #14432)Artur Signell2015-04-021-0/+16
* Revert "Make push path configurable (#14432)."Artur Signell2015-03-251-19/+3
* Make push path configurable (#14432).Tapio Aali2015-02-181-3/+19
* Don't scan classpath for any development servlet (#14604)Leif Åstrand2014-09-041-28/+0
* Use a separate servlet instance for static files during testingArtur Signell2014-08-211-6/+9
* Fix web.xml element order issue (#14257)Juuso Valli2014-07-211-2/+2
* Return a value on __gwtStatsEvent in Profiler (#11709)Bogdan Udrescu2014-07-071-1/+10
* Speed up dev server startup Leif Åstrand2014-06-171-8/+29
* Speed up development server again by not eagerly initing all servletsArtur Signell2014-06-161-7/+7
* Add load-on-startup on web.xml to make demo run on Wildfly.Sauli Tähkäpää2014-06-051-0/+7
* Timeout redirect timer is reset on server activity (#12446)Henrik Paul2013-12-031-0/+15
* Updatet servlet tests to follow the same *Test naming conventionArtur Signell2013-10-082-2/+2
* Add async-supported to all servlets to enable push testing (#12573)Artur Signell2013-09-171-0/+4
* Formatted XML files using defined rules (#11956)Artur Signell2013-05-304-181/+175
* Fix order in web.xml to pass validation (#11688, #11672)Henri Sara2013-05-021-2/+2
* Fixed invalid xml (#11688)Artur Signell2013-05-021-3/+2
* Updated web.xml to use servlet 3.0 and added a 2.4 compatible web.xml for old...Artur Signell2013-05-022-3/+136
* Enabled async-supported for integration and push servlets #11672"John Ahlroos2013-04-261-0/+2
* Re-added Property.toString warning messages (#10916)Artur Signell2013-04-241-0/+4
* Added /run-push to tests to be able to test with push enabled (#11494)Artur Signell2013-04-081-0/+14
* Unified all portal integration tests to be based on JSR286Portlet (#8013, #95...Artur Signell2013-03-211-3/+3
* Made servlet 2.4 schema compatible (#10723)Artur Signell2013-01-141-1/+0
* Updated to servlet 2.4 (#10723)Artur Signell2013-01-141-7/+5
* When closeIdleUIs is true, close open UIs only after all UIs have been idle f...Johannes Dahlström2012-11-201-1/+1
* Moved init params after servlet name and class (#10040)Artur Signell2012-10-231-2/+2
* Properly read heartbeat interval servlet parameter (#9987)Johannes Dahlström2012-10-181-0/+17
* Bootstrap UI using relative URLs with servlets (#6771)Leif Åstrand2012-10-081-1/+1
* Updated GAE test to be UI based (#9816)Artur Signell2012-10-011-5/+5
* Fix "invalid" xml.Leif Åstrand2012-09-251-5/+5
* Allow specifying UIProvider using a servlet parameter (#9628)Leif Åstrand2012-09-211-0/+17
* Refactor UIProvider management and fix multi-servlet (#9619, #9637)Leif Åstrand2012-09-211-1/+1
* Test which embeds two UIs on the same page (#9619)Artur Signell2012-09-181-0/+25
* Use LegacyVaadinPortlet for now (#9566)Artur Signell2012-09-121-2/+2
* Removed PortalDefaultWidgetSet (#9337)Artur Signell2012-09-101-1/+1
* Combine ApplicationPortlet and AAP and rename to VaadinPortlet (#9460)Leif Åstrand2012-09-031-2/+2
* Combine ApplicationServlet and AAS and rename to VaadinServlet (#9460)Leif Åstrand2012-09-031-2/+2
* Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431)Artur Signell2012-08-292-3/+3
* Revert "Change testing portlet parameter to use root instead of application"Leif Åstrand2012-07-241-2/+2
* Change testing portlet parameter to use root instead of applicationLeif Åstrand2012-07-231-2/+2
* Include ApplicationRunnerServlet in test.warArtur Signell2012-04-051-5/+1
* #8311 Converted CRLF -> LF in css/html/xml filesArtur Signell2012-02-021-61/+61
* Merged changes from 6.6 (#7692)Henri Sara2011-09-301-0/+5
* #7433 separate servlet configuration in web.xml to enable GAE testingHenri Sara2011-08-171-0/+15
* Removed unused test servlet from web.xml - problematic for GAE integration testHenri Sara2011-08-171-18/+1
kport/48345/stable29'>backport/48345/stable29 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/ILDAPWrapper.php
blob: 433ca96c071b7e05c2c518d9a9e132733131c3a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<?php
/**
 * @copyright Copyright (c) 2016, ownCloud, Inc.
 *
 * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
 * @author J0WI <J0WI@users.noreply.github.com>
 * @author Joas Schilling <coding@schilljs.com>
 * @author Jörn Friedrich Dreyer <jfd@butonic.de>
 * @author Lukas Reschke <lukas@statuscode.ch>
 * @author Morris Jobke <hey@morrisjobke.de>
 * @author Robin McCorkell <robin@mccorkell.me.uk>
 * @author Roger Szabo <roger.szabo@web.de>
 * @author Vinicius Cubas Brand <vinicius@eita.org.br>
 *
 * @license AGPL-3.0
 *
 * This code is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License, version 3,
 * as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License, version 3,
 * along with this program. If not, see <http://www.gnu.org/licenses/>
 *
 */
namespace OCA\User_LDAP;

interface ILDAPWrapper {

	//LDAP functions in use

	/**
	 * Bind to LDAP directory
	 * @param resource|\LDAP\Connection $link LDAP link resource
	 * @param string $dn an RDN to log in with
	 * @param string $password the password
	 * @return bool true on success, false otherwise
	 *
	 * with $dn and $password as null a anonymous bind is attempted.
	 */
	public function bind($link, $dn, $password);

	/**
	 * connect to an LDAP server
	 * @param string $host The host to connect to
	 * @param string $port The port to connect to
	 * @return mixed a link resource on success, otherwise false
	 */
	public function connect($host, $port);

	/**
	 * Retrieve the LDAP pagination cookie
	 * @param resource|\LDAP\Connection $link LDAP link resource
	 * @param resource|\LDAP\Result $result LDAP result resource
	 * @param string &$cookie structure sent by LDAP server
	 * @return bool true on success, false otherwise
	 *
	 * Corresponds to ldap_control_paged_result_response
	 */
	public function controlPagedResultResponse($link, $result, &$cookie);

	/**
	 * Count the number of entries in a search
	 * @param resource|\LDAP\Connection $link LDAP link resource
	 * @param resource|\LDAP\Result $result LDAP result resource
	 * @return int|false number of results on success, false otherwise
	 */
	public function countEntries($link, $result);

	/**
	 * Return the LDAP error number of the last LDAP command
	 * @param resource|\LDAP\Connection $link LDAP link resource
	 * @return int error code
	 */
	public function errno($link);

	/**
	 * Return the LDAP error message of the last LDAP command
	 * @param resource|\LDAP\Connection $link LDAP link resource
	 * @return string error message
	 */
	public function error($link);

	/**
	 * Splits DN into its component parts
	 * @param string $dn
	 * @param int @withAttrib
	 * @return array|false
	 * @link https://www.php.net/manual/en/function.ldap-explode-dn.php
	 */
	public function explodeDN($dn, $withAttrib);

	/**
	 * Return first result id
	 * @param resource|\LDAP\Connection $link LDAP link resource
	 * @param resource|\LDAP\Result $result LDAP result resource
	 * @return resource|\LDAP\ResultEntry an LDAP entry resource
	 * */
	public function firstEntry($link, $result);

	/**
	 * Get attributes from a search result entry
	 * @param resource|\LDAP\Connection $link LDAP link resource
	 * @param resource|\LDAP\ResultEntry $result LDAP result resource
	 * @return array containing the results, false on error
	 * */
	public function getAttributes($link, $result);

	/**
	 * Get the DN of a result entry
	 * @param resource|\LDAP\Connection $link LDAP link resource
	 * @param resource|\LDAP\ResultEntry $result LDAP result resource
	 * @return string containing the DN, false on error
	 */
	public function getDN($link, $result);

	/**
	 * Get all result entries
	 * @param resource|\LDAP\Connection $link LDAP link resource
	 * @param resource|\LDAP\Result $result LDAP result resource
	 * @return array containing the results, false on error
	 */
	public function getEntries($link, $result);

	/**
	 * Return next result id
	 * @param resource|\LDAP\Connection $link LDAP link resource
	 * @param resource|\LDAP\ResultEntry $result LDAP result resource
	 * @return resource|\LDAP\ResultEntry an LDAP entry resource
	 * */
	public function nextEntry($link, $result);

	/**
	 * Read an entry
	 * @param resource|\LDAP\Connection $link LDAP link resource
	 * @param string $baseDN The DN of the entry to read from
	 * @param string $filter An LDAP filter
	 * @param array $attr array of the attributes to read
	 * @return resource|\LDAP\Result an LDAP search result resource
	 */
	public function read($link, $baseDN, $filter, $attr);

	/**
	 * Search LDAP tree
	 * @param resource|\LDAP\Connection $link LDAP link resource
	 * @param string $baseDN The DN of the entry to read from
	 * @param string $filter An LDAP filter
	 * @param array $attr array of the attributes to read
	 * @param int $attrsOnly optional, 1 if only attribute types shall be returned
	 * @param int $limit optional, limits the result entries
	 * @return resource|\LDAP\Result|false an LDAP search result resource, false on error
	 */
	public function search($link, string $baseDN, string $filter, array $attr, int $attrsOnly = 0, int $limit = 0, int $pageSize = 0, string $cookie = '');

	/**
	 * Replace the value of a userPassword by $password
	 * @param resource|\LDAP\Connection $link LDAP link resource
	 * @param string $userDN the DN of the user whose password is to be replaced
	 * @param string $password the new value for the userPassword
	 * @return bool true on success, false otherwise
	 */
	public function modReplace($link, $userDN, $password);

	/**
	 * Sets the value of the specified option to be $value
	 * @param resource|\LDAP\Connection $link LDAP link resource
	 * @param int $option a defined LDAP Server option
	 * @param mixed $value the new value for the option
	 * @return bool true on success, false otherwise
	 */
	public function setOption($link, $option, $value);

	/**
	 * establish Start TLS
	 * @param resource|\LDAP\Connection $link LDAP link resource
	 * @return bool true on success, false otherwise
	 */
	public function startTls($link);

	/**
	 * Unbind from LDAP directory
	 * @param resource|\LDAP\Connection $link LDAP link resource
	 * @return bool true on success, false otherwise
	 */
	public function unbind($link);

	//additional required methods in Nextcloud

	/**
	 * Checks whether the server supports LDAP
	 * @return bool true if it the case, false otherwise
	 * */
	public function areLDAPFunctionsAvailable();

	/**
	 * Checks whether the submitted parameter is a resource
	 * @param mixed $resource the resource variable to check
	 * @return bool true if it is a resource or LDAP object, false otherwise
	 */
	public function isResource($resource);
}