Lines Matching refs:used

146 The old code that you used in order to add SAML support will continue working
179 …eprecated that mechanism, we maintain it for compatibility and also to be used on test environment.
258 * `settings_example.php` - A template to be used in order to create a
260 * `advanced_settings_example.php` - A template to be used in order to create a
310 // Set a BaseURL to be used instead of try to guess
325 // SAML protocol binding to be used when returning the <Response>
351 // SAML protocol binding to be used when returning the <Response>
356 // Specifies the constraints on the name identifier to be used to
384 // SAML protocol binding to be used when returning the <Response>
394 // if not set, url for the SLO Request will be used
396 // SAML protocol binding to be used when returning the <Response>
411 … * let the toolkit know which algorithm was used. Possible values: sha1, sha256, sha384 or sha512
424 * (when used, 'x509cert' and 'certFingerprint' values are
539 // Notice that sha1 is a deprecated algorithm and should not be used
547 // Notice that sha1 is a deprecated algorithm and should not be used
864 Each attribute name can be used as an index into `$attributes` to obtain the value. Every attribute…
1017 * `$name_id` - That will be used to build the LogoutRequest. If `name_id` parameter is not set and …
1018 SAML Response with a `NameId`, then this `NameId` will be used.
1209 * `getSelfPort` Return the port number used for the request
1216 getSelfURLNoQuery and getSelfRoutedURLNoQuery are used to calculate the currentURL in order to vali…
1220 …st`, `getSelfPort` and `getBaseURLPath`. And define a `setBasePath` to be used on the `getSelfURL`…
1247 When that parameter is used, `'x509cert'` and `'certFingerprint'` values will be ignored by the too…
1250 - `'signing'`. An array of certs that will be used to validate IdP signature
1251 - `'encryption'` An array with one unique cert that will be used to encrypt data to be sent to the …
1290 A simple class used to build the Setting object used in the v1.0 of the toolkit.
1470 * `generateUniqueID` - Generates a unique string (used for example as ID
1532 file is loaded in order to get the `$settingsInfo` var to be used in order to initialize
1587 the `index.php` file and how `GET` parameters are used to know the action that
1674 could be used as a template for your `settings.php` file.