Lines Matching refs:method

11 * Improve getSelfRoutedURLNoQuery method
13 * Remove use of $_GET on static method validateBinarySign
29 …ifier and SPNameQualifier to logout method. Add getNameIdNameQualifier to Auth and SamlResponse. E…
38 * Add parameter to the decryptElement method to make optional the formatting
39 * [#283](https://github.com/onelogin/php-saml/pull/283) New method of importing a decrypted asserti…
40 * Allow the getSPMetadata() method to always include the encryption Key Descriptor
42 * [#265](https://github.com/onelogin/php-saml/issues/265) Support parameters at getSPMetadata method
43 * Avoid calling static method using this
48 * Add getAttributesWithFriendlyName method which returns the set of SAML attributes indexed by Frie…
68 * Fix IdPMetadataParser. The SingleLogoutService retrieved method was wrong
79 * Reset errorReason attribute of the auth object after each Process method
155 * Improve formatPrivateKey method
158 * Add $wantEncrypted parameter on addX509KeyDescriptors method that will allow to set KeyDescriptor…
159 * Add $stay parameter on redirectTo method. (login/logout supports $stay but I forgot add this on p…
169 * Add $stay parameter to login, logout and processSLO method.
174 * Make SPNameQualifier optional on the generateNameId method. Avoid the use of SPNameQualifier when…
188 * Split the setting check methods. Now 1 method for IdP settings and other for SP settings.
202 * Improve isHTTPS method in order to support HTTP_X_FORWARDED_PORT.
225 * Fix bug in formatPrivateKey method, the key could be not RSA.
227 * Decrypt method improved.
236 * The isValid method of the Logout Request is now non-static. (affects processSLO method of Auth.ph…
238 * Now after validate a message, if fails a method getError of the object will return the cause.
241 * Improve Test (new test, use the new getError method for testing).