Documentation ¶ Index ¶ func Backend() *framework.Backend func Factory(map[string]string) (logical.Backend, error) type CLIHandler func (h *CLIHandler) Auth(c *api.Client, m map[string]string) (string, error) func (h *CLIHandler) Help() string type UserEntry Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Backend ¶ func Backend() *framework.Backend func Factory ¶ func Factory(map[string]string) (logical.Backend, error) Types ¶ type CLIHandler ¶ type CLIHandler struct{} func (*CLIHandler) Auth ¶ func (h *CLIHandler) Auth(c *api.Client, m map[string]string) (string, error) func (*CLIHandler) Help ¶ func (h *CLIHandler) Help() string type UserEntry ¶ type UserEntry struct { Password string Policies []string } Source Files ¶ View all Source files backend.go cli.go path_login.go path_users.go Click to show internal directories. Click to hide internal directories.