Lines Matching refs:endpoint

42         $endpoint = $endpointBuilder('Security\Authenticate');
43 $endpoint->setParams($params);
45 return $this->performRequest($endpoint);
64 $endpoint = $endpointBuilder('Security\ChangePassword');
65 $endpoint->setParams($params);
66 $endpoint->setUsername($username);
67 $endpoint->setBody($body);
69 return $this->performRequest($endpoint);
85 $endpoint = $endpointBuilder('Security\ClearApiKeyCache');
86 $endpoint->setParams($params);
87 $endpoint->setIds($ids);
89 return $this->performRequest($endpoint);
105 $endpoint = $endpointBuilder('Security\ClearCachedPrivileges');
106 $endpoint->setParams($params);
107 $endpoint->setApplication($application);
109 return $this->performRequest($endpoint);
126 $endpoint = $endpointBuilder('Security\ClearCachedRealms');
127 $endpoint->setParams($params);
128 $endpoint->setRealms($realms);
130 return $this->performRequest($endpoint);
146 $endpoint = $endpointBuilder('Security\ClearCachedRoles');
147 $endpoint->setParams($params);
148 $endpoint->setName($name);
150 return $this->performRequest($endpoint);
173 $endpoint = $endpointBuilder('Security\ClearCachedServiceTokens');
174 $endpoint->setParams($params);
175 $endpoint->setNamespace($namespace);
176 $endpoint->setService($service);
177 $endpoint->setName($name);
179 return $this->performRequest($endpoint);
196 $endpoint = $endpointBuilder('Security\CreateApiKey');
197 $endpoint->setParams($params);
198 $endpoint->setBody($body);
200 return $this->performRequest($endpoint);
224 $endpoint = $endpointBuilder('Security\CreateServiceToken');
225 $endpoint->setParams($params);
226 $endpoint->setNamespace($namespace);
227 $endpoint->setService($service);
228 $endpoint->setName($name);
230 return $this->performRequest($endpoint);
249 $endpoint = $endpointBuilder('Security\DeletePrivileges');
250 $endpoint->setParams($params);
251 $endpoint->setApplication($application);
252 $endpoint->setName($name);
254 return $this->performRequest($endpoint);
271 $endpoint = $endpointBuilder('Security\DeleteRole');
272 $endpoint->setParams($params);
273 $endpoint->setName($name);
275 return $this->performRequest($endpoint);
292 $endpoint = $endpointBuilder('Security\DeleteRoleMapping');
293 $endpoint->setParams($params);
294 $endpoint->setName($name);
296 return $this->performRequest($endpoint);
320 $endpoint = $endpointBuilder('Security\DeleteServiceToken');
321 $endpoint->setParams($params);
322 $endpoint->setNamespace($namespace);
323 $endpoint->setService($service);
324 $endpoint->setName($name);
326 return $this->performRequest($endpoint);
343 $endpoint = $endpointBuilder('Security\DeleteUser');
344 $endpoint->setParams($params);
345 $endpoint->setUsername($username);
347 return $this->performRequest($endpoint);
364 $endpoint = $endpointBuilder('Security\DisableUser');
365 $endpoint->setParams($params);
366 $endpoint->setUsername($username);
368 return $this->performRequest($endpoint);
385 $endpoint = $endpointBuilder('Security\EnableUser');
386 $endpoint->setParams($params);
387 $endpoint->setUsername($username);
389 return $this->performRequest($endpoint);
408 $endpoint = $endpointBuilder('Security\GetApiKey');
409 $endpoint->setParams($params);
411 return $this->performRequest($endpoint);
425 $endpoint = $endpointBuilder('Security\GetBuiltinPrivileges');
426 $endpoint->setParams($params);
428 return $this->performRequest($endpoint);
446 $endpoint = $endpointBuilder('Security\GetPrivileges');
447 $endpoint->setParams($params);
448 $endpoint->setApplication($application);
449 $endpoint->setName($name);
451 return $this->performRequest($endpoint);
467 $endpoint = $endpointBuilder('Security\GetRole');
468 $endpoint->setParams($params);
469 $endpoint->setName($name);
471 return $this->performRequest($endpoint);
487 $endpoint = $endpointBuilder('Security\GetRoleMapping');
488 $endpoint->setParams($params);
489 $endpoint->setName($name);
491 return $this->performRequest($endpoint);
512 $endpoint = $endpointBuilder('Security\GetServiceAccounts');
513 $endpoint->setParams($params);
514 $endpoint->setNamespace($namespace);
515 $endpoint->setService($service);
517 return $this->performRequest($endpoint);
538 $endpoint = $endpointBuilder('Security\GetServiceCredentials');
539 $endpoint->setParams($params);
540 $endpoint->setNamespace($namespace);
541 $endpoint->setService($service);
543 return $this->performRequest($endpoint);
559 $endpoint = $endpointBuilder('Security\GetToken');
560 $endpoint->setParams($params);
561 $endpoint->setBody($body);
563 return $this->performRequest($endpoint);
579 $endpoint = $endpointBuilder('Security\GetUser');
580 $endpoint->setParams($params);
581 $endpoint->setUsername($username);
583 return $this->performRequest($endpoint);
597 $endpoint = $endpointBuilder('Security\GetUserPrivileges');
598 $endpoint->setParams($params);
600 return $this->performRequest($endpoint);
617 $endpoint = $endpointBuilder('Security\GrantApiKey');
618 $endpoint->setParams($params);
619 $endpoint->setBody($body);
621 return $this->performRequest($endpoint);
639 $endpoint = $endpointBuilder('Security\HasPrivileges');
640 $endpoint->setParams($params);
641 $endpoint->setUser($user);
642 $endpoint->setBody($body);
644 return $this->performRequest($endpoint);
660 $endpoint = $endpointBuilder('Security\InvalidateApiKey');
661 $endpoint->setParams($params);
662 $endpoint->setBody($body);
664 return $this->performRequest($endpoint);
680 $endpoint = $endpointBuilder('Security\InvalidateToken');
681 $endpoint->setParams($params);
682 $endpoint->setBody($body);
684 return $this->performRequest($endpoint);
701 $endpoint = $endpointBuilder('Security\PutPrivileges');
702 $endpoint->setParams($params);
703 $endpoint->setBody($body);
705 return $this->performRequest($endpoint);
724 $endpoint = $endpointBuilder('Security\PutRole');
725 $endpoint->setParams($params);
726 $endpoint->setName($name);
727 $endpoint->setBody($body);
729 return $this->performRequest($endpoint);
748 $endpoint = $endpointBuilder('Security\PutRoleMapping');
749 $endpoint->setParams($params);
750 $endpoint->setName($name);
751 $endpoint->setBody($body);
753 return $this->performRequest($endpoint);
772 $endpoint = $endpointBuilder('Security\PutUser');
773 $endpoint->setParams($params);
774 $endpoint->setUsername($username);
775 $endpoint->setBody($body);
777 return $this->performRequest($endpoint);
793 $endpoint = $endpointBuilder('Security\QueryApiKeys');
794 $endpoint->setParams($params);
795 $endpoint->setBody($body);
797 return $this->performRequest($endpoint);
813 $endpoint = $endpointBuilder('Security\SamlAuthenticate');
814 $endpoint->setParams($params);
815 $endpoint->setBody($body);
817 return $this->performRequest($endpoint);
833 $endpoint = $endpointBuilder('Security\SamlCompleteLogout');
834 $endpoint->setParams($params);
835 $endpoint->setBody($body);
837 return $this->performRequest($endpoint);
853 $endpoint = $endpointBuilder('Security\SamlInvalidate');
854 $endpoint->setParams($params);
855 $endpoint->setBody($body);
857 return $this->performRequest($endpoint);
873 $endpoint = $endpointBuilder('Security\SamlLogout');
874 $endpoint->setParams($params);
875 $endpoint->setBody($body);
877 return $this->performRequest($endpoint);
893 $endpoint = $endpointBuilder('Security\SamlPrepareAuthentication');
894 $endpoint->setParams($params);
895 $endpoint->setBody($body);
897 return $this->performRequest($endpoint);
913 $endpoint = $endpointBuilder('Security\SamlServiceProviderMetadata');
914 $endpoint->setParams($params);
915 $endpoint->setRealmName($realm_name);
917 return $this->performRequest($endpoint);