[comment]: # ({558a988d-558a988d})
# authentication.get

[comment]: # ({/558a988d-558a988d})

[comment]: # ({33c86990-f493fd10})
### תיאור

`object authentication.get(object parameters)`

השיטה מאפשרת לאחזר אובייקט אימות לפי
פרמטרים נתונים.

::: noteclassic
שיטה זו זמינה רק לסוג משתמש *סופר אדמין*.
ניתן לבטל הרשאות להתקשר למתודה בהגדרות תפקידי המשתמש. לִרְאוֹת
[מִשׁתַמֵשׁ
תפקידים](/manual/web_interface/frontend_sections/administration/user_roles)
למידע נוסף.
:::

[comment]: # ({/33c86990-f493fd10})

[comment]: # ({c43c1377-24b20f8d})
### פרמטרים

`(object)` פרמטרים המגדירים את הפלט הרצוי.

השיטה תומכת בפרמטר אחד בלבד.

|פרמטר|[סוג](/manual/api/reference_commentary#data_types)|תיאור|
|--|--|------|
|output|query|פרמטר זה משותף לכל שיטות ה-'get' המתוארות ב[פירוש ההתייחסות](/manual/api/reference_commentary#common_get_method_parameters).|

[comment]: # ({/c43c1377-24b20f8d})

[comment]: # ({6394c247-6394c247})
### החזר ערכים

`(אובייקט)` מחזירה אובייקט אימות.

[comment]: # ({/6394c247-6394c247})

[comment]: # ({b0914ab3-cad6afa3})
### דוגמאות

בַּקָשָׁה:

``` json
{
     "jsonrpc": "2.0",
     "method": "authentication.get",
     "params": {
         "output": "להרחיב"
     },
     "auth": "038e1d7b1735c6a5436ee9eae095879e",
     "מזהה": 1
}
```

תְגוּבָה:

``` json
{
     "jsonrpc": "2.0",
     "תוצאה": {
         "authentication_type": "0",
         "http_auth_enabled": "0",
         "http_login_form": "0",
         "http_strip_domains": "",
         "http_case_sensitive": "1",
         "ldap_configured": "0",
         "ldap_host": "",
         "ldap_port": "389",
         "ldap_base_dn": "",
         "ldap_search_attribute": "",
         "ldap_bind_dn": "",
         "ldap_case_sensitive": "1",
         "ldap_bind_password": "",
         "saml_auth_enabled": "0",
         "saml_idp_entityid": "",
         "saml_sso_url": "",
         "saml_slo_url": "",
         "saml_username_attribute": "",
         "saml_sp_entityid": "",
         "saml_nameid_format": "",
         "saml_sign_messages": "0",
         "saml_sign_assertions": "0",
         "saml_sign_authn_requests": "0",
         "saml_sign_logout_requests": "0",
         "saml_sign_logout_responses": "0",
         "saml_encrypt_nameid": "0",
         "saml_encrypt_assertions": "0",
         "saml_case_sensitive": "0",
         "passwd_min_length": "8",
         "passwd_check_rules": "8"
     },
     "מזהה": 1
}
```

[comment]: # ({/b0914ab3-cad6afa3})

[comment]: # ({c7ac27bf-b8be0c1f})
### מקור

CAuthentication::get()‎ בתוך
*ui/include/classes/api/services/CAuthentication.php*.

[comment]: # ({/c7ac27bf-b8be0c1f})
