client

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ADComputer

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

Computer is the base implementation of ad computer object

type ADComputerRequest

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

type ADComputerService

type ADComputerService interface {
	// contains filtered or unexported methods
}

type ADComputerServiceOp

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

type ADConfig added in v1.0.3

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

func NewConfig added in v1.0.3

func NewConfig(host, username, password, domain string, port int, usetls bool) *ADConfig

type ADGroup

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

User is the base implementation of ad Group object

type ADGroupRequest

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

type ADGroupService

type ADGroupService interface {
	// contains filtered or unexported methods
}

type ADGroupServiceOp

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

type ADOU

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

OU is the base implementation of ad organizational unit object

type ADOUService

type ADOUService interface {
	// contains filtered or unexported methods
}

type ADOUServiceOp

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

type ADObject

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

type ADUser

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

User is the base implementation of ad User object

type ADUserRequest

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

type ADUserService

type ADUserService interface {
	// contains filtered or unexported methods
}

type ADUserServiceOp

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

type Client

type Client struct {
	Config  *ADConfig
	ADUser  ADUserService
	ADGroup ADGroupService
	ADOU    ADOUService
	// contains filtered or unexported fields
}

API is the basic struct which should implement the interface

func NewClient added in v1.0.2

func NewClient(host, user, password, domain string, port int, usetls bool) (*Client, error)

Jump to

Keyboard shortcuts

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