summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/Auth/Source.php
Commit message (Expand)AuthorAgeFilesLines
* Update the classes in lib/SimpleSAML/ too.Jaime Perez Crespo2016-03-091-2/+2
* Duplicate the $state['SimpleSAML_Auth_Default.*'] entries to $state['SimpleSA...Jaime Perez Crespo2015-08-311-11/+16
* Take back the migration of SimpleSAML_Auth_Default::initLogout(), initLogoutR...Jaime Perez Crespo2015-08-311-65/+0
* Move SimpleSAML_Auth_Default::initLogout() to SimpleSAML_Auth_Source and depr...Jaime Perez Crespo2015-08-301-0/+20
* Move SimpleSAML_Auth_Default::initLogoutReturn() to SimpleSAML_Auth_Source an...Jaime Perez Crespo2015-08-301-0/+29
* Move SimpleSAML_Auth_Default::logoutCompleted() to SimpleSAML_Auth_Source and...Jaime Perez Crespo2015-08-301-0/+16
* SimpleSAML_Auth_Source::loginCompleted() needs to be declared public, as it i...Jaime Perez Crespo2015-08-301-1/+1
* Deprecate SimpleSAML_Default::logoutCallback() and move it to SimpleSAML_Auth...Jaime Perez Crespo2015-08-301-0/+25
* Refactor SimpleSAML_Auth_State::extractPersistentAuthState() to getPersistent...Jaime Perez Crespo2015-08-251-1/+1
* The state array should not be modified after extracting (getting) the persist...Jaime Perez Crespo2015-08-251-2/+1
* Remove assertion no longer needed.Jaime Perez Crespo2015-08-251-1/+0
* Deprecate SimpleSAML_Default::initLogin() and move it to SimpleSAML_Auth_Sour...Jaime Perez Crespo2015-08-121-0/+50
* Deprecate SimpleSAML_Default::loginCompleted() and move it to SimpleSAML_Auth...Jaime Perez Crespo2015-08-121-0/+32
* Resolve duplication of code.Jaime Perez Crespo2015-08-041-12/+21
* Fix phpdoc comments in SimpleSAML_SessionHandlerCookie plus a couple other mi...Jaime Perez Crespo2015-08-041-1/+1
* Reformat SimpleSAML_Auth_Source.Jaime Perez Crespo2015-08-031-344/+367
* Fix phpdoc comments for SimpleSAML_Auth_Source.Jaime Perez Crespo2015-08-031-23/+26
* Manually remove logout callbacks data from the session on the SP (instead of ...Jaime Perez Crespo2015-01-201-1/+2
* Remove trailing PHP close tags. Closes #59.Jaime Perez2015-01-151-2/+0
* Drop obsolete SVN $Id$ keywords.Thijs Kinkhorst2014-07-091-1/+0
* Rename SimpleSAML_Session::getInstance() to SimpleSAML_Session::getSessionFro...Jaime Perez2014-07-081-3/+3
* SimpleSAML_Auth_Source::getSourcesOfType(): Fix typo in variable name.Olav Morken2013-01-101-1/+1
* Add reauthentication infrastructure.Olav Morken2011-05-241-0/+20
* Fix for IdP-first flow logout (issue 397).Andjelko Horvat2011-05-181-0/+3
* SimpleSAML_Auth_Source: Add $type parameter to getById().Olav Morken2009-09-241-3/+23
* SimpleSAML_Auth_Source: Add getAuthId().Olav Morken2009-09-031-0/+11
* SimpleSAML_Auth_Source: Add getSourcesOfType().Olav Morken2009-09-031-0/+33
* SimpleSAML_Auth_Source: Add getSources()-function.Olav Morken2009-08-281-0/+14
* SimpleSAML_Auth_Source: Use getArray() instead of getValue().Olav Morken2009-08-171-5/+1
* Configuration: replace in-tree uses of copyFromBase and init with getConfig a...Olav Morken2009-02-261-2/+1
* Auth/{Source,Default}: add support for logout callbacks, for receiving extern...Olav Morken2008-11-101-0/+75
* Auth/Source: Add support for authsource logout handlersOlav Morken2008-10-201-0/+43
* Support authentication source modules.Olav Morken2008-08-181-0/+140