Lines Matching refs:new

134 After installation has completed you will find at the `vendor/` folder a new folder named `onelogin…
144 This 2.0 version has a new library. The toolkit is still compatible.
157 We recommend that you migrate the old code to the new one to be able to use
158 the new features that the new library Saml2 carries.
186 The new OneLogin SAML Toolkit contains different folders (`certs`, `endpoints`,
206 this case we could use the x509 cert previously mentioned or use a new x509
226 * `Saml2` folder contains the new version of the classes and methods that
265 new toolkit (loads the SAML library).
368 * you can define here the new x509cert and it will be
597 $auth = new OneLogin_Saml2_Auth();
599 $settings = new OneLogin_Saml2_Settings();
602 $auth = new OneLogin_Saml2_Auth($settingsInfo);
604 $settings = new OneLogin_Saml2_Settings($settingsInfo);
617 $auth = new OneLogin_Saml2_Auth($settingsInfo);
641 That SAML library uses the new classes and methods of the latest version of the
645 We strongly recommend migrating your old code and use the new API of the
646 new toolkit due there are a lot of new features that you can't handle with the
660 $auth = new OneLogin_Saml2_Auth(); // Constructor of the SP, loads settings.php
675 $auth = new OneLogin_Saml2_Auth();
715 $auth = new OneLogin_Saml2_Auth();
723 throw new OneLogin_Saml2_Error(
741 $settings = new OneLogin_Saml2_Settings($settingsInfo, true);
759 $auth = new OneLogin_Saml2_Auth();
901 $auth = new OneLogin_Saml2_Auth();
928 $logoutResponse = new OneLogin_Saml2_LogoutResponse($this->_settings, $_GET['SAMLResponse']);
957 $responseBuilder = new OneLogin_Saml2_LogoutResponse($this->_settings);
1009 $auth = new OneLogin_Saml2_Auth();
1039 $auth = new OneLogin_Saml2_Auth();
1044 $auth = new OneLogin_Saml2_Auth();
1100 $auth = new OneLogin_Saml2_Auth($settingsInfo); // Initialize the SP SAML instance
1184 $auth = new \OneLogin\Saml2\Auth($samlsettings);
1236 If you plan to update the SP x509cert and privateKey you can define the new x509cert as `$settings[…
1269 Most of them use classes and methods of the new SAML2 library.
1434 * `formatSPCertNew` - Formats the SP cert new.