Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server provides a Session service
func NewServer ¶
func NewServer(sessionMgr *session.SessionManager, settingsMgr *settings.SettingsManager, enf *rbac.Enforcer) *Server
NewServer returns a new instance of the Session service
func (*Server) CanI ¶ added in v1.4.0
func (s *Server) CanI(ctx context.Context, r *account.CanIRequest) (*account.CanIResponse, error)
func (*Server) UpdatePassword ¶
func (s *Server) UpdatePassword(ctx context.Context, q *account.UpdatePasswordRequest) (*account.UpdatePasswordResponse, error)
UpdatePassword updates the password of the local admin superuser.
Click to show internal directories.
Click to hide internal directories.