ILIAS
Release_5_0_x_branch Revision 61816
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
interface.ilAuthDefinition.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
4
10
interface
ilAuthDefinition
11
{
12
18
public
function
getContainer
($a_auth_id);
19
20
28
public
function
getAuthIds
();
29
30
38
public
function
getAuthIdByName
($a_auth_name);
39
45
public
function
getAuthName
($a_auth_id);
46
51
public
function
isAuthActive
($a_auth_id);
52
57
public
function
supportsMultiCheck
($a_auth_id);
58
65
public
function
isExternalAccountNameRequired
($a_auth_id);
66
70
public
function
isPasswordModificationAllowed
($a_auth_id);
71
81
public
function
getLocalPasswordValidationType
($a_auth_id);
82
91
public
function
getMultipleAuthModeOptions
($a_auth_id);
92
}
93
?>
Services
Authentication
interfaces
interface.ilAuthDefinition.php
Generated on Wed Apr 27 2016 21:01:29 for ILIAS by
1.8.1.2 (using
Doxyfile
)