cli

package
v0.11.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 14, 2018 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientHandler

type ClientHandler struct {
	Config *config.Config
}

func (*ClientHandler) CreateClient

func (h *ClientHandler) CreateClient(cmd *cobra.Command, args []string)

func (*ClientHandler) DeleteClient

func (h *ClientHandler) DeleteClient(cmd *cobra.Command, args []string)

func (*ClientHandler) GetClient added in v0.9.9

func (h *ClientHandler) GetClient(cmd *cobra.Command, args []string)

func (*ClientHandler) ImportClients

func (h *ClientHandler) ImportClients(cmd *cobra.Command, args []string)

type Handler

type Handler struct {
	Clients       *ClientHandler
	Keys          *JWKHandler
	Introspection *IntrospectionHandler
	Token         *TokenHandler
	Migration     *MigrateHandler
}

func NewHandler

func NewHandler(c *config.Config) *Handler

type IntrospectionHandler added in v0.9.14

type IntrospectionHandler struct {
	Config *config.Config
}

func (*IntrospectionHandler) Introspect added in v0.11.13

func (h *IntrospectionHandler) Introspect(cmd *cobra.Command, args []string)

type JWKHandler

type JWKHandler struct {
	Config *config.Config
}

func (*JWKHandler) CreateKeys

func (h *JWKHandler) CreateKeys(cmd *cobra.Command, args []string)

func (*JWKHandler) DeleteKeys

func (h *JWKHandler) DeleteKeys(cmd *cobra.Command, args []string)

func (*JWKHandler) GetKeys

func (h *JWKHandler) GetKeys(cmd *cobra.Command, args []string)

type MigrateHandler added in v0.8.0

type MigrateHandler struct {
	// contains filtered or unexported fields
}

func (*MigrateHandler) MigrateSQL added in v0.8.0

func (h *MigrateHandler) MigrateSQL(cmd *cobra.Command, args []string)

type TokenHandler added in v0.11.10

type TokenHandler struct {
	Config *config.Config
}

func (*TokenHandler) FlushTokens added in v0.11.10

func (h *TokenHandler) FlushTokens(cmd *cobra.Command, args []string)

func (*TokenHandler) RevokeToken added in v0.11.10

func (h *TokenHandler) RevokeToken(cmd *cobra.Command, args []string)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL