Home
last modified time | relevance | path

Searched defs:BasicAuth (Results 1 – 25 of 492) sorted by relevance

12345678910>>...20

/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/studio-b12/gowebdav/
H A DbasicAuth.go9 type BasicAuth struct { struct
10 user string
11 pw string
15 func (b *BasicAuth) Type() string {
20 func (b *BasicAuth) User() string {
25 func (b *BasicAuth) Pass() string {
30 func (b *BasicAuth) Authorize(req *http.Request, method string, path string) {
/dports/net/rclone/rclone-1.57.0/vendor/github.com/abbot/go-http-auth/
H A Dbasic.go50 type BasicAuth struct { struct
51 Realm string
52 Secrets SecretProvider
55 Headers *Headers
68 func (a *BasicAuth) CheckAuth(r *http.Request) string {
126 func (a *BasicAuth) RequireAuth(w http.ResponseWriter, r *http.Request) {
140 func (a *BasicAuth) Wrap(wrapped AuthenticatedHandlerFunc) http.HandlerFunc {
152 func (a *BasicAuth) NewContext(ctx context.Context, r *http.Request) context.Context {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/abbot/go-http-auth/
H A Dbasic.go10 type BasicAuth struct { struct
11 Realm string
12 Secrets SecretProvider
22 func (a *BasicAuth) CheckAuth(r *http.Request) string {
62 func (a *BasicAuth) RequireAuth(w http.ResponseWriter, r *http.Request) {
75 func (a *BasicAuth) Wrap(wrapped AuthenticatedHandlerFunc) http.HandlerFunc {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/abbot/go-http-auth/
H A Dbasic.go52 type BasicAuth struct { struct
53 Realm string
54 Secrets SecretProvider
57 Headers *Headers
66 func (a *BasicAuth) CheckAuth(r *http.Request) string {
121 func (a *BasicAuth) RequireAuth(w http.ResponseWriter, r *http.Request) {
134 func (a *BasicAuth) Wrap(wrapped AuthenticatedHandlerFunc) http.HandlerFunc {
146 func (a *BasicAuth) NewContext(ctx context.Context, r *http.Request) context.Context {
/dports/devel/yaegi/yaegi-0.9.23/_test/
H A Dstruct21.go5 type BasicAuth struct { struct
6 Realm string
7 Secrets SecretProvider
10 func (a *BasicAuth) CheckAuth() string { return a.Secrets("me", a.Realm) }
12 …(a *BasicAuth) secretBasic(user, realm string) string { return a.Realm + "-" + user + "-" + realm }
H A Dstruct20.go5 type BasicAuth struct { struct
6 Realm string
7 Secrets SecretProvider
10 func (a *BasicAuth) CheckAuth() string { return a.Secrets("me", a.Realm) }
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/go-kivik/pouchdb/
H A Dbasicauth.go6 type BasicAuth struct { struct
7 Name string
8 Password string
12 func (a *BasicAuth) authenticate(c *client) error {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/astaxie/beego/plugins/auth/
H A Dbasic.go71 type BasicAuth struct { struct
72 Secrets SecretProvider
73 Realm string
80 func (a *BasicAuth) CheckAuth(r *http.Request) string {
103 func (a *BasicAuth) RequireAuth(w http.ResponseWriter, r *http.Request) {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/vulcand/oxy/utils/
H A Dauth.go10 type BasicAuth struct { struct
11 Username string
12 Password string
15 func (ba *BasicAuth) String() string {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/go-kivik/couchdb/chttp/
H A Dauth.go22 type BasicAuth struct { struct
23 Username string
24 Password string
28 transport http.RoundTripper
35 func (a *BasicAuth) RoundTrip(req *http.Request) (*http.Response, error) {
45 func (a *BasicAuth) Authenticate(ctx context.Context, c *Client) error {
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/actix-web-httpauth-0.6.0-beta.2/src/extractors/
H A Dbasic.rs92 pub struct BasicAuth(Basic); struct
94 impl BasicAuth { impl
106 impl FromRequest for BasicAuth { implementation
132 impl AuthExtractor for BasicAuth { implementation
/dports/devel/awless/awless-0.1.11/vendor/gopkg.in/src-d/go-git.v4/plumbing/transport/http/
H A Dcommon.go158 type BasicAuth struct { struct
159 username, password string
167 func (a *BasicAuth) setAuth(r *http.Request) {
176 func (a *BasicAuth) Name() string {
180 func (a *BasicAuth) String() string {
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/http/
H A Dcommon.go191 type BasicAuth struct { struct
192 Username, Password string
195 func (a *BasicAuth) SetAuth(r *http.Request) {
204 func (a *BasicAuth) Name() string {
208 func (a *BasicAuth) String() string {
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/go-git/go-git/v5/plumbing/transport/http/
H A Dcommon.go192 type BasicAuth struct { struct
193 Username, Password string
196 func (a *BasicAuth) SetAuth(r *http.Request) {
205 func (a *BasicAuth) Name() string {
209 func (a *BasicAuth) String() string {
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/go-git/go-git/v5/plumbing/transport/http/
H A Dcommon.go192 type BasicAuth struct { struct
193 Username, Password string
196 func (a *BasicAuth) SetAuth(r *http.Request) {
205 func (a *BasicAuth) Name() string {
209 func (a *BasicAuth) String() string {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/go-git/go-git/v5/plumbing/transport/http/
H A Dcommon.go191 type BasicAuth struct { struct
192 Username, Password string
195 func (a *BasicAuth) SetAuth(r *http.Request) {
204 func (a *BasicAuth) Name() string {
208 func (a *BasicAuth) String() string {
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/go-git-341962be15a4/plumbing/transport/http/
H A Dcommon.go191 type BasicAuth struct { struct
192 Username, Password string
195 func (a *BasicAuth) SetAuth(r *http.Request) {
204 func (a *BasicAuth) Name() string {
208 func (a *BasicAuth) String() string {
/dports/security/keybase/client-v5.7.1/go/vendor/gopkg.in/src-d/go-git.v4/plumbing/transport/http/
H A Dcommon.go178 type BasicAuth struct { struct
179 Username, Password string
182 func (a *BasicAuth) setAuth(r *http.Request) {
191 func (a *BasicAuth) Name() string {
195 func (a *BasicAuth) String() string {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-git/go-git/v5/plumbing/transport/http/
H A Dcommon.go192 type BasicAuth struct { struct
193 Username, Password string
196 func (a *BasicAuth) SetAuth(r *http.Request) {
205 func (a *BasicAuth) Name() string {
209 func (a *BasicAuth) String() string {
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/go-git/go-git/v5/plumbing/transport/http/
H A Dcommon.go192 type BasicAuth struct { struct
193 Username, Password string
196 func (a *BasicAuth) SetAuth(r *http.Request) {
205 func (a *BasicAuth) Name() string {
209 func (a *BasicAuth) String() string {
/dports/net-im/dendrite/dendrite-0.5.1/internal/httputil/
H A Dhttpapi.go45 type BasicAuth struct { struct
46 Username string `yaml:"username"`
47 Password string `yaml:"password"`
280 func WrapHandlerInBasicAuth(h http.Handler, b BasicAuth) http.HandlerFunc {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/weaveworks/promrus/vendor/github.com/prometheus/common/config/
H A Dhttp_config.go29 type BasicAuth struct { struct
30 Username string `yaml:"username"`
31 Password Secret `yaml:"password"`
34 XXX map[string]interface{} `yaml:",inline"`
68 BasicAuth *BasicAuth `yaml:"basic_auth,omitempty"` member
107 func (a *BasicAuth) UnmarshalYAML(unmarshal func(interface{}) error) error {
/dports/sysutils/rest-server/rest-server-0.10.0/vendor/github.com/prometheus/common/config/
H A Dhttp_config.go29 type BasicAuth struct { struct
30 Username string `yaml:"username"`
31 Password Secret `yaml:"password"`
34 XXX map[string]interface{} `yaml:",inline"`
68 BasicAuth *BasicAuth `yaml:"basic_auth,omitempty"` member
109 func (a *BasicAuth) UnmarshalYAML(unmarshal func(interface{}) error) error {
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/prometheus/common/common-e3fb1a1acd76/config/
H A Dhttp_config.go29 type BasicAuth struct { struct
30 Username string `yaml:"username"`
31 Password Secret `yaml:"password"`
34 XXX map[string]interface{} `yaml:",inline"`
68 BasicAuth *BasicAuth `yaml:"basic_auth,omitempty"` member
107 func (a *BasicAuth) UnmarshalYAML(unmarshal func(interface{}) error) error {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/vendor/github.com/prometheus/common/config/
H A Dhttp_config.go29 type BasicAuth struct { struct
30 Username string `yaml:"username"`
31 Password Secret `yaml:"password"`
34 XXX map[string]interface{} `yaml:",inline"`
68 BasicAuth *BasicAuth `yaml:"basic_auth,omitempty"` member
109 func (a *BasicAuth) UnmarshalYAML(unmarshal func(interface{}) error) error {

12345678910>>...20