well_known

package
v0.19.2 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2021 License: Apache-2.0 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 well known API

func (*Client) ListWellKnownCas

func (a *Client) ListWellKnownCas(params *ListWellKnownCasParams) (*ListWellKnownCasOK, error)
ListWellKnownCas gets c a cert store

This endpoint is used during enrollments to bootstrap trust between enrolling clients and the Ziti Edge API.

This endpoint returns a base64 encoded PKCS7 store. The content can be base64 decoded and parsed by any library that supports parsing PKCS7 stores.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListWellKnownCas(params *ListWellKnownCasParams) (*ListWellKnownCasOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new well known API client.

type ListWellKnownCasOK

type ListWellKnownCasOK struct {
	Payload string
}

ListWellKnownCasOK handles this case with default header values.

A base64 encoded PKCS7 store

func NewListWellKnownCasOK

func NewListWellKnownCasOK() *ListWellKnownCasOK

NewListWellKnownCasOK creates a ListWellKnownCasOK with default headers values

func (*ListWellKnownCasOK) Error

func (o *ListWellKnownCasOK) Error() string

func (*ListWellKnownCasOK) GetPayload

func (o *ListWellKnownCasOK) GetPayload() string

type ListWellKnownCasParams

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

ListWellKnownCasParams contains all the parameters to send to the API endpoint for the list well known cas operation typically these are written to a http.Request

func NewListWellKnownCasParams

func NewListWellKnownCasParams() *ListWellKnownCasParams

NewListWellKnownCasParams creates a new ListWellKnownCasParams object with the default values initialized.

func NewListWellKnownCasParamsWithContext

func NewListWellKnownCasParamsWithContext(ctx context.Context) *ListWellKnownCasParams

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

func NewListWellKnownCasParamsWithHTTPClient

func NewListWellKnownCasParamsWithHTTPClient(client *http.Client) *ListWellKnownCasParams

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

func NewListWellKnownCasParamsWithTimeout

func NewListWellKnownCasParamsWithTimeout(timeout time.Duration) *ListWellKnownCasParams

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

func (*ListWellKnownCasParams) SetContext

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

SetContext adds the context to the list well known cas params

func (*ListWellKnownCasParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list well known cas params

func (*ListWellKnownCasParams) SetTimeout

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

SetTimeout adds the timeout to the list well known cas params

func (*ListWellKnownCasParams) WithContext

WithContext adds the context to the list well known cas params

func (*ListWellKnownCasParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list well known cas params

func (*ListWellKnownCasParams) WithTimeout

WithTimeout adds the timeout to the list well known cas params

func (*ListWellKnownCasParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListWellKnownCasReader

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

ListWellKnownCasReader is a Reader for the ListWellKnownCas structure.

func (*ListWellKnownCasReader) ReadResponse

func (o *ListWellKnownCasReader) 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