ldap

package
v0.25.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for ldap API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client

New creates a new ldap API client.

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) VerifyLdapBind

func (a *Client) VerifyLdapBind(params *VerifyLdapBindParams) (*VerifyLdapBindOK, error)

VerifyLdapBind validates l d a p bind or authentication

func (*Client) VerifyLdapCloseConnection

func (a *Client) VerifyLdapCloseConnection(params *VerifyLdapCloseConnectionParams) (*VerifyLdapCloseConnectionCreated, error)

VerifyLdapCloseConnection validates if the l d a p connection can be closed

func (*Client) VerifyLdapConnect

func (a *Client) VerifyLdapConnect(params *VerifyLdapConnectParams) (*VerifyLdapConnectOK, error)

VerifyLdapConnect validates l d a p connection

func (*Client) VerifyLdapGroupSearch

func (a *Client) VerifyLdapGroupSearch(params *VerifyLdapGroupSearchParams) (*VerifyLdapGroupSearchOK, error)

VerifyLdapGroupSearch validates l d a p group search configuration

func (*Client) VerifyLdapUserSearch

func (a *Client) VerifyLdapUserSearch(params *VerifyLdapUserSearchParams) (*VerifyLdapUserSearchOK, error)

VerifyLdapUserSearch validates l d a p user search configuration

type VerifyLdapBindBadRequest

type VerifyLdapBindBadRequest struct {
	Payload *models.Error
}

VerifyLdapBindBadRequest handles this case with default header values.

Bad request

func NewVerifyLdapBindBadRequest

func NewVerifyLdapBindBadRequest() *VerifyLdapBindBadRequest

NewVerifyLdapBindBadRequest creates a VerifyLdapBindBadRequest with default headers values

func (*VerifyLdapBindBadRequest) Error

func (o *VerifyLdapBindBadRequest) Error() string

func (*VerifyLdapBindBadRequest) GetPayload

func (o *VerifyLdapBindBadRequest) GetPayload() *models.Error

type VerifyLdapBindInternalServerError

type VerifyLdapBindInternalServerError struct {
	Payload *models.Error
}

VerifyLdapBindInternalServerError handles this case with default header values.

Internal server error

func NewVerifyLdapBindInternalServerError

func NewVerifyLdapBindInternalServerError() *VerifyLdapBindInternalServerError

NewVerifyLdapBindInternalServerError creates a VerifyLdapBindInternalServerError with default headers values

func (*VerifyLdapBindInternalServerError) Error

func (*VerifyLdapBindInternalServerError) GetPayload

type VerifyLdapBindOK

type VerifyLdapBindOK struct {
	Payload *models.LdapTestResult
}

VerifyLdapBindOK handles this case with default header values.

Verified LDAP credentials successfully

func NewVerifyLdapBindOK

func NewVerifyLdapBindOK() *VerifyLdapBindOK

NewVerifyLdapBindOK creates a VerifyLdapBindOK with default headers values

func (*VerifyLdapBindOK) Error

func (o *VerifyLdapBindOK) Error() string

func (*VerifyLdapBindOK) GetPayload

func (o *VerifyLdapBindOK) GetPayload() *models.LdapTestResult

type VerifyLdapBindParams

type VerifyLdapBindParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

VerifyLdapBindParams contains all the parameters to send to the API endpoint for the verify ldap bind operation typically these are written to a http.Request

func NewVerifyLdapBindParams

func NewVerifyLdapBindParams() *VerifyLdapBindParams

NewVerifyLdapBindParams creates a new VerifyLdapBindParams object with the default values initialized.

func NewVerifyLdapBindParamsWithContext

func NewVerifyLdapBindParamsWithContext(ctx context.Context) *VerifyLdapBindParams

NewVerifyLdapBindParamsWithContext creates a new VerifyLdapBindParams object with the default values initialized, and the ability to set a context for a request

func NewVerifyLdapBindParamsWithHTTPClient

func NewVerifyLdapBindParamsWithHTTPClient(client *http.Client) *VerifyLdapBindParams

NewVerifyLdapBindParamsWithHTTPClient creates a new VerifyLdapBindParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewVerifyLdapBindParamsWithTimeout

func NewVerifyLdapBindParamsWithTimeout(timeout time.Duration) *VerifyLdapBindParams

NewVerifyLdapBindParamsWithTimeout creates a new VerifyLdapBindParams object with the default values initialized, and the ability to set a timeout on a request

func (*VerifyLdapBindParams) SetContext

func (o *VerifyLdapBindParams) SetContext(ctx context.Context)

SetContext adds the context to the verify ldap bind params

func (*VerifyLdapBindParams) SetHTTPClient

func (o *VerifyLdapBindParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the verify ldap bind params

func (*VerifyLdapBindParams) SetTimeout

func (o *VerifyLdapBindParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the verify ldap bind params

func (*VerifyLdapBindParams) WithContext

WithContext adds the context to the verify ldap bind params

func (*VerifyLdapBindParams) WithHTTPClient

func (o *VerifyLdapBindParams) WithHTTPClient(client *http.Client) *VerifyLdapBindParams

WithHTTPClient adds the HTTPClient to the verify ldap bind params

func (*VerifyLdapBindParams) WithTimeout

func (o *VerifyLdapBindParams) WithTimeout(timeout time.Duration) *VerifyLdapBindParams

WithTimeout adds the timeout to the verify ldap bind params

func (*VerifyLdapBindParams) WriteToRequest

func (o *VerifyLdapBindParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type VerifyLdapBindReader

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

VerifyLdapBindReader is a Reader for the VerifyLdapBind structure.

func (*VerifyLdapBindReader) ReadResponse

func (o *VerifyLdapBindReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type VerifyLdapBindUnauthorized

type VerifyLdapBindUnauthorized struct {
	Payload *models.Error
}

VerifyLdapBindUnauthorized handles this case with default header values.

Incorrect credentials

func NewVerifyLdapBindUnauthorized

func NewVerifyLdapBindUnauthorized() *VerifyLdapBindUnauthorized

NewVerifyLdapBindUnauthorized creates a VerifyLdapBindUnauthorized with default headers values

func (*VerifyLdapBindUnauthorized) Error

func (*VerifyLdapBindUnauthorized) GetPayload

func (o *VerifyLdapBindUnauthorized) GetPayload() *models.Error

type VerifyLdapCloseConnectionBadRequest

type VerifyLdapCloseConnectionBadRequest struct {
	Payload *models.Error
}

VerifyLdapCloseConnectionBadRequest handles this case with default header values.

Bad request

func NewVerifyLdapCloseConnectionBadRequest

func NewVerifyLdapCloseConnectionBadRequest() *VerifyLdapCloseConnectionBadRequest

NewVerifyLdapCloseConnectionBadRequest creates a VerifyLdapCloseConnectionBadRequest with default headers values

func (*VerifyLdapCloseConnectionBadRequest) Error

func (*VerifyLdapCloseConnectionBadRequest) GetPayload

type VerifyLdapCloseConnectionCreated

type VerifyLdapCloseConnectionCreated struct {
}

VerifyLdapCloseConnectionCreated handles this case with default header values.

Verified LDAP credentials successfully

func NewVerifyLdapCloseConnectionCreated

func NewVerifyLdapCloseConnectionCreated() *VerifyLdapCloseConnectionCreated

NewVerifyLdapCloseConnectionCreated creates a VerifyLdapCloseConnectionCreated with default headers values

func (*VerifyLdapCloseConnectionCreated) Error

type VerifyLdapCloseConnectionInternalServerError

type VerifyLdapCloseConnectionInternalServerError struct {
	Payload *models.Error
}

VerifyLdapCloseConnectionInternalServerError handles this case with default header values.

Internal server error

func NewVerifyLdapCloseConnectionInternalServerError

func NewVerifyLdapCloseConnectionInternalServerError() *VerifyLdapCloseConnectionInternalServerError

NewVerifyLdapCloseConnectionInternalServerError creates a VerifyLdapCloseConnectionInternalServerError with default headers values

func (*VerifyLdapCloseConnectionInternalServerError) Error

func (*VerifyLdapCloseConnectionInternalServerError) GetPayload

type VerifyLdapCloseConnectionParams

type VerifyLdapCloseConnectionParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

VerifyLdapCloseConnectionParams contains all the parameters to send to the API endpoint for the verify ldap close connection operation typically these are written to a http.Request

func NewVerifyLdapCloseConnectionParams

func NewVerifyLdapCloseConnectionParams() *VerifyLdapCloseConnectionParams

NewVerifyLdapCloseConnectionParams creates a new VerifyLdapCloseConnectionParams object with the default values initialized.

func NewVerifyLdapCloseConnectionParamsWithContext

func NewVerifyLdapCloseConnectionParamsWithContext(ctx context.Context) *VerifyLdapCloseConnectionParams

NewVerifyLdapCloseConnectionParamsWithContext creates a new VerifyLdapCloseConnectionParams object with the default values initialized, and the ability to set a context for a request

func NewVerifyLdapCloseConnectionParamsWithHTTPClient

func NewVerifyLdapCloseConnectionParamsWithHTTPClient(client *http.Client) *VerifyLdapCloseConnectionParams

NewVerifyLdapCloseConnectionParamsWithHTTPClient creates a new VerifyLdapCloseConnectionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewVerifyLdapCloseConnectionParamsWithTimeout

func NewVerifyLdapCloseConnectionParamsWithTimeout(timeout time.Duration) *VerifyLdapCloseConnectionParams

NewVerifyLdapCloseConnectionParamsWithTimeout creates a new VerifyLdapCloseConnectionParams object with the default values initialized, and the ability to set a timeout on a request

func (*VerifyLdapCloseConnectionParams) SetContext

func (o *VerifyLdapCloseConnectionParams) SetContext(ctx context.Context)

SetContext adds the context to the verify ldap close connection params

func (*VerifyLdapCloseConnectionParams) SetHTTPClient

func (o *VerifyLdapCloseConnectionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the verify ldap close connection params

func (*VerifyLdapCloseConnectionParams) SetTimeout

func (o *VerifyLdapCloseConnectionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the verify ldap close connection params

func (*VerifyLdapCloseConnectionParams) WithContext

WithContext adds the context to the verify ldap close connection params

func (*VerifyLdapCloseConnectionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the verify ldap close connection params

func (*VerifyLdapCloseConnectionParams) WithTimeout

WithTimeout adds the timeout to the verify ldap close connection params

func (*VerifyLdapCloseConnectionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type VerifyLdapCloseConnectionReader

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

VerifyLdapCloseConnectionReader is a Reader for the VerifyLdapCloseConnection structure.

func (*VerifyLdapCloseConnectionReader) ReadResponse

func (o *VerifyLdapCloseConnectionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type VerifyLdapCloseConnectionUnauthorized

type VerifyLdapCloseConnectionUnauthorized struct {
	Payload *models.Error
}

VerifyLdapCloseConnectionUnauthorized handles this case with default header values.

Incorrect credentials

func NewVerifyLdapCloseConnectionUnauthorized

func NewVerifyLdapCloseConnectionUnauthorized() *VerifyLdapCloseConnectionUnauthorized

NewVerifyLdapCloseConnectionUnauthorized creates a VerifyLdapCloseConnectionUnauthorized with default headers values

func (*VerifyLdapCloseConnectionUnauthorized) Error

func (*VerifyLdapCloseConnectionUnauthorized) GetPayload

type VerifyLdapConnectBadRequest

type VerifyLdapConnectBadRequest struct {
	Payload *models.Error
}

VerifyLdapConnectBadRequest handles this case with default header values.

Bad request

func NewVerifyLdapConnectBadRequest

func NewVerifyLdapConnectBadRequest() *VerifyLdapConnectBadRequest

NewVerifyLdapConnectBadRequest creates a VerifyLdapConnectBadRequest with default headers values

func (*VerifyLdapConnectBadRequest) Error

func (*VerifyLdapConnectBadRequest) GetPayload

func (o *VerifyLdapConnectBadRequest) GetPayload() *models.Error

type VerifyLdapConnectInternalServerError

type VerifyLdapConnectInternalServerError struct {
	Payload *models.Error
}

VerifyLdapConnectInternalServerError handles this case with default header values.

Internal server error

func NewVerifyLdapConnectInternalServerError

func NewVerifyLdapConnectInternalServerError() *VerifyLdapConnectInternalServerError

NewVerifyLdapConnectInternalServerError creates a VerifyLdapConnectInternalServerError with default headers values

func (*VerifyLdapConnectInternalServerError) Error

func (*VerifyLdapConnectInternalServerError) GetPayload

type VerifyLdapConnectOK

type VerifyLdapConnectOK struct {
	Payload *models.LdapTestResult
}

VerifyLdapConnectOK handles this case with default header values.

Verified LDAP credentials successfully

func NewVerifyLdapConnectOK

func NewVerifyLdapConnectOK() *VerifyLdapConnectOK

NewVerifyLdapConnectOK creates a VerifyLdapConnectOK with default headers values

func (*VerifyLdapConnectOK) Error

func (o *VerifyLdapConnectOK) Error() string

func (*VerifyLdapConnectOK) GetPayload

func (o *VerifyLdapConnectOK) GetPayload() *models.LdapTestResult

type VerifyLdapConnectParams

type VerifyLdapConnectParams struct {

	/*Credentials
	  LDAP configuration

	*/
	Credentials *models.LdapParams

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

VerifyLdapConnectParams contains all the parameters to send to the API endpoint for the verify ldap connect operation typically these are written to a http.Request

func NewVerifyLdapConnectParams

func NewVerifyLdapConnectParams() *VerifyLdapConnectParams

NewVerifyLdapConnectParams creates a new VerifyLdapConnectParams object with the default values initialized.

func NewVerifyLdapConnectParamsWithContext

func NewVerifyLdapConnectParamsWithContext(ctx context.Context) *VerifyLdapConnectParams

NewVerifyLdapConnectParamsWithContext creates a new VerifyLdapConnectParams object with the default values initialized, and the ability to set a context for a request

func NewVerifyLdapConnectParamsWithHTTPClient

func NewVerifyLdapConnectParamsWithHTTPClient(client *http.Client) *VerifyLdapConnectParams

NewVerifyLdapConnectParamsWithHTTPClient creates a new VerifyLdapConnectParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewVerifyLdapConnectParamsWithTimeout

func NewVerifyLdapConnectParamsWithTimeout(timeout time.Duration) *VerifyLdapConnectParams

NewVerifyLdapConnectParamsWithTimeout creates a new VerifyLdapConnectParams object with the default values initialized, and the ability to set a timeout on a request

func (*VerifyLdapConnectParams) SetContext

func (o *VerifyLdapConnectParams) SetContext(ctx context.Context)

SetContext adds the context to the verify ldap connect params

func (*VerifyLdapConnectParams) SetCredentials

func (o *VerifyLdapConnectParams) SetCredentials(credentials *models.LdapParams)

SetCredentials adds the credentials to the verify ldap connect params

func (*VerifyLdapConnectParams) SetHTTPClient

func (o *VerifyLdapConnectParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the verify ldap connect params

func (*VerifyLdapConnectParams) SetTimeout

func (o *VerifyLdapConnectParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the verify ldap connect params

func (*VerifyLdapConnectParams) WithContext

WithContext adds the context to the verify ldap connect params

func (*VerifyLdapConnectParams) WithCredentials

func (o *VerifyLdapConnectParams) WithCredentials(credentials *models.LdapParams) *VerifyLdapConnectParams

WithCredentials adds the credentials to the verify ldap connect params

func (*VerifyLdapConnectParams) WithHTTPClient

func (o *VerifyLdapConnectParams) WithHTTPClient(client *http.Client) *VerifyLdapConnectParams

WithHTTPClient adds the HTTPClient to the verify ldap connect params

func (*VerifyLdapConnectParams) WithTimeout

WithTimeout adds the timeout to the verify ldap connect params

func (*VerifyLdapConnectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type VerifyLdapConnectReader

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

VerifyLdapConnectReader is a Reader for the VerifyLdapConnect structure.

func (*VerifyLdapConnectReader) ReadResponse

func (o *VerifyLdapConnectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type VerifyLdapConnectUnauthorized

type VerifyLdapConnectUnauthorized struct {
	Payload *models.Error
}

VerifyLdapConnectUnauthorized handles this case with default header values.

Incorrect credentials

func NewVerifyLdapConnectUnauthorized

func NewVerifyLdapConnectUnauthorized() *VerifyLdapConnectUnauthorized

NewVerifyLdapConnectUnauthorized creates a VerifyLdapConnectUnauthorized with default headers values

func (*VerifyLdapConnectUnauthorized) Error

func (*VerifyLdapConnectUnauthorized) GetPayload

func (o *VerifyLdapConnectUnauthorized) GetPayload() *models.Error

type VerifyLdapGroupSearchBadRequest

type VerifyLdapGroupSearchBadRequest struct {
	Payload *models.Error
}

VerifyLdapGroupSearchBadRequest handles this case with default header values.

Bad request

func NewVerifyLdapGroupSearchBadRequest

func NewVerifyLdapGroupSearchBadRequest() *VerifyLdapGroupSearchBadRequest

NewVerifyLdapGroupSearchBadRequest creates a VerifyLdapGroupSearchBadRequest with default headers values

func (*VerifyLdapGroupSearchBadRequest) Error

func (*VerifyLdapGroupSearchBadRequest) GetPayload

func (o *VerifyLdapGroupSearchBadRequest) GetPayload() *models.Error

type VerifyLdapGroupSearchInternalServerError

type VerifyLdapGroupSearchInternalServerError struct {
	Payload *models.Error
}

VerifyLdapGroupSearchInternalServerError handles this case with default header values.

Internal server error

func NewVerifyLdapGroupSearchInternalServerError

func NewVerifyLdapGroupSearchInternalServerError() *VerifyLdapGroupSearchInternalServerError

NewVerifyLdapGroupSearchInternalServerError creates a VerifyLdapGroupSearchInternalServerError with default headers values

func (*VerifyLdapGroupSearchInternalServerError) Error

func (*VerifyLdapGroupSearchInternalServerError) GetPayload

type VerifyLdapGroupSearchOK

type VerifyLdapGroupSearchOK struct {
	Payload *models.LdapTestResult
}

VerifyLdapGroupSearchOK handles this case with default header values.

Verified LDAP credentials successfully

func NewVerifyLdapGroupSearchOK

func NewVerifyLdapGroupSearchOK() *VerifyLdapGroupSearchOK

NewVerifyLdapGroupSearchOK creates a VerifyLdapGroupSearchOK with default headers values

func (*VerifyLdapGroupSearchOK) Error

func (o *VerifyLdapGroupSearchOK) Error() string

func (*VerifyLdapGroupSearchOK) GetPayload

type VerifyLdapGroupSearchParams

type VerifyLdapGroupSearchParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

VerifyLdapGroupSearchParams contains all the parameters to send to the API endpoint for the verify ldap group search operation typically these are written to a http.Request

func NewVerifyLdapGroupSearchParams

func NewVerifyLdapGroupSearchParams() *VerifyLdapGroupSearchParams

NewVerifyLdapGroupSearchParams creates a new VerifyLdapGroupSearchParams object with the default values initialized.

func NewVerifyLdapGroupSearchParamsWithContext

func NewVerifyLdapGroupSearchParamsWithContext(ctx context.Context) *VerifyLdapGroupSearchParams

NewVerifyLdapGroupSearchParamsWithContext creates a new VerifyLdapGroupSearchParams object with the default values initialized, and the ability to set a context for a request

func NewVerifyLdapGroupSearchParamsWithHTTPClient

func NewVerifyLdapGroupSearchParamsWithHTTPClient(client *http.Client) *VerifyLdapGroupSearchParams

NewVerifyLdapGroupSearchParamsWithHTTPClient creates a new VerifyLdapGroupSearchParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewVerifyLdapGroupSearchParamsWithTimeout

func NewVerifyLdapGroupSearchParamsWithTimeout(timeout time.Duration) *VerifyLdapGroupSearchParams

NewVerifyLdapGroupSearchParamsWithTimeout creates a new VerifyLdapGroupSearchParams object with the default values initialized, and the ability to set a timeout on a request

func (*VerifyLdapGroupSearchParams) SetContext

func (o *VerifyLdapGroupSearchParams) SetContext(ctx context.Context)

SetContext adds the context to the verify ldap group search params

func (*VerifyLdapGroupSearchParams) SetHTTPClient

func (o *VerifyLdapGroupSearchParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the verify ldap group search params

func (*VerifyLdapGroupSearchParams) SetTimeout

func (o *VerifyLdapGroupSearchParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the verify ldap group search params

func (*VerifyLdapGroupSearchParams) WithContext

WithContext adds the context to the verify ldap group search params

func (*VerifyLdapGroupSearchParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the verify ldap group search params

func (*VerifyLdapGroupSearchParams) WithTimeout

WithTimeout adds the timeout to the verify ldap group search params

func (*VerifyLdapGroupSearchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type VerifyLdapGroupSearchReader

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

VerifyLdapGroupSearchReader is a Reader for the VerifyLdapGroupSearch structure.

func (*VerifyLdapGroupSearchReader) ReadResponse

func (o *VerifyLdapGroupSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type VerifyLdapGroupSearchUnauthorized

type VerifyLdapGroupSearchUnauthorized struct {
	Payload *models.Error
}

VerifyLdapGroupSearchUnauthorized handles this case with default header values.

Incorrect credentials

func NewVerifyLdapGroupSearchUnauthorized

func NewVerifyLdapGroupSearchUnauthorized() *VerifyLdapGroupSearchUnauthorized

NewVerifyLdapGroupSearchUnauthorized creates a VerifyLdapGroupSearchUnauthorized with default headers values

func (*VerifyLdapGroupSearchUnauthorized) Error

func (*VerifyLdapGroupSearchUnauthorized) GetPayload

type VerifyLdapUserSearchBadRequest

type VerifyLdapUserSearchBadRequest struct {
	Payload *models.Error
}

VerifyLdapUserSearchBadRequest handles this case with default header values.

Bad request

func NewVerifyLdapUserSearchBadRequest

func NewVerifyLdapUserSearchBadRequest() *VerifyLdapUserSearchBadRequest

NewVerifyLdapUserSearchBadRequest creates a VerifyLdapUserSearchBadRequest with default headers values

func (*VerifyLdapUserSearchBadRequest) Error

func (*VerifyLdapUserSearchBadRequest) GetPayload

func (o *VerifyLdapUserSearchBadRequest) GetPayload() *models.Error

type VerifyLdapUserSearchInternalServerError

type VerifyLdapUserSearchInternalServerError struct {
	Payload *models.Error
}

VerifyLdapUserSearchInternalServerError handles this case with default header values.

Internal server error

func NewVerifyLdapUserSearchInternalServerError

func NewVerifyLdapUserSearchInternalServerError() *VerifyLdapUserSearchInternalServerError

NewVerifyLdapUserSearchInternalServerError creates a VerifyLdapUserSearchInternalServerError with default headers values

func (*VerifyLdapUserSearchInternalServerError) Error

func (*VerifyLdapUserSearchInternalServerError) GetPayload

type VerifyLdapUserSearchOK

type VerifyLdapUserSearchOK struct {
	Payload *models.LdapTestResult
}

VerifyLdapUserSearchOK handles this case with default header values.

Verified LDAP credentials successfully

func NewVerifyLdapUserSearchOK

func NewVerifyLdapUserSearchOK() *VerifyLdapUserSearchOK

NewVerifyLdapUserSearchOK creates a VerifyLdapUserSearchOK with default headers values

func (*VerifyLdapUserSearchOK) Error

func (o *VerifyLdapUserSearchOK) Error() string

func (*VerifyLdapUserSearchOK) GetPayload

func (o *VerifyLdapUserSearchOK) GetPayload() *models.LdapTestResult

type VerifyLdapUserSearchParams

type VerifyLdapUserSearchParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

VerifyLdapUserSearchParams contains all the parameters to send to the API endpoint for the verify ldap user search operation typically these are written to a http.Request

func NewVerifyLdapUserSearchParams

func NewVerifyLdapUserSearchParams() *VerifyLdapUserSearchParams

NewVerifyLdapUserSearchParams creates a new VerifyLdapUserSearchParams object with the default values initialized.

func NewVerifyLdapUserSearchParamsWithContext

func NewVerifyLdapUserSearchParamsWithContext(ctx context.Context) *VerifyLdapUserSearchParams

NewVerifyLdapUserSearchParamsWithContext creates a new VerifyLdapUserSearchParams object with the default values initialized, and the ability to set a context for a request

func NewVerifyLdapUserSearchParamsWithHTTPClient

func NewVerifyLdapUserSearchParamsWithHTTPClient(client *http.Client) *VerifyLdapUserSearchParams

NewVerifyLdapUserSearchParamsWithHTTPClient creates a new VerifyLdapUserSearchParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewVerifyLdapUserSearchParamsWithTimeout

func NewVerifyLdapUserSearchParamsWithTimeout(timeout time.Duration) *VerifyLdapUserSearchParams

NewVerifyLdapUserSearchParamsWithTimeout creates a new VerifyLdapUserSearchParams object with the default values initialized, and the ability to set a timeout on a request

func (*VerifyLdapUserSearchParams) SetContext

func (o *VerifyLdapUserSearchParams) SetContext(ctx context.Context)

SetContext adds the context to the verify ldap user search params

func (*VerifyLdapUserSearchParams) SetHTTPClient

func (o *VerifyLdapUserSearchParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the verify ldap user search params

func (*VerifyLdapUserSearchParams) SetTimeout

func (o *VerifyLdapUserSearchParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the verify ldap user search params

func (*VerifyLdapUserSearchParams) WithContext

WithContext adds the context to the verify ldap user search params

func (*VerifyLdapUserSearchParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the verify ldap user search params

func (*VerifyLdapUserSearchParams) WithTimeout

WithTimeout adds the timeout to the verify ldap user search params

func (*VerifyLdapUserSearchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type VerifyLdapUserSearchReader

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

VerifyLdapUserSearchReader is a Reader for the VerifyLdapUserSearch structure.

func (*VerifyLdapUserSearchReader) ReadResponse

func (o *VerifyLdapUserSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type VerifyLdapUserSearchUnauthorized

type VerifyLdapUserSearchUnauthorized struct {
	Payload *models.Error
}

VerifyLdapUserSearchUnauthorized handles this case with default header values.

Incorrect credentials

func NewVerifyLdapUserSearchUnauthorized

func NewVerifyLdapUserSearchUnauthorized() *VerifyLdapUserSearchUnauthorized

NewVerifyLdapUserSearchUnauthorized creates a VerifyLdapUserSearchUnauthorized with default headers values

func (*VerifyLdapUserSearchUnauthorized) Error

func (*VerifyLdapUserSearchUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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