Definition at line 23 of file class.ilSamlAuthFactory.php.
◆ auth()
ilSamlAuthFactory::auth |
( |
string |
$authSourceName = 'default-sp' | ) |
|
◆ getConfigDirectory()
ilSamlAuthFactory::getConfigDirectory |
( |
| ) |
|
- Exceptions
-
Definition at line 41 of file class.ilSamlAuthFactory.php.
References $DIC, and ilFileUtils\getDataDir().
Referenced by auth().
45 $fs = $DIC->filesystem()->storage();
47 if (!$fs->hasDir(self::METADATA_PATH)) {
48 $fs->createDir(self::METADATA_PATH);
static getDataDir()
get data directory (outside webspace)
◆ METADATA_PATH
const ilSamlAuthFactory::METADATA_PATH = 'auth/saml/config' |
|
private |
The documentation for this class was generated from the following file: