sso

package
v0.0.0-...-19fb9ea Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type SsoLoginRestHandler

type SsoLoginRestHandler interface {
	CreateSSOLoginConfig(w http.ResponseWriter, r *http.Request)
	UpdateSSOLoginConfig(w http.ResponseWriter, r *http.Request)
	GetAllSSOLoginConfig(w http.ResponseWriter, r *http.Request)
	GetSSOLoginConfig(w http.ResponseWriter, r *http.Request)
	GetSSOLoginConfigByName(w http.ResponseWriter, r *http.Request)
}

type SsoLoginRestHandlerImpl

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

func NewSsoLoginRestHandlerImpl

func NewSsoLoginRestHandlerImpl(validator *validator.Validate,
	logger *zap.SugaredLogger, enforcer casbin.Enforcer, userService user.UserService,
	ssoLoginService sso.SSOLoginService) *SsoLoginRestHandlerImpl

func (SsoLoginRestHandlerImpl) CreateSSOLoginConfig

func (handler SsoLoginRestHandlerImpl) CreateSSOLoginConfig(w http.ResponseWriter, r *http.Request)

func (SsoLoginRestHandlerImpl) GetAllSSOLoginConfig

func (handler SsoLoginRestHandlerImpl) GetAllSSOLoginConfig(w http.ResponseWriter, r *http.Request)

func (SsoLoginRestHandlerImpl) GetSSOLoginConfig

func (handler SsoLoginRestHandlerImpl) GetSSOLoginConfig(w http.ResponseWriter, r *http.Request)

func (SsoLoginRestHandlerImpl) GetSSOLoginConfigByName

func (handler SsoLoginRestHandlerImpl) GetSSOLoginConfigByName(w http.ResponseWriter, r *http.Request)

func (SsoLoginRestHandlerImpl) UpdateSSOLoginConfig

func (handler SsoLoginRestHandlerImpl) UpdateSSOLoginConfig(w http.ResponseWriter, r *http.Request)

type SsoLoginRouter

type SsoLoginRouter interface {
	InitSsoLoginRouter(router *mux.Router)
}

type SsoLoginRouterImpl

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

func NewSsoLoginRouterImpl

func NewSsoLoginRouterImpl(handler SsoLoginRestHandler) *SsoLoginRouterImpl

func (SsoLoginRouterImpl) InitSsoLoginRouter

func (router SsoLoginRouterImpl) InitSsoLoginRouter(userAuthRouter *mux.Router)

Jump to

Keyboard shortcuts

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