Home
last modified time | relevance | path

Searched refs:HostCredentials (Results 1 – 25 of 27) sorted by relevance

12

/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/terraform-svchost/auth/
H A Dcredentials.go41 ForHost(host svchost.Hostname) (HostCredentials, error)
59 type HostCredentials interface { interface
73 HostCredentials
90 func (c Credentials) ForHost(host svchost.Hostname) (HostCredentials, error) {
H A Dcache.go17 cache: map[svchost.Hostname]HostCredentials{},
23 cache map[svchost.Hostname]HostCredentials
33 func (s *cachingCredentialsSource) ForHost(host svchost.Hostname) (HostCredentials, error) {
H A Dfrom_map.go14 func HostCredentialsFromMap(m map[string]interface{}) HostCredentials {
32 func HostCredentialsFromObject(obj cty.Value) HostCredentials {
H A Dtoken_credentials.go19 var _ HostCredentials = HostCredentialsToken("")
H A Dstatic.go20 func (s staticCredentialsSource) ForHost(host svchost.Hostname) (HostCredentials, error) {
H A Dhelper_program.go47 func (s *helperProgramCredentialsSource) ForHost(host svchost.Hostname) (HostCredentials, error) {
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/internal/svchost/auth/
H A Dcredentials.go35 ForHost(host svchost.Hostname) (HostCredentials, error)
40 type HostCredentials interface { interface
55 func (c Credentials) ForHost(host svchost.Hostname) (HostCredentials, error) {
H A Dcache.go17 cache: map[svchost.Hostname]HostCredentials{},
23 cache map[svchost.Hostname]HostCredentials
33 func (s *cachingCredentialsSource) ForHost(host svchost.Hostname) (HostCredentials, error) {
H A Dfrom_map.go10 func HostCredentialsFromMap(m map[string]interface{}) HostCredentials {
H A Dstatic.go18 func (s staticCredentialsSource) ForHost(host svchost.Hostname) (HostCredentials, error) {
H A Dhelper_program.go45 func (s *helperProgramCredentialsSource) ForHost(host svchost.Hostname) (HostCredentials, error) {
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/svchost/auth/
H A Dcredentials.go35 ForHost(host svchost.Hostname) (HostCredentials, error)
40 type HostCredentials interface { interface
55 func (c Credentials) ForHost(host svchost.Hostname) (HostCredentials, error) {
H A Dcache.go17 cache: map[svchost.Hostname]HostCredentials{},
23 cache map[svchost.Hostname]HostCredentials
33 func (s *cachingCredentialsSource) ForHost(host svchost.Hostname) (HostCredentials, error) {
H A Dfrom_map.go10 func HostCredentialsFromMap(m map[string]interface{}) HostCredentials {
H A Dstatic.go18 func (s staticCredentialsSource) ForHost(host svchost.Hostname) (HostCredentials, error) {
H A Dhelper_program.go45 func (s *helperProgramCredentialsSource) ForHost(host svchost.Hostname) (HostCredentials, error) {
/dports/devel/mutagen/mutagen-0.11.8/pkg/service/tunneling/
H A Dtunneling.go85 if r.HostCredentials != nil {
101 if r.HostCredentials != nil {
102 if err := r.HostCredentials.EnsureValid(); err != nil {
H A Dserver.go59 if err := stream.Send(&CreateResponse{HostCredentials: hostCredentials}); err != nil {
/dports/devel/mutagen/mutagen-0.11.8/cmd/mutagen/tunnel/
H A Dcreate.go103 } else if response.HostCredentials != nil {
104 statusLinePrinter.Print(fmt.Sprintf("Created tunnel %s", response.HostCredentials.Identifier))
105 encodedHostCredentials, err := proto.Marshal(response.HostCredentials)
/dports/sysutils/terraform/terraform-1.0.11/internal/command/cliconfig/
H A Dcredentials_test.go46 testReqAuthHeader := func(t *testing.T, creds svcauth.HostCredentials) string {
116 testReqAuthHeader := func(t *testing.T, creds svcauth.HostCredentials) string {
331 func (s *mockCredentialsHelper) ForHost(hostname svchost.Hostname) (svcauth.HostCredentials, error)…
H A Dcredentials.go155 func (s *CredentialsSource) ForHost(host svchost.Hostname) (svcauth.HostCredentials, error) {
/dports/sysutils/terraform/terraform-1.0.11/internal/getproviders/
H A Dregistry_client.go65 creds svcauth.HostCredentials
70 func newRegistryClient(baseURL *url.URL, creds svcauth.HostCredentials) *registryClient { argument
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/internal/svchost/disco/
H A Ddisco.go80 func (d *Disco) CredentialsForHost(hostname svchost.Hostname) (auth.HostCredentials, error) {
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/svchost/disco/
H A Ddisco.go80 func (d *Disco) CredentialsForHost(hostname svchost.Hostname) (auth.HostCredentials, error) {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/terraform-svchost/disco/
H A Ddisco.go97 func (d *Disco) CredentialsForHost(hostname svchost.Hostname) (auth.HostCredentials, error) {

12