Home
last modified time | relevance | path

Searched refs:postAuth (Results 1 – 25 of 47) sorted by relevance

12

/dports/audio/ampache/ampache-php74-5.0.0/tests/Module/Authentication/
H A DAuthenticationManagerTest.php144 $this->subject->postAuth('roedlbroem')
159 $this->subject->postAuth($method)
179 $this->subject->postAuth($this->authenticatorName)
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Authentication/
H A DAuthenticationManager.php72 public function postAuth(string $method): ?array function in Ampache\\Module\\Authentication\\AuthenticationManager
80 $result = $authenticator->postAuth();
H A DAuthenticationManagerInterface.php35 public function postAuth(string $method): ?array; function
/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/
H A Dauth_test.go25 …_, err = postAuth(context.TODO(), sr, &url.Values{}, make(map[string]string), []byte{0x12, 0x34}, …
30 …_, err = postAuth(context.TODO(), sr, &url.Values{}, make(map[string]string), []byte{0x12, 0x34}, …
35 …_, err = postAuth(context.TODO(), sr, &url.Values{}, make(map[string]string), []byte{0x12, 0x34}, …
40 …_, err = postAuth(context.TODO(), sr, &url.Values{}, make(map[string]string), []byte{0x12, 0x34}, …
45 …_, err = postAuth(context.TODO(), sr, &url.Values{}, make(map[string]string), []byte{0x12, 0x34}, …
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Authentication/Authenticator/
H A DAuthenticatorInterface.php29 public function postAuth(): ?array; function
H A DLdapAuthenticator.php36 public function postAuth(): ?array function in Ampache\\Module\\Authentication\\Authenticator\\LdapAuthenticator
H A DPamAuthenticator.php53 public function postAuth(): ?array function in Ampache\\Module\\Authentication\\Authenticator\\PamAuthenticator
H A DHttpAuthenticator.php49 public function postAuth(): ?array function in Ampache\\Module\\Authentication\\Authenticator\\HttpAuthenticator
H A DExternalAuthenticator.php77 public function postAuth(): ?array function in Ampache\\Module\\Authentication\\Authenticator\\ExternalAuthenticator
H A DDatabaseAuthenticator.php82 public function postAuth(): ?array function in Ampache\\Module\\Authentication\\Authenticator\\DatabaseAuthenticator
/dports/net-mgmt/librenms/librenms-21.5.1/app/Http/ViewComposers/
H A DLayoutComposer.php52 Checks::postAuth();
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/api/server/router/system/
H A Dsystem.go30 router.NewPostRoute("/auth", r.postAuth),
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/api/server/router/system/
H A Dsystem.go33 router.NewPostRoute("/auth", r.postAuth),
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/api/server/router/system/
H A Dsystem.go33 router.NewPostRoute("/auth", r.postAuth),
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/api/server/router/system/
H A Dsystem.go35 router.NewPostRoute("/auth", r.postAuth),
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/api/server/router/system/
H A Dsystem.go35 router.NewPostRoute("/auth", r.postAuth),
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/api/server/router/system/
H A Dsystem.go35 router.NewPostRoute("/auth", r.postAuth),
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/api/server/router/system/
H A Dsystem.go35 router.NewPostRoute("/auth", r.postAuth),
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/api/server/router/system/
H A Dsystem.go35 router.NewPostRoute("/auth", r.postAuth),
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/api/server/router/system/
H A Dsystem.go38 router.NewPostRoute("/auth", r.postAuth),
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/api/server/router/system/
H A Dsystem.go38 router.NewPostRoute("/auth", r.postAuth),
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/api/server/router/system/
H A Dsystem.go37 router.NewPostRoute("/auth", r.postAuth),
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/api/server/router/system/
H A Dsystem.go38 router.NewPostRoute("/auth", r.postAuth),
/dports/net-mgmt/librenms/librenms-21.5.1/app/Http/Controllers/
H A DLegacyController.php17 Checks::postAuth();
/dports/net-mgmt/librenms/librenms-21.5.1/app/
H A DChecks.php40 public static function postAuth() function in App\\Checks

12