Documentation ¶
Index ¶
- func Execute()
- func NewCreateClientsCommand() *cobra.Command
- func NewCreateCmd() *cobra.Command
- func NewCreateJWKSCmd() *cobra.Command
- func NewDeleteAccessTokensCmd() *cobra.Command
- func NewDeleteClientCmd() *cobra.Command
- func NewDeleteCmd() *cobra.Command
- func NewDeleteJWKSCommand() *cobra.Command
- func NewGetClientsCmd() *cobra.Command
- func NewGetCmd() *cobra.Command
- func NewGetJWKSCmd() *cobra.Command
- func NewImportClientCmd() *cobra.Command
- func NewImportCmd() *cobra.Command
- func NewIntrospectCmd() *cobra.Command
- func NewIntrospectTokenCmd() *cobra.Command
- func NewJanitorCmd(slOpts []servicelocatorx.Option, dOpts []driver.OptionsModifier, ...) *cobra.Command
- func NewKeysImportCmd() *cobra.Command
- func NewListClientsCmd() *cobra.Command
- func NewListCmd() *cobra.Command
- func NewMigrateCmd() *cobra.Command
- func NewMigrateGenCmd() *cobra.Command
- func NewMigrateSqlCmd(slOpts []servicelocatorx.Option, dOpts []driver.OptionsModifier, ...) *cobra.Command
- func NewPerformAuthorizationCodeCmd() *cobra.Command
- func NewPerformClientCredentialsCmd() *cobra.Command
- func NewPerformCmd() *cobra.Command
- func NewRevokeCmd() *cobra.Command
- func NewRevokeTokenCmd() *cobra.Command
- func NewRootCmd(slOpts []servicelocatorx.Option, dOpts []driver.OptionsModifier, ...) *cobra.Command
- func NewServeAdminCmd(slOpts []servicelocatorx.Option, dOpts []driver.OptionsModifier, ...) *cobra.Command
- func NewServeAllCmd(slOpts []servicelocatorx.Option, dOpts []driver.OptionsModifier, ...) *cobra.Command
- func NewServeCmd() *cobra.Command
- func NewServePublicCmd(slOpts []servicelocatorx.Option, dOpts []driver.OptionsModifier, ...) *cobra.Command
- func NewUpdateClientCmd() *cobra.Command
- func NewUpdateCmd() *cobra.Command
- func NewVersionCmd() *cobra.Command
- func RegisterCommandRecursive(parent *cobra.Command, slOpts []servicelocatorx.Option, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command sets flags appropriately.
func NewCreateClientsCommand ¶
func NewCreateCmd ¶
func NewCreateJWKSCmd ¶
func NewDeleteClientCmd ¶
func NewDeleteCmd ¶
func NewDeleteJWKSCommand ¶
func NewGetClientsCmd ¶
func NewGetJWKSCmd ¶
func NewImportClientCmd ¶
func NewImportCmd ¶
func NewIntrospectCmd ¶
func NewIntrospectTokenCmd ¶
func NewJanitorCmd ¶
func NewJanitorCmd(slOpts []servicelocatorx.Option, dOpts []driver.OptionsModifier, cOpts []configx.OptionModifier) *cobra.Command
func NewKeysImportCmd ¶
func NewListClientsCmd ¶
func NewListCmd ¶
func NewMigrateCmd ¶
func NewMigrateGenCmd ¶
func NewMigrateSqlCmd ¶
func NewMigrateSqlCmd(slOpts []servicelocatorx.Option, dOpts []driver.OptionsModifier, cOpts []configx.OptionModifier) *cobra.Command
func NewPerformCmd ¶
func NewRevokeCmd ¶
func NewRevokeTokenCmd ¶
func NewRootCmd ¶
func NewRootCmd(slOpts []servicelocatorx.Option, dOpts []driver.OptionsModifier, cOpts []configx.OptionModifier) *cobra.Command
func NewServeAdminCmd ¶
func NewServeAdminCmd(slOpts []servicelocatorx.Option, dOpts []driver.OptionsModifier, cOpts []configx.OptionModifier) *cobra.Command
adminCmd represents the admin command
func NewServeAllCmd ¶
func NewServeAllCmd(slOpts []servicelocatorx.Option, dOpts []driver.OptionsModifier, cOpts []configx.OptionModifier) *cobra.Command
allCmd represents the all command
func NewServePublicCmd ¶
func NewServePublicCmd(slOpts []servicelocatorx.Option, dOpts []driver.OptionsModifier, cOpts []configx.OptionModifier) *cobra.Command
servePublicCmd represents the public command
func NewUpdateClientCmd ¶
func NewUpdateCmd ¶
func RegisterCommandRecursive ¶
func RegisterCommandRecursive(parent *cobra.Command, slOpts []servicelocatorx.Option, dOpts []driver.OptionsModifier, cOpts []configx.OptionModifier)
Types ¶
This section is empty.
Source Files ¶
- cmd_create_client.go
- cmd_create_jwks.go
- cmd_delete.go
- cmd_delete_client.go
- cmd_delete_jwks.go
- cmd_delete_tokens.go
- cmd_get.go
- cmd_get_client.go
- cmd_get_jwks.go
- cmd_helper_client.go
- cmd_import.go
- cmd_import_client.go
- cmd_import_jwk.go
- cmd_introspect.go
- cmd_introspect_token.go
- cmd_list.go
- cmd_list_clients.go
- cmd_perform.go
- cmd_perform_authorization_code.go
- cmd_perform_client_credentials.go
- cmd_revoke.go
- cmd_revoke_token.go
- cmd_update.go
- cmd_update_client.go
- create.go
- helper.go
- janitor.go
- migrate.go
- migrate_gen.go
- migrate_sql.go
- output_client.go
- output_introspection.go
- output_jwks.go
- output_token.go
- root.go
- serve.go
- serve_admin.go
- serve_all.go
- serve_public.go
- version.go
Click to show internal directories.
Click to hide internal directories.