getAuthName($a_auth_id)
Get auth name by auth id.
Description of interface.
isAuthActive($a_auth_id)
Check if auth mode is active.
Interface of auth credentials.
getAuthIdByName($a_auth_name)
Get the auth id by an auth mode name.
isExternalAccountNameRequired($a_auth_id)
Check if an external account name is required for this authentication method Normally this should ret...
getLocalPasswordValidationType($a_auth_id)
Get local password validation type One of ilAuthUtils::LOCAL_PWV_FULL ilAuthUtils::LOCAL_PWV_NO ilAut...
getAuthIds()
Get authentication id.
supportsMultiCheck($a_auth_id)
Check whther authentication supports sequenced authentication.
isPasswordModificationAllowed($a_auth_id)
Check if authentication method allows password modifications.
getProvider(ilAuthCredentials $credentials, $a_auth_id)
Get auth provider instance.
getMultipleAuthModeOptions($a_auth_id)
Get an array of options for "multiple auth mode" selection array( AUTH_ID => array( 'txt' => NAME) ) ...