system_bundles

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2018 License: BSD-3-Clause Imports: 9 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 system bundles API

func New

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

New creates a new system bundles API client.

func (*Client) GetAuthenticators

func (a *Client) GetAuthenticators(params *GetAuthenticatorsParams, authInfo runtime.ClientAuthInfoWriter) (*GetAuthenticatorsOK, error)

GetAuthenticators retrieves authentication providers configuration

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type GetAuthenticatorsOK

type GetAuthenticatorsOK struct {
	Payload GetAuthenticatorsOKBody
}

GetAuthenticatorsOK handles this case with default header values.

No response was specified

func NewGetAuthenticatorsOK

func NewGetAuthenticatorsOK() *GetAuthenticatorsOK

NewGetAuthenticatorsOK creates a GetAuthenticatorsOK with default headers values

func (*GetAuthenticatorsOK) Error

func (o *GetAuthenticatorsOK) Error() string

type GetAuthenticatorsOKBody

type GetAuthenticatorsOKBody interface{}

GetAuthenticatorsOKBody get authenticators o k body swagger:model GetAuthenticatorsOKBody

type GetAuthenticatorsParams

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

GetAuthenticatorsParams contains all the parameters to send to the API endpoint for the get authenticators operation typically these are written to a http.Request

func NewGetAuthenticatorsParams

func NewGetAuthenticatorsParams() *GetAuthenticatorsParams

NewGetAuthenticatorsParams creates a new GetAuthenticatorsParams object with the default values initialized.

func NewGetAuthenticatorsParamsWithContext

func NewGetAuthenticatorsParamsWithContext(ctx context.Context) *GetAuthenticatorsParams

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

func NewGetAuthenticatorsParamsWithHTTPClient

func NewGetAuthenticatorsParamsWithHTTPClient(client *http.Client) *GetAuthenticatorsParams

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

func NewGetAuthenticatorsParamsWithTimeout

func NewGetAuthenticatorsParamsWithTimeout(timeout time.Duration) *GetAuthenticatorsParams

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

func (*GetAuthenticatorsParams) SetContext

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

SetContext adds the context to the get authenticators params

func (*GetAuthenticatorsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get authenticators params

func (*GetAuthenticatorsParams) SetTimeout

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

SetTimeout adds the timeout to the get authenticators params

func (*GetAuthenticatorsParams) WithContext

WithContext adds the context to the get authenticators params

func (*GetAuthenticatorsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get authenticators params

func (*GetAuthenticatorsParams) WithTimeout

WithTimeout adds the timeout to the get authenticators params

func (*GetAuthenticatorsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAuthenticatorsReader

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

GetAuthenticatorsReader is a Reader for the GetAuthenticators structure.

func (*GetAuthenticatorsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutSystemAuthenticationConfigOK

type PutSystemAuthenticationConfigOK struct {
	Payload PutSystemAuthenticationConfigOKBody
}

PutSystemAuthenticationConfigOK handles this case with default header values.

No response was specified

func NewPutSystemAuthenticationConfigOK

func NewPutSystemAuthenticationConfigOK() *PutSystemAuthenticationConfigOK

NewPutSystemAuthenticationConfigOK creates a PutSystemAuthenticationConfigOK with default headers values

func (*PutSystemAuthenticationConfigOK) Error

type PutSystemAuthenticationConfigOKBody

type PutSystemAuthenticationConfigOKBody interface{}

PutSystemAuthenticationConfigOKBody put system authentication config o k body swagger:model PutSystemAuthenticationConfigOKBody

type PutSystemAuthenticationConfigParams

type PutSystemAuthenticationConfigParams struct {

	/*Config*/
	Config interface{}

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

PutSystemAuthenticationConfigParams contains all the parameters to send to the API endpoint for the put system authentication config operation typically these are written to a http.Request

func NewPutSystemAuthenticationConfigParams

func NewPutSystemAuthenticationConfigParams() *PutSystemAuthenticationConfigParams

NewPutSystemAuthenticationConfigParams creates a new PutSystemAuthenticationConfigParams object with the default values initialized.

func NewPutSystemAuthenticationConfigParamsWithContext

func NewPutSystemAuthenticationConfigParamsWithContext(ctx context.Context) *PutSystemAuthenticationConfigParams

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

func NewPutSystemAuthenticationConfigParamsWithHTTPClient

func NewPutSystemAuthenticationConfigParamsWithHTTPClient(client *http.Client) *PutSystemAuthenticationConfigParams

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

func NewPutSystemAuthenticationConfigParamsWithTimeout

func NewPutSystemAuthenticationConfigParamsWithTimeout(timeout time.Duration) *PutSystemAuthenticationConfigParams

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

func (*PutSystemAuthenticationConfigParams) SetConfig

func (o *PutSystemAuthenticationConfigParams) SetConfig(config interface{})

SetConfig adds the config to the put system authentication config params

func (*PutSystemAuthenticationConfigParams) SetContext

SetContext adds the context to the put system authentication config params

func (*PutSystemAuthenticationConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put system authentication config params

func (*PutSystemAuthenticationConfigParams) SetTimeout

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

SetTimeout adds the timeout to the put system authentication config params

func (*PutSystemAuthenticationConfigParams) WithConfig

WithConfig adds the config to the put system authentication config params

func (*PutSystemAuthenticationConfigParams) WithContext

WithContext adds the context to the put system authentication config params

func (*PutSystemAuthenticationConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put system authentication config params

func (*PutSystemAuthenticationConfigParams) WithTimeout

WithTimeout adds the timeout to the put system authentication config params

func (*PutSystemAuthenticationConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutSystemAuthenticationConfigReader

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

PutSystemAuthenticationConfigReader is a Reader for the PutSystemAuthenticationConfig structure.

func (*PutSystemAuthenticationConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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