Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientHandler ¶
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 ¶
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 ¶
type IntrospectionHandler ¶
func (*IntrospectionHandler) Introspect ¶
func (h *IntrospectionHandler) Introspect(cmd *cobra.Command, args []string)
type JWKHandler ¶
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) ImportKeys ¶
func (h *JWKHandler) ImportKeys(cmd *cobra.Command, args []string)
type MigrateHandler ¶
type MigrateHandler struct {
// contains filtered or unexported fields
}
func (*MigrateHandler) MigrateSQL ¶
func (h *MigrateHandler) MigrateSQL(cmd *cobra.Command, args []string)
func (*MigrateHandler) MigrateSecret ¶
func (h *MigrateHandler) MigrateSecret(cmd *cobra.Command, args []string)
type TokenHandler ¶
func (*TokenHandler) FlushTokens ¶
func (h *TokenHandler) FlushTokens(cmd *cobra.Command, args []string)
func (*TokenHandler) RevokeToken ¶
func (h *TokenHandler) RevokeToken(cmd *cobra.Command, args []string)
Click to show internal directories.
Click to hide internal directories.