Documentation
¶
Index ¶
- type Client
- func (c *Client) Auth(ctx context.Context, dn, password string) (*schema.Object, error)
- func (c *Client) ChangePassword(ctx context.Context, dn, password string) (*schema.Object, error)
- func (c *Client) CreateGroup(ctx context.Context, meta schema.Object) (*schema.Object, error)
- func (c *Client) CreateObject(ctx context.Context, meta schema.Object) (*schema.Object, error)
- func (c *Client) CreateUser(ctx context.Context, meta schema.Object) (*schema.Object, error)
- func (c *Client) DeleteGroup(ctx context.Context, user string) error
- func (c *Client) DeleteObject(ctx context.Context, dn string) error
- func (c *Client) DeleteUser(ctx context.Context, user string) error
- func (c *Client) GetGroup(ctx context.Context, user string) (*schema.Object, error)
- func (c *Client) GetObject(ctx context.Context, dn string) (*schema.Object, error)
- func (c *Client) GetUser(ctx context.Context, user string) (*schema.Object, error)
- func (c *Client) ListGroups(ctx context.Context, opts ...Opt) (*schema.ObjectList, error)
- func (c *Client) ListObjects(ctx context.Context, opts ...Opt) (*schema.ObjectList, error)
- func (c *Client) ListUsers(ctx context.Context, opts ...Opt) (*schema.ObjectList, error)
- func (c *Client) UpdateObject(ctx context.Context, meta schema.Object) (*schema.Object, error)
- type Opt
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) ChangePassword ¶ added in v1.5.13
func (*Client) CreateGroup ¶ added in v1.5.13
func (*Client) CreateObject ¶ added in v1.5.13
func (*Client) CreateUser ¶ added in v1.5.13
func (*Client) DeleteGroup ¶ added in v1.5.13
func (*Client) DeleteObject ¶ added in v1.5.13
func (*Client) DeleteUser ¶ added in v1.5.13
func (*Client) ListGroups ¶ added in v1.5.13
func (*Client) ListObjects ¶
Click to show internal directories.
Click to hide internal directories.