Home
last modified time | relevance | path

Searched refs:LoginCommand (Results 1 – 25 of 60) sorted by relevance

123

/dports/sysutils/terraform/terraform-1.0.11/internal/command/
H A Dlogin_test.go36 …loginTestCase := func(test func(t *testing.T, c *LoginCommand, ui *cli.MockUi)) func(t *testing.T)…
98 c := &LoginCommand{
110 …t.Run("app.terraform.io (no login support)", loginTestCase(func(t *testing.T, c *LoginCommand, ui …
135 …t.Run("example.com with authorization code flow", loginTestCase(func(t *testing.T, c *LoginCommand
159 …t.Run("example.com results in no scopes", loginTestCase(func(t *testing.T, c *LoginCommand, ui *cl…
194 ….com results in expected scopes", loginTestCase(func(t *testing.T, c *LoginCommand, ui *cli.MockUi…
209 …t.Run("TFE host without login support", loginTestCase(func(t *testing.T, c *LoginCommand, ui *cli.…
235 …pport, incorrectly pasted token", loginTestCase(func(t *testing.T, c *LoginCommand, ui *cli.MockUi…
256 …t.Run("host without login or TFE API support", loginTestCase(func(t *testing.T, c *LoginCommand, u…
267 t.Run("answering no cancels", loginTestCase(func(t *testing.T, c *LoginCommand, ui *cli.MockUi) {
[all …]
H A Dlogin.go35 type LoginCommand struct { struct
40 func (c *LoginCommand) Run(args []string) int { argument
302 func (c *LoginCommand) outputDefaultTFELoginSuccess(dispHostname string) { argument
313 func (c *LoginCommand) outputDefaultTFCLoginSuccess() { argument
323 func (c *LoginCommand) logMOTDError(err error) { argument
328 func (c *LoginCommand) Help() string { argument
357 func (c *LoginCommand) Synopsis() string { argument
361 func (c *LoginCommand) defaultOutputFile() string { argument
673 func (c *LoginCommand) interactiveContextConsent(hostname svchost.Hostname, grantType disco.OAuthGr… argument
714 func (c *LoginCommand) listenerForCallback(minPort, maxPort uint16) (net.Listener, string, error) { argument
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/command/
H A Dlogin.go20 type LoginCommand struct { struct
34 func (c *LoginCommand) Synopsis() string { argument
38 func (c *LoginCommand) Help() string { argument
81 func (c *LoginCommand) Flags() *FlagSets { argument
134 func (c *LoginCommand) AutocompleteArgs() complete.Predictor { argument
138 func (c *LoginCommand) AutocompleteFlags() complete.Flags { argument
142 func (c *LoginCommand) Run(args []string) int { argument
333 func (c *LoginCommand) extractToken(client *api.Client, secret *api.Secret, unwrap bool) (*api.Secr… argument
/dports/misc/concourse/vault-bdd38fca2cff/command/
H A Dlogin.go20 type LoginCommand struct { struct
34 func (c *LoginCommand) Synopsis() string { argument
38 func (c *LoginCommand) Help() string { argument
81 func (c *LoginCommand) Flags() *FlagSets { argument
134 func (c *LoginCommand) AutocompleteArgs() complete.Predictor { argument
138 func (c *LoginCommand) AutocompleteFlags() complete.Flags { argument
142 func (c *LoginCommand) Run(args []string) int { argument
333 func (c *LoginCommand) extractToken(client *api.Client, secret *api.Secret, unwrap bool) (*api.Secr… argument
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/command/
H A Dlogin.go20 type LoginCommand struct { struct
34 func (c *LoginCommand) Synopsis() string { argument
38 func (c *LoginCommand) Help() string { argument
81 func (c *LoginCommand) Flags() *FlagSets { argument
134 func (c *LoginCommand) AutocompleteArgs() complete.Predictor { argument
138 func (c *LoginCommand) AutocompleteFlags() complete.Flags { argument
142 func (c *LoginCommand) Run(args []string) int { argument
327 func (c *LoginCommand) extractToken(client *api.Client, secret *api.Secret, unwrap bool) (*api.Secr… argument
/dports/security/vault/vault-1.8.2/command/
H A Dlogin.go20 type LoginCommand struct { struct
34 func (c *LoginCommand) Synopsis() string { argument
38 func (c *LoginCommand) Help() string { argument
81 func (c *LoginCommand) Flags() *FlagSets { argument
134 func (c *LoginCommand) AutocompleteArgs() complete.Predictor { argument
138 func (c *LoginCommand) AutocompleteFlags() complete.Flags { argument
142 func (c *LoginCommand) Run(args []string) int { argument
333 func (c *LoginCommand) extractToken(client *api.Client, secret *api.Secret, unwrap bool) (*api.Secr… argument
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/command/
H A Dlogin.go20 type LoginCommand struct { struct
34 func (c *LoginCommand) Synopsis() string { argument
38 func (c *LoginCommand) Help() string { argument
81 func (c *LoginCommand) Flags() *FlagSets { argument
134 func (c *LoginCommand) AutocompleteArgs() complete.Predictor { argument
138 func (c *LoginCommand) AutocompleteFlags() complete.Flags { argument
142 func (c *LoginCommand) Run(args []string) int { argument
327 func (c *LoginCommand) extractToken(client *api.Client, secret *api.Secret, unwrap bool) (*api.Secr… argument
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/command/
H A Dlogin.go20 type LoginCommand struct { struct
34 func (c *LoginCommand) Synopsis() string { argument
38 func (c *LoginCommand) Help() string { argument
81 func (c *LoginCommand) Flags() *FlagSets { argument
134 func (c *LoginCommand) AutocompleteArgs() complete.Predictor { argument
138 func (c *LoginCommand) AutocompleteFlags() complete.Flags { argument
142 func (c *LoginCommand) Run(args []string) int { argument
333 func (c *LoginCommand) extractToken(client *api.Client, secret *api.Secret, unwrap bool) (*api.Secr… argument
/dports/sysutils/gomplate/vault-sdk-v0.1.13/command/
H A Dlogin.go20 type LoginCommand struct { struct
34 func (c *LoginCommand) Synopsis() string { argument
38 func (c *LoginCommand) Help() string { argument
81 func (c *LoginCommand) Flags() *FlagSets { argument
134 func (c *LoginCommand) AutocompleteArgs() complete.Predictor { argument
138 func (c *LoginCommand) AutocompleteFlags() complete.Flags { argument
142 func (c *LoginCommand) Run(args []string) int { argument
327 func (c *LoginCommand) extractToken(client *api.Client, secret *api.Secret, unwrap bool) (*api.Secr… argument
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/command/
H A Dlogin.go20 type LoginCommand struct { struct
34 func (c *LoginCommand) Synopsis() string { argument
38 func (c *LoginCommand) Help() string { argument
81 func (c *LoginCommand) Flags() *FlagSets { argument
134 func (c *LoginCommand) AutocompleteArgs() complete.Predictor { argument
138 func (c *LoginCommand) AutocompleteFlags() complete.Flags { argument
142 func (c *LoginCommand) Run(args []string) int { argument
327 func (c *LoginCommand) extractToken(client *api.Client, secret *api.Secret, unwrap bool) (*api.Secr… argument
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/command/
H A Dlogin.go20 type LoginCommand struct { struct
34 func (c *LoginCommand) Synopsis() string { argument
38 func (c *LoginCommand) Help() string { argument
81 func (c *LoginCommand) Flags() *FlagSets { argument
134 func (c *LoginCommand) AutocompleteArgs() complete.Predictor { argument
138 func (c *LoginCommand) AutocompleteFlags() complete.Flags { argument
142 func (c *LoginCommand) Run(args []string) int { argument
327 func (c *LoginCommand) extractToken(client *api.Client, secret *api.Secret, unwrap bool) (*api.Secr… argument
/dports/sysutils/istio/vault-sdk-v0.1.12/command/
H A Dlogin.go20 type LoginCommand struct { struct
34 func (c *LoginCommand) Synopsis() string { argument
38 func (c *LoginCommand) Help() string { argument
81 func (c *LoginCommand) Flags() *FlagSets { argument
134 func (c *LoginCommand) AutocompleteArgs() complete.Predictor { argument
138 func (c *LoginCommand) AutocompleteFlags() complete.Flags { argument
142 func (c *LoginCommand) Run(args []string) int { argument
327 func (c *LoginCommand) extractToken(client *api.Client, secret *api.Secret, unwrap bool) (*api.Secr… argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/command/
H A Dlogin.go20 type LoginCommand struct { struct
38 func (c *LoginCommand) Synopsis() string { argument
42 func (c *LoginCommand) Help() string { argument
85 func (c *LoginCommand) Flags() *FlagSets { argument
148 func (c *LoginCommand) AutocompleteArgs() complete.Predictor { argument
152 func (c *LoginCommand) AutocompleteFlags() complete.Flags { argument
156 func (c *LoginCommand) Run(args []string) int { argument
374 func (c *LoginCommand) extractToken(client *api.Client, secret *api.Secret, unwrap bool) (*api.Secr… argument
/dports/misc/concourse/concourse-6.7.2/vendor/code.cloudfoundry.org/credhub-cli/commands/
H A Dlogin.go17 type LoginCommand struct { struct
30 func (c *LoginCommand) Execute([]string) error { argument
139 func validateParameters(cmd *LoginCommand) error { argument
189 func promptForMissingCredentials(cmd *LoginCommand, uaa *uaa.Client) error { argument
H A Dcommands.go17 …Login LoginCommand `command:"login" alias:"l" description:"Authenticate…
/dports/net/concourse-fly/concourse-6.7.1/fly/commands/
H A Dlogin.go26 type LoginCommand struct { struct
40 func (command *LoginCommand) Execute(args []string) error { argument
180 func (command *LoginCommand) passwordGrant(client concourse.Client, username, password string) (str… argument
199 func (command *LoginCommand) authCodeGrant(targetUrl string, browserOnly bool, isRawMode bool) (str… argument
318 func (command *LoginCommand) saveTarget(url string, token *rc.TargetToken, caCert string, clientCer… argument
341 func (command *LoginCommand) legacyAuth(target rc.Target, browserOnly bool, isRawMode bool) (string… argument
519 func (command *LoginCommand) verifyTeamExists(clientUrl string, token rc.TargetToken, caCert string… argument
/dports/misc/concourse/concourse-6.7.2/fly/commands/
H A Dlogin.go26 type LoginCommand struct { struct
40 func (command *LoginCommand) Execute(args []string) error { argument
180 func (command *LoginCommand) passwordGrant(client concourse.Client, username, password string) (str… argument
199 func (command *LoginCommand) authCodeGrant(targetUrl string, browserOnly bool, isRawMode bool) (str… argument
318 func (command *LoginCommand) saveTarget(url string, token *rc.TargetToken, caCert string, clientCer… argument
341 func (command *LoginCommand) legacyAuth(target rc.Target, browserOnly bool, isRawMode bool) (string… argument
519 func (command *LoginCommand) verifyTeamExists(clientUrl string, token rc.TargetToken, caCert string… argument
/dports/mail/geary/geary-40.0/src/engine/imap/command/
H A Dimap-login-command.vala11 public class Geary.Imap.LoginCommand : Command {
15 public LoginCommand(string user,
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/webservices/rajce/
H A Drajcecommand.h91 class LoginCommand : public RajceCommand
97 explicit LoginCommand(const QString& username, const QString& password);
107 explicit LoginCommand(QObject*) = delete;
H A Drajcetalker.cpp119 …QSharedPointer<RajceCommand> command = QSharedPointer<LoginCommand>(new LoginCommand(username, pas… in login()
H A Drajcecommand.cpp256 LoginCommand::LoginCommand(const QString& username, const QString& password) in LoginCommand() function in DigikamGenericRajcePlugin::LoginCommand
264 void LoginCommand::parseResponse(QXmlQuery& q, RajceSession& state) in parseResponse()
291 void LoginCommand::cleanUpOnError(RajceSession& state) in cleanUpOnError()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/examples/wp8/MegaApp/MegaApp/Models/
H A DLoginViewModel.cs50 this.LoginCommand = new DelegateCommand(this.DoLogin); in LoginViewModel()
87 public ICommand LoginCommand { get; set; } property in MegaApp.Models.LoginViewModel
/dports/graphics/kipi-plugins/kipi-plugins-21.12.3/rajce/
H A Drajcesession.cpp153 class LoginCommand : public RajceCommand class
157 LoginCommand(const QString& username, const QString& password);
381 LoginCommand::LoginCommand(const QString& username, const QString& password) in LoginCommand() function in KIPIRajcePlugin::LoginCommand
389 void LoginCommand::parseResponse(QXmlQuery& q, SessionState& state) in parseResponse()
416 void LoginCommand::cleanUpOnError(SessionState& state) in cleanUpOnError()
750 LoginCommand* const command = new LoginCommand(username, password); in login()
/dports/databases/akonadi/akonadi-21.12.3/src/server/handler/
H A Dloginhandler.cpp21 const auto &cmd = Protocol::cmdCast<Protocol::LoginCommand>(m_command); in parseStream()
/dports/www/grafana8/grafana-8.3.6/pkg/api/dtos/
H A Dmodels.go22 type LoginCommand struct { struct

123