external_jwt_signer

package
v0.26.18 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const CreateExternalJWTSignerBadRequestCode int = 400

CreateExternalJWTSignerBadRequestCode is the HTTP code returned for type CreateExternalJWTSignerBadRequest

View Source
const CreateExternalJWTSignerCreatedCode int = 201

CreateExternalJWTSignerCreatedCode is the HTTP code returned for type CreateExternalJWTSignerCreated

View Source
const CreateExternalJWTSignerTooManyRequestsCode int = 429

CreateExternalJWTSignerTooManyRequestsCode is the HTTP code returned for type CreateExternalJWTSignerTooManyRequests

View Source
const CreateExternalJWTSignerUnauthorizedCode int = 401

CreateExternalJWTSignerUnauthorizedCode is the HTTP code returned for type CreateExternalJWTSignerUnauthorized

View Source
const DeleteExternalJWTSignerBadRequestCode int = 400

DeleteExternalJWTSignerBadRequestCode is the HTTP code returned for type DeleteExternalJWTSignerBadRequest

View Source
const DeleteExternalJWTSignerOKCode int = 200

DeleteExternalJWTSignerOKCode is the HTTP code returned for type DeleteExternalJWTSignerOK

View Source
const DeleteExternalJWTSignerTooManyRequestsCode int = 429

DeleteExternalJWTSignerTooManyRequestsCode is the HTTP code returned for type DeleteExternalJWTSignerTooManyRequests

View Source
const DeleteExternalJWTSignerUnauthorizedCode int = 401

DeleteExternalJWTSignerUnauthorizedCode is the HTTP code returned for type DeleteExternalJWTSignerUnauthorized

View Source
const DetailExternalJWTSignerNotFoundCode int = 404

DetailExternalJWTSignerNotFoundCode is the HTTP code returned for type DetailExternalJWTSignerNotFound

View Source
const DetailExternalJWTSignerOKCode int = 200

DetailExternalJWTSignerOKCode is the HTTP code returned for type DetailExternalJWTSignerOK

View Source
const DetailExternalJWTSignerTooManyRequestsCode int = 429

DetailExternalJWTSignerTooManyRequestsCode is the HTTP code returned for type DetailExternalJWTSignerTooManyRequests

View Source
const DetailExternalJWTSignerUnauthorizedCode int = 401

DetailExternalJWTSignerUnauthorizedCode is the HTTP code returned for type DetailExternalJWTSignerUnauthorized

View Source
const ListExternalJWTSignersBadRequestCode int = 400

ListExternalJWTSignersBadRequestCode is the HTTP code returned for type ListExternalJWTSignersBadRequest

View Source
const ListExternalJWTSignersOKCode int = 200

ListExternalJWTSignersOKCode is the HTTP code returned for type ListExternalJWTSignersOK

View Source
const ListExternalJWTSignersTooManyRequestsCode int = 429

ListExternalJWTSignersTooManyRequestsCode is the HTTP code returned for type ListExternalJWTSignersTooManyRequests

View Source
const ListExternalJWTSignersUnauthorizedCode int = 401

ListExternalJWTSignersUnauthorizedCode is the HTTP code returned for type ListExternalJWTSignersUnauthorized

View Source
const PatchExternalJWTSignerBadRequestCode int = 400

PatchExternalJWTSignerBadRequestCode is the HTTP code returned for type PatchExternalJWTSignerBadRequest

View Source
const PatchExternalJWTSignerNotFoundCode int = 404

PatchExternalJWTSignerNotFoundCode is the HTTP code returned for type PatchExternalJWTSignerNotFound

View Source
const PatchExternalJWTSignerOKCode int = 200

PatchExternalJWTSignerOKCode is the HTTP code returned for type PatchExternalJWTSignerOK

View Source
const PatchExternalJWTSignerTooManyRequestsCode int = 429

PatchExternalJWTSignerTooManyRequestsCode is the HTTP code returned for type PatchExternalJWTSignerTooManyRequests

View Source
const PatchExternalJWTSignerUnauthorizedCode int = 401

PatchExternalJWTSignerUnauthorizedCode is the HTTP code returned for type PatchExternalJWTSignerUnauthorized

View Source
const UpdateExternalJWTSignerBadRequestCode int = 400

UpdateExternalJWTSignerBadRequestCode is the HTTP code returned for type UpdateExternalJWTSignerBadRequest

View Source
const UpdateExternalJWTSignerNotFoundCode int = 404

UpdateExternalJWTSignerNotFoundCode is the HTTP code returned for type UpdateExternalJWTSignerNotFound

View Source
const UpdateExternalJWTSignerOKCode int = 200

UpdateExternalJWTSignerOKCode is the HTTP code returned for type UpdateExternalJWTSignerOK

View Source
const UpdateExternalJWTSignerTooManyRequestsCode int = 429

UpdateExternalJWTSignerTooManyRequestsCode is the HTTP code returned for type UpdateExternalJWTSignerTooManyRequests

View Source
const UpdateExternalJWTSignerUnauthorizedCode int = 401

UpdateExternalJWTSignerUnauthorizedCode is the HTTP code returned for type UpdateExternalJWTSignerUnauthorized

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateExternalJWTSigner

type CreateExternalJWTSigner struct {
	Context *middleware.Context
	Handler CreateExternalJWTSignerHandler
}
CreateExternalJWTSigner swagger:route POST /external-jwt-signers External JWT Signer createExternalJwtSigner

Creates an External JWT Signer

Creates an External JWT Signer. Requires admin access.

func NewCreateExternalJWTSigner

func NewCreateExternalJWTSigner(ctx *middleware.Context, handler CreateExternalJWTSignerHandler) *CreateExternalJWTSigner

NewCreateExternalJWTSigner creates a new http.Handler for the create external Jwt signer operation

func (*CreateExternalJWTSigner) ServeHTTP

type CreateExternalJWTSignerBadRequest

type CreateExternalJWTSignerBadRequest struct {

	/*
	  In: Body
	*/
	Payload *rest_model.APIErrorEnvelope `json:"body,omitempty"`
}

CreateExternalJWTSignerBadRequest The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information

swagger:response createExternalJwtSignerBadRequest

func NewCreateExternalJWTSignerBadRequest

func NewCreateExternalJWTSignerBadRequest() *CreateExternalJWTSignerBadRequest

NewCreateExternalJWTSignerBadRequest creates CreateExternalJWTSignerBadRequest with default headers values

func (*CreateExternalJWTSignerBadRequest) SetPayload

SetPayload sets the payload to the create external Jwt signer bad request response

func (*CreateExternalJWTSignerBadRequest) WithPayload

WithPayload adds the payload to the create external Jwt signer bad request response

func (*CreateExternalJWTSignerBadRequest) WriteResponse

func (o *CreateExternalJWTSignerBadRequest) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type CreateExternalJWTSignerCreated

type CreateExternalJWTSignerCreated struct {

	/*
	  In: Body
	*/
	Payload *rest_model.CreateEnvelope `json:"body,omitempty"`
}

CreateExternalJWTSignerCreated The create request was successful and the resource has been added at the following location

swagger:response createExternalJwtSignerCreated

func NewCreateExternalJWTSignerCreated

func NewCreateExternalJWTSignerCreated() *CreateExternalJWTSignerCreated

NewCreateExternalJWTSignerCreated creates CreateExternalJWTSignerCreated with default headers values

func (*CreateExternalJWTSignerCreated) SetPayload

SetPayload sets the payload to the create external Jwt signer created response

func (*CreateExternalJWTSignerCreated) WithPayload

WithPayload adds the payload to the create external Jwt signer created response

func (*CreateExternalJWTSignerCreated) WriteResponse

func (o *CreateExternalJWTSignerCreated) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type CreateExternalJWTSignerHandler

type CreateExternalJWTSignerHandler interface {
	Handle(CreateExternalJWTSignerParams, interface{}) middleware.Responder
}

CreateExternalJWTSignerHandler interface for that can handle valid create external Jwt signer params

type CreateExternalJWTSignerHandlerFunc

type CreateExternalJWTSignerHandlerFunc func(CreateExternalJWTSignerParams, interface{}) middleware.Responder

CreateExternalJWTSignerHandlerFunc turns a function with the right signature into a create external Jwt signer handler

func (CreateExternalJWTSignerHandlerFunc) Handle

Handle executing the request and returning a response

type CreateExternalJWTSignerParams

type CreateExternalJWTSignerParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*An External JWT Signer to create
	  Required: true
	  In: body
	*/
	ExternalJWTSigner *rest_model.ExternalJWTSignerCreate
}

CreateExternalJWTSignerParams contains all the bound params for the create external Jwt signer operation typically these are obtained from a http.Request

swagger:parameters createExternalJwtSigner

func NewCreateExternalJWTSignerParams

func NewCreateExternalJWTSignerParams() CreateExternalJWTSignerParams

NewCreateExternalJWTSignerParams creates a new CreateExternalJWTSignerParams object

There are no default values defined in the spec.

func (*CreateExternalJWTSignerParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewCreateExternalJWTSignerParams() beforehand.

type CreateExternalJWTSignerTooManyRequests added in v0.26.0

type CreateExternalJWTSignerTooManyRequests struct {

	/*
	  In: Body
	*/
	Payload *rest_model.APIErrorEnvelope `json:"body,omitempty"`
}

CreateExternalJWTSignerTooManyRequests The resource requested is rate limited and the rate limit has been exceeded

swagger:response createExternalJwtSignerTooManyRequests

func NewCreateExternalJWTSignerTooManyRequests added in v0.26.0

func NewCreateExternalJWTSignerTooManyRequests() *CreateExternalJWTSignerTooManyRequests

NewCreateExternalJWTSignerTooManyRequests creates CreateExternalJWTSignerTooManyRequests with default headers values

func (*CreateExternalJWTSignerTooManyRequests) SetPayload added in v0.26.0

SetPayload sets the payload to the create external Jwt signer too many requests response

func (*CreateExternalJWTSignerTooManyRequests) WithPayload added in v0.26.0

WithPayload adds the payload to the create external Jwt signer too many requests response

func (*CreateExternalJWTSignerTooManyRequests) WriteResponse added in v0.26.0

WriteResponse to the client

type CreateExternalJWTSignerURL

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

CreateExternalJWTSignerURL generates an URL for the create external Jwt signer operation

func (*CreateExternalJWTSignerURL) Build

func (o *CreateExternalJWTSignerURL) Build() (*url.URL, error)

Build a url path and query string

func (*CreateExternalJWTSignerURL) BuildFull

func (o *CreateExternalJWTSignerURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*CreateExternalJWTSignerURL) Must

func (o *CreateExternalJWTSignerURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*CreateExternalJWTSignerURL) SetBasePath

func (o *CreateExternalJWTSignerURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*CreateExternalJWTSignerURL) String

func (o *CreateExternalJWTSignerURL) String() string

String returns the string representation of the path with query string

func (*CreateExternalJWTSignerURL) StringFull

func (o *CreateExternalJWTSignerURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*CreateExternalJWTSignerURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type CreateExternalJWTSignerUnauthorized

type CreateExternalJWTSignerUnauthorized struct {

	/*
	  In: Body
	*/
	Payload *rest_model.APIErrorEnvelope `json:"body,omitempty"`
}

CreateExternalJWTSignerUnauthorized The supplied session does not have the correct access rights to request this resource

swagger:response createExternalJwtSignerUnauthorized

func NewCreateExternalJWTSignerUnauthorized

func NewCreateExternalJWTSignerUnauthorized() *CreateExternalJWTSignerUnauthorized

NewCreateExternalJWTSignerUnauthorized creates CreateExternalJWTSignerUnauthorized with default headers values

func (*CreateExternalJWTSignerUnauthorized) SetPayload

SetPayload sets the payload to the create external Jwt signer unauthorized response

func (*CreateExternalJWTSignerUnauthorized) WithPayload

WithPayload adds the payload to the create external Jwt signer unauthorized response

func (*CreateExternalJWTSignerUnauthorized) WriteResponse

WriteResponse to the client

type DeleteExternalJWTSigner

type DeleteExternalJWTSigner struct {
	Context *middleware.Context
	Handler DeleteExternalJWTSignerHandler
}
DeleteExternalJWTSigner swagger:route DELETE /external-jwt-signers/{id} External JWT Signer deleteExternalJwtSigner

Delete an External JWT Signer

Delete an External JWT Signer by id. Requires admin access.

func NewDeleteExternalJWTSigner

func NewDeleteExternalJWTSigner(ctx *middleware.Context, handler DeleteExternalJWTSignerHandler) *DeleteExternalJWTSigner

NewDeleteExternalJWTSigner creates a new http.Handler for the delete external Jwt signer operation

func (*DeleteExternalJWTSigner) ServeHTTP

type DeleteExternalJWTSignerBadRequest

type DeleteExternalJWTSignerBadRequest struct {

	/*
	  In: Body
	*/
	Payload *rest_model.APIErrorEnvelope `json:"body,omitempty"`
}

DeleteExternalJWTSignerBadRequest The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information

swagger:response deleteExternalJwtSignerBadRequest

func NewDeleteExternalJWTSignerBadRequest

func NewDeleteExternalJWTSignerBadRequest() *DeleteExternalJWTSignerBadRequest

NewDeleteExternalJWTSignerBadRequest creates DeleteExternalJWTSignerBadRequest with default headers values

func (*DeleteExternalJWTSignerBadRequest) SetPayload

SetPayload sets the payload to the delete external Jwt signer bad request response

func (*DeleteExternalJWTSignerBadRequest) WithPayload

WithPayload adds the payload to the delete external Jwt signer bad request response

func (*DeleteExternalJWTSignerBadRequest) WriteResponse

func (o *DeleteExternalJWTSignerBadRequest) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type DeleteExternalJWTSignerHandler

type DeleteExternalJWTSignerHandler interface {
	Handle(DeleteExternalJWTSignerParams, interface{}) middleware.Responder
}

DeleteExternalJWTSignerHandler interface for that can handle valid delete external Jwt signer params

type DeleteExternalJWTSignerHandlerFunc

type DeleteExternalJWTSignerHandlerFunc func(DeleteExternalJWTSignerParams, interface{}) middleware.Responder

DeleteExternalJWTSignerHandlerFunc turns a function with the right signature into a delete external Jwt signer handler

func (DeleteExternalJWTSignerHandlerFunc) Handle

Handle executing the request and returning a response

type DeleteExternalJWTSignerOK

type DeleteExternalJWTSignerOK struct {

	/*
	  In: Body
	*/
	Payload *rest_model.Empty `json:"body,omitempty"`
}

DeleteExternalJWTSignerOK The delete request was successful and the resource has been removed

swagger:response deleteExternalJwtSignerOK

func NewDeleteExternalJWTSignerOK

func NewDeleteExternalJWTSignerOK() *DeleteExternalJWTSignerOK

NewDeleteExternalJWTSignerOK creates DeleteExternalJWTSignerOK with default headers values

func (*DeleteExternalJWTSignerOK) SetPayload

func (o *DeleteExternalJWTSignerOK) SetPayload(payload *rest_model.Empty)

SetPayload sets the payload to the delete external Jwt signer o k response

func (*DeleteExternalJWTSignerOK) WithPayload

WithPayload adds the payload to the delete external Jwt signer o k response

func (*DeleteExternalJWTSignerOK) WriteResponse

func (o *DeleteExternalJWTSignerOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type DeleteExternalJWTSignerParams

type DeleteExternalJWTSignerParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The id of the requested resource
	  Required: true
	  In: path
	*/
	ID string
}

DeleteExternalJWTSignerParams contains all the bound params for the delete external Jwt signer operation typically these are obtained from a http.Request

swagger:parameters deleteExternalJwtSigner

func NewDeleteExternalJWTSignerParams

func NewDeleteExternalJWTSignerParams() DeleteExternalJWTSignerParams

NewDeleteExternalJWTSignerParams creates a new DeleteExternalJWTSignerParams object

There are no default values defined in the spec.

func (*DeleteExternalJWTSignerParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewDeleteExternalJWTSignerParams() beforehand.

type DeleteExternalJWTSignerTooManyRequests added in v0.26.0

type DeleteExternalJWTSignerTooManyRequests struct {

	/*
	  In: Body
	*/
	Payload *rest_model.APIErrorEnvelope `json:"body,omitempty"`
}

DeleteExternalJWTSignerTooManyRequests The resource requested is rate limited and the rate limit has been exceeded

swagger:response deleteExternalJwtSignerTooManyRequests

func NewDeleteExternalJWTSignerTooManyRequests added in v0.26.0

func NewDeleteExternalJWTSignerTooManyRequests() *DeleteExternalJWTSignerTooManyRequests

NewDeleteExternalJWTSignerTooManyRequests creates DeleteExternalJWTSignerTooManyRequests with default headers values

func (*DeleteExternalJWTSignerTooManyRequests) SetPayload added in v0.26.0

SetPayload sets the payload to the delete external Jwt signer too many requests response

func (*DeleteExternalJWTSignerTooManyRequests) WithPayload added in v0.26.0

WithPayload adds the payload to the delete external Jwt signer too many requests response

func (*DeleteExternalJWTSignerTooManyRequests) WriteResponse added in v0.26.0

WriteResponse to the client

type DeleteExternalJWTSignerURL

type DeleteExternalJWTSignerURL struct {
	ID string
	// contains filtered or unexported fields
}

DeleteExternalJWTSignerURL generates an URL for the delete external Jwt signer operation

func (*DeleteExternalJWTSignerURL) Build

func (o *DeleteExternalJWTSignerURL) Build() (*url.URL, error)

Build a url path and query string

func (*DeleteExternalJWTSignerURL) BuildFull

func (o *DeleteExternalJWTSignerURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*DeleteExternalJWTSignerURL) Must

func (o *DeleteExternalJWTSignerURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*DeleteExternalJWTSignerURL) SetBasePath

func (o *DeleteExternalJWTSignerURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*DeleteExternalJWTSignerURL) String

func (o *DeleteExternalJWTSignerURL) String() string

String returns the string representation of the path with query string

func (*DeleteExternalJWTSignerURL) StringFull

func (o *DeleteExternalJWTSignerURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*DeleteExternalJWTSignerURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type DeleteExternalJWTSignerUnauthorized

type DeleteExternalJWTSignerUnauthorized struct {

	/*
	  In: Body
	*/
	Payload *rest_model.APIErrorEnvelope `json:"body,omitempty"`
}

DeleteExternalJWTSignerUnauthorized The supplied session does not have the correct access rights to request this resource

swagger:response deleteExternalJwtSignerUnauthorized

func NewDeleteExternalJWTSignerUnauthorized

func NewDeleteExternalJWTSignerUnauthorized() *DeleteExternalJWTSignerUnauthorized

NewDeleteExternalJWTSignerUnauthorized creates DeleteExternalJWTSignerUnauthorized with default headers values

func (*DeleteExternalJWTSignerUnauthorized) SetPayload

SetPayload sets the payload to the delete external Jwt signer unauthorized response

func (*DeleteExternalJWTSignerUnauthorized) WithPayload

WithPayload adds the payload to the delete external Jwt signer unauthorized response

func (*DeleteExternalJWTSignerUnauthorized) WriteResponse

WriteResponse to the client

type DetailExternalJWTSigner

type DetailExternalJWTSigner struct {
	Context *middleware.Context
	Handler DetailExternalJWTSignerHandler
}
DetailExternalJWTSigner swagger:route GET /external-jwt-signers/{id} External JWT Signer detailExternalJwtSigner

Retrieves a single External JWT Signer

Retrieves a single External JWT Signer by id. Requires admin access.

func NewDetailExternalJWTSigner

func NewDetailExternalJWTSigner(ctx *middleware.Context, handler DetailExternalJWTSignerHandler) *DetailExternalJWTSigner

NewDetailExternalJWTSigner creates a new http.Handler for the detail external Jwt signer operation

func (*DetailExternalJWTSigner) ServeHTTP

type DetailExternalJWTSignerHandler

type DetailExternalJWTSignerHandler interface {
	Handle(DetailExternalJWTSignerParams, interface{}) middleware.Responder
}

DetailExternalJWTSignerHandler interface for that can handle valid detail external Jwt signer params

type DetailExternalJWTSignerHandlerFunc

type DetailExternalJWTSignerHandlerFunc func(DetailExternalJWTSignerParams, interface{}) middleware.Responder

DetailExternalJWTSignerHandlerFunc turns a function with the right signature into a detail external Jwt signer handler

func (DetailExternalJWTSignerHandlerFunc) Handle

Handle executing the request and returning a response

type DetailExternalJWTSignerNotFound

type DetailExternalJWTSignerNotFound struct {

	/*
	  In: Body
	*/
	Payload *rest_model.APIErrorEnvelope `json:"body,omitempty"`
}

DetailExternalJWTSignerNotFound The requested resource does not exist

swagger:response detailExternalJwtSignerNotFound

func NewDetailExternalJWTSignerNotFound

func NewDetailExternalJWTSignerNotFound() *DetailExternalJWTSignerNotFound

NewDetailExternalJWTSignerNotFound creates DetailExternalJWTSignerNotFound with default headers values

func (*DetailExternalJWTSignerNotFound) SetPayload

SetPayload sets the payload to the detail external Jwt signer not found response

func (*DetailExternalJWTSignerNotFound) WithPayload

WithPayload adds the payload to the detail external Jwt signer not found response

func (*DetailExternalJWTSignerNotFound) WriteResponse

func (o *DetailExternalJWTSignerNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type DetailExternalJWTSignerOK

type DetailExternalJWTSignerOK struct {

	/*
	  In: Body
	*/
	Payload *rest_model.DetailExternalJWTSignerEnvelope `json:"body,omitempty"`
}

DetailExternalJWTSignerOK A singular External JWT Signer resource

swagger:response detailExternalJwtSignerOK

func NewDetailExternalJWTSignerOK

func NewDetailExternalJWTSignerOK() *DetailExternalJWTSignerOK

NewDetailExternalJWTSignerOK creates DetailExternalJWTSignerOK with default headers values

func (*DetailExternalJWTSignerOK) SetPayload

SetPayload sets the payload to the detail external Jwt signer o k response

func (*DetailExternalJWTSignerOK) WithPayload

WithPayload adds the payload to the detail external Jwt signer o k response

func (*DetailExternalJWTSignerOK) WriteResponse

func (o *DetailExternalJWTSignerOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type DetailExternalJWTSignerParams

type DetailExternalJWTSignerParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The id of the requested resource
	  Required: true
	  In: path
	*/
	ID string
}

DetailExternalJWTSignerParams contains all the bound params for the detail external Jwt signer operation typically these are obtained from a http.Request

swagger:parameters detailExternalJwtSigner

func NewDetailExternalJWTSignerParams

func NewDetailExternalJWTSignerParams() DetailExternalJWTSignerParams

NewDetailExternalJWTSignerParams creates a new DetailExternalJWTSignerParams object

There are no default values defined in the spec.

func (*DetailExternalJWTSignerParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewDetailExternalJWTSignerParams() beforehand.

type DetailExternalJWTSignerTooManyRequests added in v0.26.0

type DetailExternalJWTSignerTooManyRequests struct {

	/*
	  In: Body
	*/
	Payload *rest_model.APIErrorEnvelope `json:"body,omitempty"`
}

DetailExternalJWTSignerTooManyRequests The resource requested is rate limited and the rate limit has been exceeded

swagger:response detailExternalJwtSignerTooManyRequests

func NewDetailExternalJWTSignerTooManyRequests added in v0.26.0

func NewDetailExternalJWTSignerTooManyRequests() *DetailExternalJWTSignerTooManyRequests

NewDetailExternalJWTSignerTooManyRequests creates DetailExternalJWTSignerTooManyRequests with default headers values

func (*DetailExternalJWTSignerTooManyRequests) SetPayload added in v0.26.0

SetPayload sets the payload to the detail external Jwt signer too many requests response

func (*DetailExternalJWTSignerTooManyRequests) WithPayload added in v0.26.0

WithPayload adds the payload to the detail external Jwt signer too many requests response

func (*DetailExternalJWTSignerTooManyRequests) WriteResponse added in v0.26.0

WriteResponse to the client

type DetailExternalJWTSignerURL

type DetailExternalJWTSignerURL struct {
	ID string
	// contains filtered or unexported fields
}

DetailExternalJWTSignerURL generates an URL for the detail external Jwt signer operation

func (*DetailExternalJWTSignerURL) Build

func (o *DetailExternalJWTSignerURL) Build() (*url.URL, error)

Build a url path and query string

func (*DetailExternalJWTSignerURL) BuildFull

func (o *DetailExternalJWTSignerURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*DetailExternalJWTSignerURL) Must

func (o *DetailExternalJWTSignerURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*DetailExternalJWTSignerURL) SetBasePath

func (o *DetailExternalJWTSignerURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*DetailExternalJWTSignerURL) String

func (o *DetailExternalJWTSignerURL) String() string

String returns the string representation of the path with query string

func (*DetailExternalJWTSignerURL) StringFull

func (o *DetailExternalJWTSignerURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*DetailExternalJWTSignerURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type DetailExternalJWTSignerUnauthorized

type DetailExternalJWTSignerUnauthorized struct {

	/*
	  In: Body
	*/
	Payload *rest_model.APIErrorEnvelope `json:"body,omitempty"`
}

DetailExternalJWTSignerUnauthorized The supplied session does not have the correct access rights to request this resource

swagger:response detailExternalJwtSignerUnauthorized

func NewDetailExternalJWTSignerUnauthorized

func NewDetailExternalJWTSignerUnauthorized() *DetailExternalJWTSignerUnauthorized

NewDetailExternalJWTSignerUnauthorized creates DetailExternalJWTSignerUnauthorized with default headers values

func (*DetailExternalJWTSignerUnauthorized) SetPayload

SetPayload sets the payload to the detail external Jwt signer unauthorized response

func (*DetailExternalJWTSignerUnauthorized) WithPayload

WithPayload adds the payload to the detail external Jwt signer unauthorized response

func (*DetailExternalJWTSignerUnauthorized) WriteResponse

WriteResponse to the client

type ListExternalJWTSigners

type ListExternalJWTSigners struct {
	Context *middleware.Context
	Handler ListExternalJWTSignersHandler
}
ListExternalJWTSigners swagger:route GET /external-jwt-signers External JWT Signer listExternalJwtSigners

List External JWT Signers

Retrieves a list of external JWT signers for authentication

func NewListExternalJWTSigners

func NewListExternalJWTSigners(ctx *middleware.Context, handler ListExternalJWTSignersHandler) *ListExternalJWTSigners

NewListExternalJWTSigners creates a new http.Handler for the list external Jwt signers operation

func (*ListExternalJWTSigners) ServeHTTP

func (o *ListExternalJWTSigners) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type ListExternalJWTSignersBadRequest

type ListExternalJWTSignersBadRequest struct {

	/*
	  In: Body
	*/
	Payload *rest_model.APIErrorEnvelope `json:"body,omitempty"`
}

ListExternalJWTSignersBadRequest The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information

swagger:response listExternalJwtSignersBadRequest

func NewListExternalJWTSignersBadRequest

func NewListExternalJWTSignersBadRequest() *ListExternalJWTSignersBadRequest

NewListExternalJWTSignersBadRequest creates ListExternalJWTSignersBadRequest with default headers values

func (*ListExternalJWTSignersBadRequest) SetPayload

SetPayload sets the payload to the list external Jwt signers bad request response

func (*ListExternalJWTSignersBadRequest) WithPayload

WithPayload adds the payload to the list external Jwt signers bad request response

func (*ListExternalJWTSignersBadRequest) WriteResponse

func (o *ListExternalJWTSignersBadRequest) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type ListExternalJWTSignersHandler

type ListExternalJWTSignersHandler interface {
	Handle(ListExternalJWTSignersParams, interface{}) middleware.Responder
}

ListExternalJWTSignersHandler interface for that can handle valid list external Jwt signers params

type ListExternalJWTSignersHandlerFunc

type ListExternalJWTSignersHandlerFunc func(ListExternalJWTSignersParams, interface{}) middleware.Responder

ListExternalJWTSignersHandlerFunc turns a function with the right signature into a list external Jwt signers handler

func (ListExternalJWTSignersHandlerFunc) Handle

Handle executing the request and returning a response

type ListExternalJWTSignersOK

type ListExternalJWTSignersOK struct {

	/*
	  In: Body
	*/
	Payload *rest_model.ListExternalJWTSignersEnvelope `json:"body,omitempty"`
}

ListExternalJWTSignersOK A list of External JWT Signers

swagger:response listExternalJwtSignersOK

func NewListExternalJWTSignersOK

func NewListExternalJWTSignersOK() *ListExternalJWTSignersOK

NewListExternalJWTSignersOK creates ListExternalJWTSignersOK with default headers values

func (*ListExternalJWTSignersOK) SetPayload

SetPayload sets the payload to the list external Jwt signers o k response

func (*ListExternalJWTSignersOK) WithPayload

WithPayload adds the payload to the list external Jwt signers o k response

func (*ListExternalJWTSignersOK) WriteResponse

func (o *ListExternalJWTSignersOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type ListExternalJWTSignersParams

type ListExternalJWTSignersParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*
	  In: query
	*/
	Filter *string
	/*
	  In: query
	*/
	Limit *int64
	/*
	  In: query
	*/
	Offset *int64
}

ListExternalJWTSignersParams contains all the bound params for the list external Jwt signers operation typically these are obtained from a http.Request

swagger:parameters listExternalJwtSigners

func NewListExternalJWTSignersParams

func NewListExternalJWTSignersParams() ListExternalJWTSignersParams

NewListExternalJWTSignersParams creates a new ListExternalJWTSignersParams object

There are no default values defined in the spec.

func (*ListExternalJWTSignersParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewListExternalJWTSignersParams() beforehand.

type ListExternalJWTSignersTooManyRequests added in v0.26.0

type ListExternalJWTSignersTooManyRequests struct {

	/*
	  In: Body
	*/
	Payload *rest_model.APIErrorEnvelope `json:"body,omitempty"`
}

ListExternalJWTSignersTooManyRequests The resource requested is rate limited and the rate limit has been exceeded

swagger:response listExternalJwtSignersTooManyRequests

func NewListExternalJWTSignersTooManyRequests added in v0.26.0

func NewListExternalJWTSignersTooManyRequests() *ListExternalJWTSignersTooManyRequests

NewListExternalJWTSignersTooManyRequests creates ListExternalJWTSignersTooManyRequests with default headers values

func (*ListExternalJWTSignersTooManyRequests) SetPayload added in v0.26.0

SetPayload sets the payload to the list external Jwt signers too many requests response

func (*ListExternalJWTSignersTooManyRequests) WithPayload added in v0.26.0

WithPayload adds the payload to the list external Jwt signers too many requests response

func (*ListExternalJWTSignersTooManyRequests) WriteResponse added in v0.26.0

WriteResponse to the client

type ListExternalJWTSignersURL

type ListExternalJWTSignersURL struct {
	Filter *string
	Limit  *int64
	Offset *int64
	// contains filtered or unexported fields
}

ListExternalJWTSignersURL generates an URL for the list external Jwt signers operation

func (*ListExternalJWTSignersURL) Build

func (o *ListExternalJWTSignersURL) Build() (*url.URL, error)

Build a url path and query string

func (*ListExternalJWTSignersURL) BuildFull

func (o *ListExternalJWTSignersURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*ListExternalJWTSignersURL) Must

func (o *ListExternalJWTSignersURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*ListExternalJWTSignersURL) SetBasePath

func (o *ListExternalJWTSignersURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*ListExternalJWTSignersURL) String

func (o *ListExternalJWTSignersURL) String() string

String returns the string representation of the path with query string

func (*ListExternalJWTSignersURL) StringFull

func (o *ListExternalJWTSignersURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*ListExternalJWTSignersURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type ListExternalJWTSignersUnauthorized

type ListExternalJWTSignersUnauthorized struct {

	/*
	  In: Body
	*/
	Payload *rest_model.APIErrorEnvelope `json:"body,omitempty"`
}

ListExternalJWTSignersUnauthorized The supplied session does not have the correct access rights to request this resource

swagger:response listExternalJwtSignersUnauthorized

func NewListExternalJWTSignersUnauthorized

func NewListExternalJWTSignersUnauthorized() *ListExternalJWTSignersUnauthorized

NewListExternalJWTSignersUnauthorized creates ListExternalJWTSignersUnauthorized with default headers values

func (*ListExternalJWTSignersUnauthorized) SetPayload

SetPayload sets the payload to the list external Jwt signers unauthorized response

func (*ListExternalJWTSignersUnauthorized) WithPayload

WithPayload adds the payload to the list external Jwt signers unauthorized response

func (*ListExternalJWTSignersUnauthorized) WriteResponse

WriteResponse to the client

type PatchExternalJWTSigner

type PatchExternalJWTSigner struct {
	Context *middleware.Context
	Handler PatchExternalJWTSignerHandler
}
PatchExternalJWTSigner swagger:route PATCH /external-jwt-signers/{id} External JWT Signer patchExternalJwtSigner

Update the supplied fields on an External JWT Signer

Update only the supplied fields on an External JWT Signer by id. Requires admin access.

func NewPatchExternalJWTSigner

func NewPatchExternalJWTSigner(ctx *middleware.Context, handler PatchExternalJWTSignerHandler) *PatchExternalJWTSigner

NewPatchExternalJWTSigner creates a new http.Handler for the patch external Jwt signer operation

func (*PatchExternalJWTSigner) ServeHTTP

func (o *PatchExternalJWTSigner) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type PatchExternalJWTSignerBadRequest

type PatchExternalJWTSignerBadRequest struct {

	/*
	  In: Body
	*/
	Payload *rest_model.APIErrorEnvelope `json:"body,omitempty"`
}

PatchExternalJWTSignerBadRequest The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information

swagger:response patchExternalJwtSignerBadRequest

func NewPatchExternalJWTSignerBadRequest

func NewPatchExternalJWTSignerBadRequest() *PatchExternalJWTSignerBadRequest

NewPatchExternalJWTSignerBadRequest creates PatchExternalJWTSignerBadRequest with default headers values

func (*PatchExternalJWTSignerBadRequest) SetPayload

SetPayload sets the payload to the patch external Jwt signer bad request response

func (*PatchExternalJWTSignerBadRequest) WithPayload

WithPayload adds the payload to the patch external Jwt signer bad request response

func (*PatchExternalJWTSignerBadRequest) WriteResponse

func (o *PatchExternalJWTSignerBadRequest) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type PatchExternalJWTSignerHandler

type PatchExternalJWTSignerHandler interface {
	Handle(PatchExternalJWTSignerParams, interface{}) middleware.Responder
}

PatchExternalJWTSignerHandler interface for that can handle valid patch external Jwt signer params

type PatchExternalJWTSignerHandlerFunc

type PatchExternalJWTSignerHandlerFunc func(PatchExternalJWTSignerParams, interface{}) middleware.Responder

PatchExternalJWTSignerHandlerFunc turns a function with the right signature into a patch external Jwt signer handler

func (PatchExternalJWTSignerHandlerFunc) Handle

Handle executing the request and returning a response

type PatchExternalJWTSignerNotFound

type PatchExternalJWTSignerNotFound struct {

	/*
	  In: Body
	*/
	Payload *rest_model.APIErrorEnvelope `json:"body,omitempty"`
}

PatchExternalJWTSignerNotFound The requested resource does not exist

swagger:response patchExternalJwtSignerNotFound

func NewPatchExternalJWTSignerNotFound

func NewPatchExternalJWTSignerNotFound() *PatchExternalJWTSignerNotFound

NewPatchExternalJWTSignerNotFound creates PatchExternalJWTSignerNotFound with default headers values

func (*PatchExternalJWTSignerNotFound) SetPayload

SetPayload sets the payload to the patch external Jwt signer not found response

func (*PatchExternalJWTSignerNotFound) WithPayload

WithPayload adds the payload to the patch external Jwt signer not found response

func (*PatchExternalJWTSignerNotFound) WriteResponse

func (o *PatchExternalJWTSignerNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type PatchExternalJWTSignerOK

type PatchExternalJWTSignerOK struct {

	/*
	  In: Body
	*/
	Payload *rest_model.Empty `json:"body,omitempty"`
}

PatchExternalJWTSignerOK The patch request was successful and the resource has been altered

swagger:response patchExternalJwtSignerOK

func NewPatchExternalJWTSignerOK

func NewPatchExternalJWTSignerOK() *PatchExternalJWTSignerOK

NewPatchExternalJWTSignerOK creates PatchExternalJWTSignerOK with default headers values

func (*PatchExternalJWTSignerOK) SetPayload

func (o *PatchExternalJWTSignerOK) SetPayload(payload *rest_model.Empty)

SetPayload sets the payload to the patch external Jwt signer o k response

func (*PatchExternalJWTSignerOK) WithPayload

WithPayload adds the payload to the patch external Jwt signer o k response

func (*PatchExternalJWTSignerOK) WriteResponse

func (o *PatchExternalJWTSignerOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type PatchExternalJWTSignerParams

type PatchExternalJWTSignerParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*An External JWT Signer patch object
	  Required: true
	  In: body
	*/
	ExternalJWTSigner *rest_model.ExternalJWTSignerPatch
	/*The id of the requested resource
	  Required: true
	  In: path
	*/
	ID string
}

PatchExternalJWTSignerParams contains all the bound params for the patch external Jwt signer operation typically these are obtained from a http.Request

swagger:parameters patchExternalJwtSigner

func NewPatchExternalJWTSignerParams

func NewPatchExternalJWTSignerParams() PatchExternalJWTSignerParams

NewPatchExternalJWTSignerParams creates a new PatchExternalJWTSignerParams object

There are no default values defined in the spec.

func (*PatchExternalJWTSignerParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewPatchExternalJWTSignerParams() beforehand.

type PatchExternalJWTSignerTooManyRequests added in v0.26.0

type PatchExternalJWTSignerTooManyRequests struct {

	/*
	  In: Body
	*/
	Payload *rest_model.APIErrorEnvelope `json:"body,omitempty"`
}

PatchExternalJWTSignerTooManyRequests The resource requested is rate limited and the rate limit has been exceeded

swagger:response patchExternalJwtSignerTooManyRequests

func NewPatchExternalJWTSignerTooManyRequests added in v0.26.0

func NewPatchExternalJWTSignerTooManyRequests() *PatchExternalJWTSignerTooManyRequests

NewPatchExternalJWTSignerTooManyRequests creates PatchExternalJWTSignerTooManyRequests with default headers values

func (*PatchExternalJWTSignerTooManyRequests) SetPayload added in v0.26.0

SetPayload sets the payload to the patch external Jwt signer too many requests response

func (*PatchExternalJWTSignerTooManyRequests) WithPayload added in v0.26.0

WithPayload adds the payload to the patch external Jwt signer too many requests response

func (*PatchExternalJWTSignerTooManyRequests) WriteResponse added in v0.26.0

WriteResponse to the client

type PatchExternalJWTSignerURL

type PatchExternalJWTSignerURL struct {
	ID string
	// contains filtered or unexported fields
}

PatchExternalJWTSignerURL generates an URL for the patch external Jwt signer operation

func (*PatchExternalJWTSignerURL) Build

func (o *PatchExternalJWTSignerURL) Build() (*url.URL, error)

Build a url path and query string

func (*PatchExternalJWTSignerURL) BuildFull

func (o *PatchExternalJWTSignerURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*PatchExternalJWTSignerURL) Must

func (o *PatchExternalJWTSignerURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*PatchExternalJWTSignerURL) SetBasePath

func (o *PatchExternalJWTSignerURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*PatchExternalJWTSignerURL) String

func (o *PatchExternalJWTSignerURL) String() string

String returns the string representation of the path with query string

func (*PatchExternalJWTSignerURL) StringFull

func (o *PatchExternalJWTSignerURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*PatchExternalJWTSignerURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type PatchExternalJWTSignerUnauthorized

type PatchExternalJWTSignerUnauthorized struct {

	/*
	  In: Body
	*/
	Payload *rest_model.APIErrorEnvelope `json:"body,omitempty"`
}

PatchExternalJWTSignerUnauthorized The supplied session does not have the correct access rights to request this resource

swagger:response patchExternalJwtSignerUnauthorized

func NewPatchExternalJWTSignerUnauthorized

func NewPatchExternalJWTSignerUnauthorized() *PatchExternalJWTSignerUnauthorized

NewPatchExternalJWTSignerUnauthorized creates PatchExternalJWTSignerUnauthorized with default headers values

func (*PatchExternalJWTSignerUnauthorized) SetPayload

SetPayload sets the payload to the patch external Jwt signer unauthorized response

func (*PatchExternalJWTSignerUnauthorized) WithPayload

WithPayload adds the payload to the patch external Jwt signer unauthorized response

func (*PatchExternalJWTSignerUnauthorized) WriteResponse

WriteResponse to the client

type UpdateExternalJWTSigner

type UpdateExternalJWTSigner struct {
	Context *middleware.Context
	Handler UpdateExternalJWTSignerHandler
}
UpdateExternalJWTSigner swagger:route PUT /external-jwt-signers/{id} External JWT Signer updateExternalJwtSigner

Update all fields on an External JWT Signer

Update all fields on an External JWT Signer by id. Requires admin access.

func NewUpdateExternalJWTSigner

func NewUpdateExternalJWTSigner(ctx *middleware.Context, handler UpdateExternalJWTSignerHandler) *UpdateExternalJWTSigner

NewUpdateExternalJWTSigner creates a new http.Handler for the update external Jwt signer operation

func (*UpdateExternalJWTSigner) ServeHTTP

type UpdateExternalJWTSignerBadRequest

type UpdateExternalJWTSignerBadRequest struct {

	/*
	  In: Body
	*/
	Payload *rest_model.APIErrorEnvelope `json:"body,omitempty"`
}

UpdateExternalJWTSignerBadRequest The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information

swagger:response updateExternalJwtSignerBadRequest

func NewUpdateExternalJWTSignerBadRequest

func NewUpdateExternalJWTSignerBadRequest() *UpdateExternalJWTSignerBadRequest

NewUpdateExternalJWTSignerBadRequest creates UpdateExternalJWTSignerBadRequest with default headers values

func (*UpdateExternalJWTSignerBadRequest) SetPayload

SetPayload sets the payload to the update external Jwt signer bad request response

func (*UpdateExternalJWTSignerBadRequest) WithPayload

WithPayload adds the payload to the update external Jwt signer bad request response

func (*UpdateExternalJWTSignerBadRequest) WriteResponse

func (o *UpdateExternalJWTSignerBadRequest) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type UpdateExternalJWTSignerHandler

type UpdateExternalJWTSignerHandler interface {
	Handle(UpdateExternalJWTSignerParams, interface{}) middleware.Responder
}

UpdateExternalJWTSignerHandler interface for that can handle valid update external Jwt signer params

type UpdateExternalJWTSignerHandlerFunc

type UpdateExternalJWTSignerHandlerFunc func(UpdateExternalJWTSignerParams, interface{}) middleware.Responder

UpdateExternalJWTSignerHandlerFunc turns a function with the right signature into a update external Jwt signer handler

func (UpdateExternalJWTSignerHandlerFunc) Handle

Handle executing the request and returning a response

type UpdateExternalJWTSignerNotFound

type UpdateExternalJWTSignerNotFound struct {

	/*
	  In: Body
	*/
	Payload *rest_model.APIErrorEnvelope `json:"body,omitempty"`
}

UpdateExternalJWTSignerNotFound The requested resource does not exist

swagger:response updateExternalJwtSignerNotFound

func NewUpdateExternalJWTSignerNotFound

func NewUpdateExternalJWTSignerNotFound() *UpdateExternalJWTSignerNotFound

NewUpdateExternalJWTSignerNotFound creates UpdateExternalJWTSignerNotFound with default headers values

func (*UpdateExternalJWTSignerNotFound) SetPayload

SetPayload sets the payload to the update external Jwt signer not found response

func (*UpdateExternalJWTSignerNotFound) WithPayload

WithPayload adds the payload to the update external Jwt signer not found response

func (*UpdateExternalJWTSignerNotFound) WriteResponse

func (o *UpdateExternalJWTSignerNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type UpdateExternalJWTSignerOK

type UpdateExternalJWTSignerOK struct {

	/*
	  In: Body
	*/
	Payload *rest_model.Empty `json:"body,omitempty"`
}

UpdateExternalJWTSignerOK The update request was successful and the resource has been altered

swagger:response updateExternalJwtSignerOK

func NewUpdateExternalJWTSignerOK

func NewUpdateExternalJWTSignerOK() *UpdateExternalJWTSignerOK

NewUpdateExternalJWTSignerOK creates UpdateExternalJWTSignerOK with default headers values

func (*UpdateExternalJWTSignerOK) SetPayload

func (o *UpdateExternalJWTSignerOK) SetPayload(payload *rest_model.Empty)

SetPayload sets the payload to the update external Jwt signer o k response

func (*UpdateExternalJWTSignerOK) WithPayload

WithPayload adds the payload to the update external Jwt signer o k response

func (*UpdateExternalJWTSignerOK) WriteResponse

func (o *UpdateExternalJWTSignerOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type UpdateExternalJWTSignerParams

type UpdateExternalJWTSignerParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*An External JWT Signer update object
	  Required: true
	  In: body
	*/
	ExternalJWTSigner *rest_model.ExternalJWTSignerUpdate
	/*The id of the requested resource
	  Required: true
	  In: path
	*/
	ID string
}

UpdateExternalJWTSignerParams contains all the bound params for the update external Jwt signer operation typically these are obtained from a http.Request

swagger:parameters updateExternalJwtSigner

func NewUpdateExternalJWTSignerParams

func NewUpdateExternalJWTSignerParams() UpdateExternalJWTSignerParams

NewUpdateExternalJWTSignerParams creates a new UpdateExternalJWTSignerParams object

There are no default values defined in the spec.

func (*UpdateExternalJWTSignerParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewUpdateExternalJWTSignerParams() beforehand.

type UpdateExternalJWTSignerTooManyRequests added in v0.26.0

type UpdateExternalJWTSignerTooManyRequests struct {

	/*
	  In: Body
	*/
	Payload *rest_model.APIErrorEnvelope `json:"body,omitempty"`
}

UpdateExternalJWTSignerTooManyRequests The resource requested is rate limited and the rate limit has been exceeded

swagger:response updateExternalJwtSignerTooManyRequests

func NewUpdateExternalJWTSignerTooManyRequests added in v0.26.0

func NewUpdateExternalJWTSignerTooManyRequests() *UpdateExternalJWTSignerTooManyRequests

NewUpdateExternalJWTSignerTooManyRequests creates UpdateExternalJWTSignerTooManyRequests with default headers values

func (*UpdateExternalJWTSignerTooManyRequests) SetPayload added in v0.26.0

SetPayload sets the payload to the update external Jwt signer too many requests response

func (*UpdateExternalJWTSignerTooManyRequests) WithPayload added in v0.26.0

WithPayload adds the payload to the update external Jwt signer too many requests response

func (*UpdateExternalJWTSignerTooManyRequests) WriteResponse added in v0.26.0

WriteResponse to the client

type UpdateExternalJWTSignerURL

type UpdateExternalJWTSignerURL struct {
	ID string
	// contains filtered or unexported fields
}

UpdateExternalJWTSignerURL generates an URL for the update external Jwt signer operation

func (*UpdateExternalJWTSignerURL) Build

func (o *UpdateExternalJWTSignerURL) Build() (*url.URL, error)

Build a url path and query string

func (*UpdateExternalJWTSignerURL) BuildFull

func (o *UpdateExternalJWTSignerURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*UpdateExternalJWTSignerURL) Must

func (o *UpdateExternalJWTSignerURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*UpdateExternalJWTSignerURL) SetBasePath

func (o *UpdateExternalJWTSignerURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*UpdateExternalJWTSignerURL) String

func (o *UpdateExternalJWTSignerURL) String() string

String returns the string representation of the path with query string

func (*UpdateExternalJWTSignerURL) StringFull

func (o *UpdateExternalJWTSignerURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*UpdateExternalJWTSignerURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type UpdateExternalJWTSignerUnauthorized

type UpdateExternalJWTSignerUnauthorized struct {

	/*
	  In: Body
	*/
	Payload *rest_model.APIErrorEnvelope `json:"body,omitempty"`
}

UpdateExternalJWTSignerUnauthorized The supplied session does not have the correct access rights to request this resource

swagger:response updateExternalJwtSignerUnauthorized

func NewUpdateExternalJWTSignerUnauthorized

func NewUpdateExternalJWTSignerUnauthorized() *UpdateExternalJWTSignerUnauthorized

NewUpdateExternalJWTSignerUnauthorized creates UpdateExternalJWTSignerUnauthorized with default headers values

func (*UpdateExternalJWTSignerUnauthorized) SetPayload

SetPayload sets the payload to the update external Jwt signer unauthorized response

func (*UpdateExternalJWTSignerUnauthorized) WithPayload

WithPayload adds the payload to the update external Jwt signer unauthorized response

func (*UpdateExternalJWTSignerUnauthorized) WriteResponse

WriteResponse to the client

Jump to

Keyboard shortcuts

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