Documentation ¶
Index ¶
- func Install(parent iris.Party)
- type Handler
- func (h *Handler) AddLdap() iris.Handler
- func (h *Handler) ImportUser() iris.Handler
- func (h *Handler) ListLdap() iris.Handler
- func (h *Handler) SyncLdapUser() iris.Handler
- func (h *Handler) TestConnect() iris.Handler
- func (h *Handler) TestLogin() iris.Handler
- func (h *Handler) UpdateLdap() iris.Handler
- type ImportRequest
- type Ldap
- type TestLogin
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler() *Handler
func (*Handler) ImportUser ¶
func (h *Handler) ImportUser() iris.Handler
func (*Handler) SyncLdapUser ¶
func (h *Handler) SyncLdapUser() iris.Handler
func (*Handler) TestConnect ¶
func (h *Handler) TestConnect() iris.Handler
func (*Handler) UpdateLdap ¶
func (h *Handler) UpdateLdap() iris.Handler
type ImportRequest ¶
type ImportRequest struct {
Users []user.ImportUser `json:"users"`
}
Click to show internal directories.
Click to hide internal directories.