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