Home
last modified time | relevance | path

Searched refs:ExchangeOneTimeToken (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/nomad/api/
H A Dacl.go171 func (a *ACLTokens) ExchangeOneTimeToken(secret string, q *WriteOptions) (*ACLToken, *WriteMeta, er… func
/dports/sysutils/nomad/nomad-1.1.0/api/
H A Dacl.go171 func (a *ACLTokens) ExchangeOneTimeToken(secret string, q *WriteOptions) (*ACLToken, *WriteMeta, er… func
H A Dacl_test.go265 out3, wm, err := at.ExchangeOneTimeToken(out2.OneTimeSecretID, nil)
/dports/sysutils/nomad/nomad-1.1.0/command/agent/
H A Dacl_endpoint_test.go497 obj, err = s.Server.ExchangeOneTimeToken(respW, req)
513 obj, err = s.Server.ExchangeOneTimeToken(respW, req)
H A Dacl_endpoint.go299 func (s *HTTPServer) ExchangeOneTimeToken(resp http.ResponseWriter, req *http.Request) (interface{}… func
H A Dhttp.go279 s.mux.HandleFunc("/v1/acl/token/onetime/exchange", s.wrap(s.ExchangeOneTimeToken))
/dports/sysutils/nomad/nomad-1.1.0/nomad/
H A Dacl_endpoint.go891 func (a *ACL) ExchangeOneTimeToken(args *structs.OneTimeTokenExchangeRequest, reply *structs.OneTim… func