From 715844a286ee82dee55bb35ac329d224dc6d0824 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Thu, 3 Sep 2009 10:37:15 +0000 Subject: [PATCH] SimpleSAML_Auth_Source: Add getAuthId(). git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1740 44740490-163a-0410-bde0-09ae8108e29a --- lib/SimpleSAML/Auth/Source.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/SimpleSAML/Auth/Source.php b/lib/SimpleSAML/Auth/Source.php index 267c48df3..6781d6986 100644 --- a/lib/SimpleSAML/Auth/Source.php +++ b/lib/SimpleSAML/Auth/Source.php @@ -71,6 +71,17 @@ abstract class SimpleSAML_Auth_Source { } + /** + * Retrieve the ID of this authentication source. + * + * @return string The ID of this authentication source. + */ + public function getAuthId() { + + return $this->authId; + } + + /** * Process a request. * -- GitLab