Lines Matching refs:from

46  * **Usability** - One-click access from portals or intranets, deep linking,
107 #### Option 1. clone the repository from github ####
111 #### Option 2. Download from github ####
113 The toolkit is hosted on github. You can download it from:
150 The old-demo folder contains code from an old app that uses the old version of
323 // URL Location where the <Response> from the IdP will be returned
349 // URL Location where the <Response> from the IdP will be returned
1220 … `getSelfURL` and `getSelfRoutedURLNoQuery` to replace the data extracted from `$_SERVER["REQUEST_…
1327 * `getNameIdFormat` - Gets the NameID Format provided by the SAML response from the IdP.
1328 * `getNameIdNameQualifier` - Gets the NameID NameQualifier provided from the SAML Response String.
1329 …* `getNameIdNameSPQualifier` - Gets the NameID SP NameQualifier provided from the SAML Response St…
1330 * `getSessionIndex` - Gets the SessionIndex from the AuthnStatement.
1361 * `getIssuers` - Gets the Issuers (from Response and Assertion)
1362 * `getNameIdData` - Gets the NameID Data provided by the SAML response from the
1364 * `getNameId` - Gets the NameID provided by the SAML response from the IdP.
1365 * `getNameIdFormat` - Gets the NameID Format provided by the SAML response from the IdP.
1366 * `getNameIdNameQualifier` - Gets the NameID NameQualifier provided from the SAML Response String.
1367 …* `getNameIdNameSPQualifier` - Gets the NameID SP NameQualifier provided from the SAML Response St…
1368 * `getSessionNotOnOrAfter` - Gets the SessionNotOnOrAfter from the
1370 * `getSessionIndex` - Gets the SessionIndex from the AuthnStatement.
1371 * `getAttributes` - Gets the Attributes from the AttributeStatement element.
1389 * `getSessionIndexes` - Gets the SessionIndexes from the Logout Request.
1399 (Initialize params from settings and if provided load the Logout Response)
1413 the different folders and Loads settings info from settings file or
1480 * `query` - Extracts nodes from the DOMDocument.
1486 * `getStatus` - Gets Status from a Response.
1497 * `parseRemoteXML` - Get IdP Metadata Info from URL.
1498 * `parseFileXML` - Get IdP Metadata Info from File.
1499 * `parseXML` - Get IdP Metadata Info from XML.