grpc

package
v2.1.2+incompatible Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2020 License: AGPL-3.0 Imports: 35 Imported by: 0

Documentation

Overview

  • Copyright (c) 2018. Abstrium SAS <team (at) pydio.com>
  • This file is part of Pydio Cells. *
  • Pydio Cells is free software: you can redistribute it and/or modify
  • it under the terms of the GNU Affero General Public License as published by
  • the Free Software Foundation, either version 3 of the License, or
  • (at your option) any later version. *
  • Pydio Cells is distributed in the hope that it will be useful,
  • but WITHOUT ANY WARRANTY; without even the implied warranty of
  • MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  • GNU Affero General Public License for more details. *
  • You should have received a copy of the GNU Affero General Public License
  • along with Pydio Cells. If not, see <http://www.gnu.org/licenses/>. *
  • The latest code can be found at <https://pydio.com>.

Package grpc provides the gRPC service to communicate with the Pydio's user persistence layer.

Index

Constants

View Source
const (
	ENV_PYDIO_ADMIN_USER_LOGIN    = "PYDIO_ADMIN_USER_LOGIN"
	ENV_PYDIO_ADMIN_USER_PASSWORD = "PYDIO_ADMIN_USER_PASSWORD"
)

Variables

View Source
var (
	DeleteUsersActionName = "actions.idm.users.delete"
)

Functions

func CreateIfNotExists

func CreateIfNotExists(ctx context.Context, dao user.DAO, user *idm.User) (*idm.User, error)

CreateIfNotExists creates a user if DAO.Bind() call returns a 404 error.

func InitDefaults

func InitDefaults(ctx context.Context) error

Types

type ByOverride added in v1.4.0

type ByOverride []*idm.Role

ByAge implements sort.Interface for []Person based on the Age field.

func (ByOverride) Len added in v1.4.0

func (a ByOverride) Len() int

func (ByOverride) Less added in v1.4.0

func (a ByOverride) Less(i, j int) bool

func (ByOverride) Swap added in v1.4.0

func (a ByOverride) Swap(i, j int)

type DeleteUsersAction added in v1.5.0

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

func (*DeleteUsersAction) GetDescription

func (a *DeleteUsersAction) GetDescription(lang ...string) actions.ActionDescription

func (*DeleteUsersAction) GetName added in v1.5.0

func (a *DeleteUsersAction) GetName() string

func (*DeleteUsersAction) GetParametersForm

func (a *DeleteUsersAction) GetParametersForm() *forms.Form

func (*DeleteUsersAction) Init added in v1.5.0

func (a *DeleteUsersAction) Init(job *jobs.Job, cl client.Client, action *jobs.Action) error

func (*DeleteUsersAction) ProvidesProgress added in v1.5.0

func (a *DeleteUsersAction) ProvidesProgress() bool

func (*DeleteUsersAction) Run added in v1.5.0

func (*DeleteUsersAction) SetTask added in v1.5.0

func (a *DeleteUsersAction) SetTask(task *jobs.Task)

Implement TaskUpdaterDelegateAction as the target service will update the task status on its side.

type Handler

type Handler struct{}

Handler definition

func (*Handler) BindUser

func (h *Handler) BindUser(ctx context.Context, req *idm.BindUserRequest, resp *idm.BindUserResponse) error

BindUser binds a user with login/password

func (*Handler) CountUser

func (h *Handler) CountUser(ctx context.Context, request *idm.SearchUserRequest, response *idm.CountUserResponse) error

CountUser in database

func (*Handler) CreateUser

func (h *Handler) CreateUser(ctx context.Context, req *idm.CreateUserRequest, resp *idm.CreateUserResponse) error

CreateUser adds or creates a user or a group in the underlying database.

func (*Handler) DeleteUser

func (h *Handler) DeleteUser(ctx context.Context, req *idm.DeleteUserRequest, response *idm.DeleteUserResponse) error

DeleteUser from database

func (*Handler) SearchUser

func (h *Handler) SearchUser(ctx context.Context, request *idm.SearchUserRequest, response idm.UserService_SearchUserStream) error

SearchUser in database

func (*Handler) StreamUser

func (h *Handler) StreamUser(ctx context.Context, streamer idm.UserService_StreamUserStream) error

StreamUser from database

type RolesCleaner added in v1.2.1

type RolesCleaner struct {
	Dao user.DAO
}

rolesCleaner listen for roles deletion and clear the users accordingly

func (*RolesCleaner) Handle added in v1.2.1

func (c *RolesCleaner) Handle(ctx context.Context, msg *idm.ChangeEvent) error

Jump to

Keyboard shortcuts

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