Áú»¢¶Ä²©

This is the documentation page for an unsupported version of Áú»¢¶Ä²©.
Is this not what you were looking for? Switch to the current version or choose one from the drop-down menu.

authentication.get

Description

object authentication.get(object parameters)

La m¨¦thode permet de r¨¦cup¨¦rer un objet d'authentification en fonction des param¨¨tres donn¨¦s.

Cette m¨¦thode est disponible uniquement pour les utilisateurs de type Super admin. Les autorisations d'appel de la m¨¦thode peuvent ¨ºtre r¨¦voqu¨¦es dans les param¨¨tres du r?le utilisateur. Voir les r?les utilisateur pour plus d'informations.

±Ê²¹°ù²¹³¾¨¨³Ù°ù±ð²õ

(object) ±Ê²¹°ù²¹³¾¨¨³Ù°ù±ð²õ d¨¦finissant la sortie souhait¨¦e.

La m¨¦thode prend en charge seulement un param¨¨tre.

±Ê²¹°ù²¹³¾¨¨³Ù°ù±ð Type Description
output query Ce param¨¨tre, commun ¨¤ toutes les m¨¦thodesget est d¨¦crit dans les commentaires de r¨¦f¨¦rence.

Valeurs retourn¨¦es

(object) Renvoie l'objet d'authentification.

Exemples

Requ¨ºte :

{
           "jsonrpc": "2.0",
           "method": "authentication.get",
           "params": {
               "output": "extend"
           },
           "auth": "038e1d7b1735c6a5436ee9eae095879e",
           "id": 1
       }

R¨¦ponse :

{
           "jsonrpc": "2.0",
           "result": {
               "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"
           },
           "id": 1
       }

Source

CAuthentication::get() dans ui/include/classes/api/services/CAuthentication.php.