Home
last modified time | relevance | path

Searched refs:PreparedQueryWrite (Results 1 – 25 of 57) sorted by relevance

123

/dports/sysutils/consul_exporter/consul_exporter-0.3.0/vendor/github.com/hashicorp/consul/acl/
H A Dacl.go97 PreparedQueryWrite(string) bool methodSpec
189 func (s *StaticACL) PreparedQueryWrite(string) bool { func
585 func (p *PolicyACL) PreparedQueryWrite(prefix string) bool { func
599 return p.parent.PreparedQueryWrite(prefix)
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/acl/
H A Dacl.go105 PreparedQueryWrite(string) bool methodSpec
201 func (s *StaticACL) PreparedQueryWrite(string) bool { func
646 func (p *PolicyACL) PreparedQueryWrite(prefix string) bool { func
660 return p.parent.PreparedQueryWrite(prefix)
H A Dacl_test.go83 if !all.PreparedQueryWrite("foobar") {
153 if none.PreparedQueryWrite("foobar") {
217 if !manage.PreparedQueryWrite("foobar") {
413 if c.write != acl.PreparedQueryWrite(c.inp) {
555 if c.write != acl.PreparedQueryWrite(c.inp) {
/dports/sysutils/consul/consul-1.10.3/acl/
H A Dauthorizer.go131 PreparedQueryWrite(string, *AuthorizerContext) EnforcementDecision methodSpec
226 return authz.PreparedQueryWrite(segment, ctx), nil
H A Dchained_authorizer.go195 func (c *ChainedAuthorizer) PreparedQueryWrite(query string, entCtx *AuthorizerContext) Enforcement… func
197 return authz.PreparedQueryWrite(query, entCtx)
H A Dstatic_authorizer.go180 func (s *staticAuthorizer) PreparedQueryWrite(string, *AuthorizerContext) EnforcementDecision { func
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/acl/
H A Dauthorizer.go128 PreparedQueryWrite(string, *AuthorizerContext) EnforcementDecision methodSpec
220 return authz.PreparedQueryWrite(segment, ctx), nil
H A Dchained_authorizer.go189 func (c *ChainedAuthorizer) PreparedQueryWrite(query string, entCtx *AuthorizerContext) Enforcement… func
191 return authz.PreparedQueryWrite(query, entCtx)
H A Dstatic_authorizer.go173 func (s *staticAuthorizer) PreparedQueryWrite(string, *AuthorizerContext) EnforcementDecision { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/acl/
H A Dauthorizer.go131 PreparedQueryWrite(string, *AuthorizerContext) EnforcementDecision methodSpec
226 return authz.PreparedQueryWrite(segment, ctx), nil
H A Dchained_authorizer.go195 func (c *ChainedAuthorizer) PreparedQueryWrite(query string, entCtx *AuthorizerContext) Enforcement… func
197 return authz.PreparedQueryWrite(query, entCtx)
H A Dstatic_authorizer.go180 func (s *staticAuthorizer) PreparedQueryWrite(string, *AuthorizerContext) EnforcementDecision { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/acl/
H A Dauthorizer.go131 PreparedQueryWrite(string, *AuthorizerContext) EnforcementDecision methodSpec
226 return authz.PreparedQueryWrite(segment, ctx), nil
H A Dchained_authorizer.go195 func (c *ChainedAuthorizer) PreparedQueryWrite(query string, entCtx *AuthorizerContext) Enforcement… func
197 return authz.PreparedQueryWrite(query, entCtx)
H A Dstatic_authorizer.go180 func (s *staticAuthorizer) PreparedQueryWrite(string, *AuthorizerContext) EnforcementDecision { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/acl/
H A Dauthorizer.go128 PreparedQueryWrite(string, *AuthorizerContext) EnforcementDecision methodSpec
220 return authz.PreparedQueryWrite(segment, ctx), nil
H A Dchained_authorizer.go189 func (c *ChainedAuthorizer) PreparedQueryWrite(query string, entCtx *AuthorizerContext) Enforcement… func
191 return authz.PreparedQueryWrite(query, entCtx)
H A Dstatic_authorizer.go173 func (s *staticAuthorizer) PreparedQueryWrite(string, *AuthorizerContext) EnforcementDecision { func
/dports/net/traefik/traefik-2.6.1/vendor/github.com/hashicorp/consul/acl/
H A Dauthorizer.go131 PreparedQueryWrite(string, *AuthorizerContext) EnforcementDecision methodSpec
226 return authz.PreparedQueryWrite(segment, ctx), nil
H A Dchained_authorizer.go195 func (c *ChainedAuthorizer) PreparedQueryWrite(query string, entCtx *AuthorizerContext) Enforcement… func
197 return authz.PreparedQueryWrite(query, entCtx)
H A Dstatic_authorizer.go180 func (s *staticAuthorizer) PreparedQueryWrite(string, *AuthorizerContext) EnforcementDecision { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/acl/
H A Dacl.go116 PreparedQueryWrite(string) bool methodSpec
224 func (s *StaticACL) PreparedQueryWrite(string) bool { func
720 func (p *PolicyACL) PreparedQueryWrite(prefix string) bool { func
729 return p.parent.PreparedQueryWrite(prefix)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/acl/
H A Dacl.go116 PreparedQueryWrite(string) bool methodSpec
224 func (s *StaticACL) PreparedQueryWrite(string) bool { func
720 func (p *PolicyACL) PreparedQueryWrite(prefix string) bool { func
729 return p.parent.PreparedQueryWrite(prefix)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/acl/
H A Dacl.go116 PreparedQueryWrite(string) bool methodSpec
224 func (s *StaticAuthorizer) PreparedQueryWrite(string) bool { func
878 func (p *PolicyAuthorizer) PreparedQueryWrite(prefix string) bool { func
887 return p.parent.PreparedQueryWrite(prefix)
/dports/sysutils/consul/consul-1.10.3/agent/consul/
H A Dprepared_query_endpoint.go89 if rule != nil && rule.PreparedQueryWrite(prefix, nil) != acl.Allow {
109 if rule != nil && rule.PreparedQueryWrite(prefix, nil) != acl.Allow {

123