d_c_r

package
v0.0.0-...-7b99a6d Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2024 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 d c r API

func (*Client) FDXDynamicClientRegistration

FDXDynamicClientRegistration dynamics client registration

Register a new client application dynamically.

Authorization: Bearer token.

func (*Client) FDXDynamicClientRegistrationDelete

FDXDynamicClientRegistrationDelete deletes client

Delete the registered client application details.

Pass the `Authorization: Bearer` header with a token as the bearer value. To obtain the token, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.

func (*Client) FDXDynamicClientRegistrationGet

func (a *Client) FDXDynamicClientRegistrationGet(params *FDXDynamicClientRegistrationGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FDXDynamicClientRegistrationGetOK, error)
FDXDynamicClientRegistrationGet gets client endpoint

Retrieve the details about a registered client application by the client identifier.

Pass the `Authorization: Bearer` header with a token as the bearer value for authorization. To obtain the token, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.

func (*Client) FDXDynamicClientRegistrationPut

func (a *Client) FDXDynamicClientRegistrationPut(params *FDXDynamicClientRegistrationPutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FDXDynamicClientRegistrationPutOK, error)
FDXDynamicClientRegistrationPut updates f d x client details

Modify the registered client application details.

Pass the `Authorization: Bearer` header with a token as the bearer value. To obtain the token, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.

func (*Client) FDXUpdateClientStatus

func (a *Client) FDXUpdateClientStatus(params *FDXUpdateClientStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FDXUpdateClientStatusOK, error)
FDXUpdateClientStatus updates f d x client status

Update an FDX client application status.

Pass the `Authorization: Bearer` header with a token as the bearer value. To obtain the token, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	FDXDynamicClientRegistration(params *FDXDynamicClientRegistrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FDXDynamicClientRegistrationCreated, error)

	FDXDynamicClientRegistrationDelete(params *FDXDynamicClientRegistrationDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FDXDynamicClientRegistrationDeleteNoContent, error)

	FDXDynamicClientRegistrationGet(params *FDXDynamicClientRegistrationGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FDXDynamicClientRegistrationGetOK, error)

	FDXDynamicClientRegistrationPut(params *FDXDynamicClientRegistrationPutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FDXDynamicClientRegistrationPutOK, error)

	FDXUpdateClientStatus(params *FDXUpdateClientStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FDXUpdateClientStatusOK, 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 d c r API client.

type FDXDynamicClientRegistrationBadRequest

type FDXDynamicClientRegistrationBadRequest struct {
	Payload *models.RFC6749Error
}

FDXDynamicClientRegistrationBadRequest describes a response with status code 400, with default header values.

RFC6749 error

func NewFDXDynamicClientRegistrationBadRequest

func NewFDXDynamicClientRegistrationBadRequest() *FDXDynamicClientRegistrationBadRequest

NewFDXDynamicClientRegistrationBadRequest creates a FDXDynamicClientRegistrationBadRequest with default headers values

func (*FDXDynamicClientRegistrationBadRequest) Code

Code gets the status code for the f d x dynamic client registration bad request response

func (*FDXDynamicClientRegistrationBadRequest) Error

func (*FDXDynamicClientRegistrationBadRequest) GetPayload

func (*FDXDynamicClientRegistrationBadRequest) IsClientError

func (o *FDXDynamicClientRegistrationBadRequest) IsClientError() bool

IsClientError returns true when this f d x dynamic client registration bad request response has a 4xx status code

func (*FDXDynamicClientRegistrationBadRequest) IsCode

IsCode returns true when this f d x dynamic client registration bad request response a status code equal to that given

func (*FDXDynamicClientRegistrationBadRequest) IsRedirect

IsRedirect returns true when this f d x dynamic client registration bad request response has a 3xx status code

func (*FDXDynamicClientRegistrationBadRequest) IsServerError

func (o *FDXDynamicClientRegistrationBadRequest) IsServerError() bool

IsServerError returns true when this f d x dynamic client registration bad request response has a 5xx status code

func (*FDXDynamicClientRegistrationBadRequest) IsSuccess

IsSuccess returns true when this f d x dynamic client registration bad request response has a 2xx status code

func (*FDXDynamicClientRegistrationBadRequest) String

type FDXDynamicClientRegistrationCreated

type FDXDynamicClientRegistrationCreated struct {
	Payload *models.FDXDynamicClientRegistrationResponse
}

FDXDynamicClientRegistrationCreated describes a response with status code 201, with default header values.

Dynamic Client Registration Response

func NewFDXDynamicClientRegistrationCreated

func NewFDXDynamicClientRegistrationCreated() *FDXDynamicClientRegistrationCreated

NewFDXDynamicClientRegistrationCreated creates a FDXDynamicClientRegistrationCreated with default headers values

func (*FDXDynamicClientRegistrationCreated) Code

Code gets the status code for the f d x dynamic client registration created response

func (*FDXDynamicClientRegistrationCreated) Error

func (*FDXDynamicClientRegistrationCreated) GetPayload

func (*FDXDynamicClientRegistrationCreated) IsClientError

func (o *FDXDynamicClientRegistrationCreated) IsClientError() bool

IsClientError returns true when this f d x dynamic client registration created response has a 4xx status code

func (*FDXDynamicClientRegistrationCreated) IsCode

IsCode returns true when this f d x dynamic client registration created response a status code equal to that given

func (*FDXDynamicClientRegistrationCreated) IsRedirect

func (o *FDXDynamicClientRegistrationCreated) IsRedirect() bool

IsRedirect returns true when this f d x dynamic client registration created response has a 3xx status code

func (*FDXDynamicClientRegistrationCreated) IsServerError

func (o *FDXDynamicClientRegistrationCreated) IsServerError() bool

IsServerError returns true when this f d x dynamic client registration created response has a 5xx status code

func (*FDXDynamicClientRegistrationCreated) IsSuccess

IsSuccess returns true when this f d x dynamic client registration created response has a 2xx status code

func (*FDXDynamicClientRegistrationCreated) String

type FDXDynamicClientRegistrationDeleteBadRequest

type FDXDynamicClientRegistrationDeleteBadRequest struct {
	Payload *models.RFC6749Error
}

FDXDynamicClientRegistrationDeleteBadRequest describes a response with status code 400, with default header values.

RFC6749 error

func NewFDXDynamicClientRegistrationDeleteBadRequest

func NewFDXDynamicClientRegistrationDeleteBadRequest() *FDXDynamicClientRegistrationDeleteBadRequest

NewFDXDynamicClientRegistrationDeleteBadRequest creates a FDXDynamicClientRegistrationDeleteBadRequest with default headers values

func (*FDXDynamicClientRegistrationDeleteBadRequest) Code

Code gets the status code for the f d x dynamic client registration delete bad request response

func (*FDXDynamicClientRegistrationDeleteBadRequest) Error

func (*FDXDynamicClientRegistrationDeleteBadRequest) GetPayload

func (*FDXDynamicClientRegistrationDeleteBadRequest) IsClientError

IsClientError returns true when this f d x dynamic client registration delete bad request response has a 4xx status code

func (*FDXDynamicClientRegistrationDeleteBadRequest) IsCode

IsCode returns true when this f d x dynamic client registration delete bad request response a status code equal to that given

func (*FDXDynamicClientRegistrationDeleteBadRequest) IsRedirect

IsRedirect returns true when this f d x dynamic client registration delete bad request response has a 3xx status code

func (*FDXDynamicClientRegistrationDeleteBadRequest) IsServerError

IsServerError returns true when this f d x dynamic client registration delete bad request response has a 5xx status code

func (*FDXDynamicClientRegistrationDeleteBadRequest) IsSuccess

IsSuccess returns true when this f d x dynamic client registration delete bad request response has a 2xx status code

func (*FDXDynamicClientRegistrationDeleteBadRequest) String

type FDXDynamicClientRegistrationDeleteForbidden

type FDXDynamicClientRegistrationDeleteForbidden struct {
	Payload *models.RFC6749Error
}

FDXDynamicClientRegistrationDeleteForbidden describes a response with status code 403, with default header values.

RFC6749 error

func NewFDXDynamicClientRegistrationDeleteForbidden

func NewFDXDynamicClientRegistrationDeleteForbidden() *FDXDynamicClientRegistrationDeleteForbidden

NewFDXDynamicClientRegistrationDeleteForbidden creates a FDXDynamicClientRegistrationDeleteForbidden with default headers values

func (*FDXDynamicClientRegistrationDeleteForbidden) Code

Code gets the status code for the f d x dynamic client registration delete forbidden response

func (*FDXDynamicClientRegistrationDeleteForbidden) Error

func (*FDXDynamicClientRegistrationDeleteForbidden) GetPayload

func (*FDXDynamicClientRegistrationDeleteForbidden) IsClientError

IsClientError returns true when this f d x dynamic client registration delete forbidden response has a 4xx status code

func (*FDXDynamicClientRegistrationDeleteForbidden) IsCode

IsCode returns true when this f d x dynamic client registration delete forbidden response a status code equal to that given

func (*FDXDynamicClientRegistrationDeleteForbidden) IsRedirect

IsRedirect returns true when this f d x dynamic client registration delete forbidden response has a 3xx status code

func (*FDXDynamicClientRegistrationDeleteForbidden) IsServerError

IsServerError returns true when this f d x dynamic client registration delete forbidden response has a 5xx status code

func (*FDXDynamicClientRegistrationDeleteForbidden) IsSuccess

IsSuccess returns true when this f d x dynamic client registration delete forbidden response has a 2xx status code

func (*FDXDynamicClientRegistrationDeleteForbidden) String

type FDXDynamicClientRegistrationDeleteNoContent

type FDXDynamicClientRegistrationDeleteNoContent struct {
}

FDXDynamicClientRegistrationDeleteNoContent describes a response with status code 204, with default header values.

Client details deleted

func NewFDXDynamicClientRegistrationDeleteNoContent

func NewFDXDynamicClientRegistrationDeleteNoContent() *FDXDynamicClientRegistrationDeleteNoContent

NewFDXDynamicClientRegistrationDeleteNoContent creates a FDXDynamicClientRegistrationDeleteNoContent with default headers values

func (*FDXDynamicClientRegistrationDeleteNoContent) Code

Code gets the status code for the f d x dynamic client registration delete no content response

func (*FDXDynamicClientRegistrationDeleteNoContent) Error

func (*FDXDynamicClientRegistrationDeleteNoContent) IsClientError

IsClientError returns true when this f d x dynamic client registration delete no content response has a 4xx status code

func (*FDXDynamicClientRegistrationDeleteNoContent) IsCode

IsCode returns true when this f d x dynamic client registration delete no content response a status code equal to that given

func (*FDXDynamicClientRegistrationDeleteNoContent) IsRedirect

IsRedirect returns true when this f d x dynamic client registration delete no content response has a 3xx status code

func (*FDXDynamicClientRegistrationDeleteNoContent) IsServerError

IsServerError returns true when this f d x dynamic client registration delete no content response has a 5xx status code

func (*FDXDynamicClientRegistrationDeleteNoContent) IsSuccess

IsSuccess returns true when this f d x dynamic client registration delete no content response has a 2xx status code

func (*FDXDynamicClientRegistrationDeleteNoContent) String

type FDXDynamicClientRegistrationDeleteNotFound

type FDXDynamicClientRegistrationDeleteNotFound struct {
	Payload *models.GenericError
}

FDXDynamicClientRegistrationDeleteNotFound describes a response with status code 404, with default header values.

ErrorResponse

func NewFDXDynamicClientRegistrationDeleteNotFound

func NewFDXDynamicClientRegistrationDeleteNotFound() *FDXDynamicClientRegistrationDeleteNotFound

NewFDXDynamicClientRegistrationDeleteNotFound creates a FDXDynamicClientRegistrationDeleteNotFound with default headers values

func (*FDXDynamicClientRegistrationDeleteNotFound) Code

Code gets the status code for the f d x dynamic client registration delete not found response

func (*FDXDynamicClientRegistrationDeleteNotFound) Error

func (*FDXDynamicClientRegistrationDeleteNotFound) GetPayload

func (*FDXDynamicClientRegistrationDeleteNotFound) IsClientError

IsClientError returns true when this f d x dynamic client registration delete not found response has a 4xx status code

func (*FDXDynamicClientRegistrationDeleteNotFound) IsCode

IsCode returns true when this f d x dynamic client registration delete not found response a status code equal to that given

func (*FDXDynamicClientRegistrationDeleteNotFound) IsRedirect

IsRedirect returns true when this f d x dynamic client registration delete not found response has a 3xx status code

func (*FDXDynamicClientRegistrationDeleteNotFound) IsServerError

IsServerError returns true when this f d x dynamic client registration delete not found response has a 5xx status code

func (*FDXDynamicClientRegistrationDeleteNotFound) IsSuccess

IsSuccess returns true when this f d x dynamic client registration delete not found response has a 2xx status code

func (*FDXDynamicClientRegistrationDeleteNotFound) String

type FDXDynamicClientRegistrationDeleteParams

type FDXDynamicClientRegistrationDeleteParams struct {

	/* Cid.

	   Client id

	   Default: "default"
	*/
	Cid string

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

FDXDynamicClientRegistrationDeleteParams contains all the parameters to send to the API endpoint

for the f d x dynamic client registration delete operation.

Typically these are written to a http.Request.

func NewFDXDynamicClientRegistrationDeleteParams

func NewFDXDynamicClientRegistrationDeleteParams() *FDXDynamicClientRegistrationDeleteParams

NewFDXDynamicClientRegistrationDeleteParams creates a new FDXDynamicClientRegistrationDeleteParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewFDXDynamicClientRegistrationDeleteParamsWithContext

func NewFDXDynamicClientRegistrationDeleteParamsWithContext(ctx context.Context) *FDXDynamicClientRegistrationDeleteParams

NewFDXDynamicClientRegistrationDeleteParamsWithContext creates a new FDXDynamicClientRegistrationDeleteParams object with the ability to set a context for a request.

func NewFDXDynamicClientRegistrationDeleteParamsWithHTTPClient

func NewFDXDynamicClientRegistrationDeleteParamsWithHTTPClient(client *http.Client) *FDXDynamicClientRegistrationDeleteParams

NewFDXDynamicClientRegistrationDeleteParamsWithHTTPClient creates a new FDXDynamicClientRegistrationDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewFDXDynamicClientRegistrationDeleteParamsWithTimeout

func NewFDXDynamicClientRegistrationDeleteParamsWithTimeout(timeout time.Duration) *FDXDynamicClientRegistrationDeleteParams

NewFDXDynamicClientRegistrationDeleteParamsWithTimeout creates a new FDXDynamicClientRegistrationDeleteParams object with the ability to set a timeout on a request.

func (*FDXDynamicClientRegistrationDeleteParams) SetCid

SetCid adds the cid to the f d x dynamic client registration delete params

func (*FDXDynamicClientRegistrationDeleteParams) SetContext

SetContext adds the context to the f d x dynamic client registration delete params

func (*FDXDynamicClientRegistrationDeleteParams) SetDefaults

SetDefaults hydrates default values in the f d x dynamic client registration delete params (not the query body).

All values with no default are reset to their zero value.

func (*FDXDynamicClientRegistrationDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the f d x dynamic client registration delete params

func (*FDXDynamicClientRegistrationDeleteParams) SetTimeout

SetTimeout adds the timeout to the f d x dynamic client registration delete params

func (*FDXDynamicClientRegistrationDeleteParams) WithCid

WithCid adds the cid to the f d x dynamic client registration delete params

func (*FDXDynamicClientRegistrationDeleteParams) WithContext

WithContext adds the context to the f d x dynamic client registration delete params

func (*FDXDynamicClientRegistrationDeleteParams) WithDefaults

WithDefaults hydrates default values in the f d x dynamic client registration delete params (not the query body).

All values with no default are reset to their zero value.

func (*FDXDynamicClientRegistrationDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the f d x dynamic client registration delete params

func (*FDXDynamicClientRegistrationDeleteParams) WithTimeout

WithTimeout adds the timeout to the f d x dynamic client registration delete params

func (*FDXDynamicClientRegistrationDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type FDXDynamicClientRegistrationDeleteReader

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

FDXDynamicClientRegistrationDeleteReader is a Reader for the FDXDynamicClientRegistrationDelete structure.

func (*FDXDynamicClientRegistrationDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type FDXDynamicClientRegistrationDeleteUnauthorized

type FDXDynamicClientRegistrationDeleteUnauthorized struct {
	Payload *models.RFC6749Error
}

FDXDynamicClientRegistrationDeleteUnauthorized describes a response with status code 401, with default header values.

RFC6749 error

func NewFDXDynamicClientRegistrationDeleteUnauthorized

func NewFDXDynamicClientRegistrationDeleteUnauthorized() *FDXDynamicClientRegistrationDeleteUnauthorized

NewFDXDynamicClientRegistrationDeleteUnauthorized creates a FDXDynamicClientRegistrationDeleteUnauthorized with default headers values

func (*FDXDynamicClientRegistrationDeleteUnauthorized) Code

Code gets the status code for the f d x dynamic client registration delete unauthorized response

func (*FDXDynamicClientRegistrationDeleteUnauthorized) Error

func (*FDXDynamicClientRegistrationDeleteUnauthorized) GetPayload

func (*FDXDynamicClientRegistrationDeleteUnauthorized) IsClientError

IsClientError returns true when this f d x dynamic client registration delete unauthorized response has a 4xx status code

func (*FDXDynamicClientRegistrationDeleteUnauthorized) IsCode

IsCode returns true when this f d x dynamic client registration delete unauthorized response a status code equal to that given

func (*FDXDynamicClientRegistrationDeleteUnauthorized) IsRedirect

IsRedirect returns true when this f d x dynamic client registration delete unauthorized response has a 3xx status code

func (*FDXDynamicClientRegistrationDeleteUnauthorized) IsServerError

IsServerError returns true when this f d x dynamic client registration delete unauthorized response has a 5xx status code

func (*FDXDynamicClientRegistrationDeleteUnauthorized) IsSuccess

IsSuccess returns true when this f d x dynamic client registration delete unauthorized response has a 2xx status code

func (*FDXDynamicClientRegistrationDeleteUnauthorized) String

type FDXDynamicClientRegistrationForbidden

type FDXDynamicClientRegistrationForbidden struct {
	Payload *models.RFC6749Error
}

FDXDynamicClientRegistrationForbidden describes a response with status code 403, with default header values.

RFC6749 error

func NewFDXDynamicClientRegistrationForbidden

func NewFDXDynamicClientRegistrationForbidden() *FDXDynamicClientRegistrationForbidden

NewFDXDynamicClientRegistrationForbidden creates a FDXDynamicClientRegistrationForbidden with default headers values

func (*FDXDynamicClientRegistrationForbidden) Code

Code gets the status code for the f d x dynamic client registration forbidden response

func (*FDXDynamicClientRegistrationForbidden) Error

func (*FDXDynamicClientRegistrationForbidden) GetPayload

func (*FDXDynamicClientRegistrationForbidden) IsClientError

func (o *FDXDynamicClientRegistrationForbidden) IsClientError() bool

IsClientError returns true when this f d x dynamic client registration forbidden response has a 4xx status code

func (*FDXDynamicClientRegistrationForbidden) IsCode

IsCode returns true when this f d x dynamic client registration forbidden response a status code equal to that given

func (*FDXDynamicClientRegistrationForbidden) IsRedirect

IsRedirect returns true when this f d x dynamic client registration forbidden response has a 3xx status code

func (*FDXDynamicClientRegistrationForbidden) IsServerError

func (o *FDXDynamicClientRegistrationForbidden) IsServerError() bool

IsServerError returns true when this f d x dynamic client registration forbidden response has a 5xx status code

func (*FDXDynamicClientRegistrationForbidden) IsSuccess

IsSuccess returns true when this f d x dynamic client registration forbidden response has a 2xx status code

func (*FDXDynamicClientRegistrationForbidden) String

type FDXDynamicClientRegistrationGetBadRequest

type FDXDynamicClientRegistrationGetBadRequest struct {
	Payload *models.RFC6749Error
}

FDXDynamicClientRegistrationGetBadRequest describes a response with status code 400, with default header values.

RFC6749 error

func NewFDXDynamicClientRegistrationGetBadRequest

func NewFDXDynamicClientRegistrationGetBadRequest() *FDXDynamicClientRegistrationGetBadRequest

NewFDXDynamicClientRegistrationGetBadRequest creates a FDXDynamicClientRegistrationGetBadRequest with default headers values

func (*FDXDynamicClientRegistrationGetBadRequest) Code

Code gets the status code for the f d x dynamic client registration get bad request response

func (*FDXDynamicClientRegistrationGetBadRequest) Error

func (*FDXDynamicClientRegistrationGetBadRequest) GetPayload

func (*FDXDynamicClientRegistrationGetBadRequest) IsClientError

IsClientError returns true when this f d x dynamic client registration get bad request response has a 4xx status code

func (*FDXDynamicClientRegistrationGetBadRequest) IsCode

IsCode returns true when this f d x dynamic client registration get bad request response a status code equal to that given

func (*FDXDynamicClientRegistrationGetBadRequest) IsRedirect

IsRedirect returns true when this f d x dynamic client registration get bad request response has a 3xx status code

func (*FDXDynamicClientRegistrationGetBadRequest) IsServerError

IsServerError returns true when this f d x dynamic client registration get bad request response has a 5xx status code

func (*FDXDynamicClientRegistrationGetBadRequest) IsSuccess

IsSuccess returns true when this f d x dynamic client registration get bad request response has a 2xx status code

func (*FDXDynamicClientRegistrationGetBadRequest) String

type FDXDynamicClientRegistrationGetForbidden

type FDXDynamicClientRegistrationGetForbidden struct {
	Payload *models.RFC6749Error
}

FDXDynamicClientRegistrationGetForbidden describes a response with status code 403, with default header values.

RFC6749 error

func NewFDXDynamicClientRegistrationGetForbidden

func NewFDXDynamicClientRegistrationGetForbidden() *FDXDynamicClientRegistrationGetForbidden

NewFDXDynamicClientRegistrationGetForbidden creates a FDXDynamicClientRegistrationGetForbidden with default headers values

func (*FDXDynamicClientRegistrationGetForbidden) Code

Code gets the status code for the f d x dynamic client registration get forbidden response

func (*FDXDynamicClientRegistrationGetForbidden) Error

func (*FDXDynamicClientRegistrationGetForbidden) GetPayload

func (*FDXDynamicClientRegistrationGetForbidden) IsClientError

IsClientError returns true when this f d x dynamic client registration get forbidden response has a 4xx status code

func (*FDXDynamicClientRegistrationGetForbidden) IsCode

IsCode returns true when this f d x dynamic client registration get forbidden response a status code equal to that given

func (*FDXDynamicClientRegistrationGetForbidden) IsRedirect

IsRedirect returns true when this f d x dynamic client registration get forbidden response has a 3xx status code

func (*FDXDynamicClientRegistrationGetForbidden) IsServerError

IsServerError returns true when this f d x dynamic client registration get forbidden response has a 5xx status code

func (*FDXDynamicClientRegistrationGetForbidden) IsSuccess

IsSuccess returns true when this f d x dynamic client registration get forbidden response has a 2xx status code

func (*FDXDynamicClientRegistrationGetForbidden) String

type FDXDynamicClientRegistrationGetNotFound

type FDXDynamicClientRegistrationGetNotFound struct {
	Payload *models.GenericError
}

FDXDynamicClientRegistrationGetNotFound describes a response with status code 404, with default header values.

ErrorResponse

func NewFDXDynamicClientRegistrationGetNotFound

func NewFDXDynamicClientRegistrationGetNotFound() *FDXDynamicClientRegistrationGetNotFound

NewFDXDynamicClientRegistrationGetNotFound creates a FDXDynamicClientRegistrationGetNotFound with default headers values

func (*FDXDynamicClientRegistrationGetNotFound) Code

Code gets the status code for the f d x dynamic client registration get not found response

func (*FDXDynamicClientRegistrationGetNotFound) Error

func (*FDXDynamicClientRegistrationGetNotFound) GetPayload

func (*FDXDynamicClientRegistrationGetNotFound) IsClientError

func (o *FDXDynamicClientRegistrationGetNotFound) IsClientError() bool

IsClientError returns true when this f d x dynamic client registration get not found response has a 4xx status code

func (*FDXDynamicClientRegistrationGetNotFound) IsCode

IsCode returns true when this f d x dynamic client registration get not found response a status code equal to that given

func (*FDXDynamicClientRegistrationGetNotFound) IsRedirect

IsRedirect returns true when this f d x dynamic client registration get not found response has a 3xx status code

func (*FDXDynamicClientRegistrationGetNotFound) IsServerError

func (o *FDXDynamicClientRegistrationGetNotFound) IsServerError() bool

IsServerError returns true when this f d x dynamic client registration get not found response has a 5xx status code

func (*FDXDynamicClientRegistrationGetNotFound) IsSuccess

IsSuccess returns true when this f d x dynamic client registration get not found response has a 2xx status code

func (*FDXDynamicClientRegistrationGetNotFound) String

type FDXDynamicClientRegistrationGetOK

type FDXDynamicClientRegistrationGetOK struct {
	Payload *models.FDXDynamicClientRegistrationResponse
}

FDXDynamicClientRegistrationGetOK describes a response with status code 200, with default header values.

Get client response

func NewFDXDynamicClientRegistrationGetOK

func NewFDXDynamicClientRegistrationGetOK() *FDXDynamicClientRegistrationGetOK

NewFDXDynamicClientRegistrationGetOK creates a FDXDynamicClientRegistrationGetOK with default headers values

func (*FDXDynamicClientRegistrationGetOK) Code

Code gets the status code for the f d x dynamic client registration get o k response

func (*FDXDynamicClientRegistrationGetOK) Error

func (*FDXDynamicClientRegistrationGetOK) GetPayload

func (*FDXDynamicClientRegistrationGetOK) IsClientError

func (o *FDXDynamicClientRegistrationGetOK) IsClientError() bool

IsClientError returns true when this f d x dynamic client registration get o k response has a 4xx status code

func (*FDXDynamicClientRegistrationGetOK) IsCode

func (o *FDXDynamicClientRegistrationGetOK) IsCode(code int) bool

IsCode returns true when this f d x dynamic client registration get o k response a status code equal to that given

func (*FDXDynamicClientRegistrationGetOK) IsRedirect

func (o *FDXDynamicClientRegistrationGetOK) IsRedirect() bool

IsRedirect returns true when this f d x dynamic client registration get o k response has a 3xx status code

func (*FDXDynamicClientRegistrationGetOK) IsServerError

func (o *FDXDynamicClientRegistrationGetOK) IsServerError() bool

IsServerError returns true when this f d x dynamic client registration get o k response has a 5xx status code

func (*FDXDynamicClientRegistrationGetOK) IsSuccess

func (o *FDXDynamicClientRegistrationGetOK) IsSuccess() bool

IsSuccess returns true when this f d x dynamic client registration get o k response has a 2xx status code

func (*FDXDynamicClientRegistrationGetOK) String

type FDXDynamicClientRegistrationGetParams

type FDXDynamicClientRegistrationGetParams struct {

	/* Cid.

	   Client id

	   Default: "default"
	*/
	Cid string

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

FDXDynamicClientRegistrationGetParams contains all the parameters to send to the API endpoint

for the f d x dynamic client registration get operation.

Typically these are written to a http.Request.

func NewFDXDynamicClientRegistrationGetParams

func NewFDXDynamicClientRegistrationGetParams() *FDXDynamicClientRegistrationGetParams

NewFDXDynamicClientRegistrationGetParams creates a new FDXDynamicClientRegistrationGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewFDXDynamicClientRegistrationGetParamsWithContext

func NewFDXDynamicClientRegistrationGetParamsWithContext(ctx context.Context) *FDXDynamicClientRegistrationGetParams

NewFDXDynamicClientRegistrationGetParamsWithContext creates a new FDXDynamicClientRegistrationGetParams object with the ability to set a context for a request.

func NewFDXDynamicClientRegistrationGetParamsWithHTTPClient

func NewFDXDynamicClientRegistrationGetParamsWithHTTPClient(client *http.Client) *FDXDynamicClientRegistrationGetParams

NewFDXDynamicClientRegistrationGetParamsWithHTTPClient creates a new FDXDynamicClientRegistrationGetParams object with the ability to set a custom HTTPClient for a request.

func NewFDXDynamicClientRegistrationGetParamsWithTimeout

func NewFDXDynamicClientRegistrationGetParamsWithTimeout(timeout time.Duration) *FDXDynamicClientRegistrationGetParams

NewFDXDynamicClientRegistrationGetParamsWithTimeout creates a new FDXDynamicClientRegistrationGetParams object with the ability to set a timeout on a request.

func (*FDXDynamicClientRegistrationGetParams) SetCid

SetCid adds the cid to the f d x dynamic client registration get params

func (*FDXDynamicClientRegistrationGetParams) SetContext

SetContext adds the context to the f d x dynamic client registration get params

func (*FDXDynamicClientRegistrationGetParams) SetDefaults

func (o *FDXDynamicClientRegistrationGetParams) SetDefaults()

SetDefaults hydrates default values in the f d x dynamic client registration get params (not the query body).

All values with no default are reset to their zero value.

func (*FDXDynamicClientRegistrationGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the f d x dynamic client registration get params

func (*FDXDynamicClientRegistrationGetParams) SetTimeout

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

SetTimeout adds the timeout to the f d x dynamic client registration get params

func (*FDXDynamicClientRegistrationGetParams) WithCid

WithCid adds the cid to the f d x dynamic client registration get params

func (*FDXDynamicClientRegistrationGetParams) WithContext

WithContext adds the context to the f d x dynamic client registration get params

func (*FDXDynamicClientRegistrationGetParams) WithDefaults

WithDefaults hydrates default values in the f d x dynamic client registration get params (not the query body).

All values with no default are reset to their zero value.

func (*FDXDynamicClientRegistrationGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the f d x dynamic client registration get params

func (*FDXDynamicClientRegistrationGetParams) WithTimeout

WithTimeout adds the timeout to the f d x dynamic client registration get params

func (*FDXDynamicClientRegistrationGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type FDXDynamicClientRegistrationGetReader

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

FDXDynamicClientRegistrationGetReader is a Reader for the FDXDynamicClientRegistrationGet structure.

func (*FDXDynamicClientRegistrationGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type FDXDynamicClientRegistrationGetUnauthorized

type FDXDynamicClientRegistrationGetUnauthorized struct {
	Payload *models.RFC6749Error
}

FDXDynamicClientRegistrationGetUnauthorized describes a response with status code 401, with default header values.

RFC6749 error

func NewFDXDynamicClientRegistrationGetUnauthorized

func NewFDXDynamicClientRegistrationGetUnauthorized() *FDXDynamicClientRegistrationGetUnauthorized

NewFDXDynamicClientRegistrationGetUnauthorized creates a FDXDynamicClientRegistrationGetUnauthorized with default headers values

func (*FDXDynamicClientRegistrationGetUnauthorized) Code

Code gets the status code for the f d x dynamic client registration get unauthorized response

func (*FDXDynamicClientRegistrationGetUnauthorized) Error

func (*FDXDynamicClientRegistrationGetUnauthorized) GetPayload

func (*FDXDynamicClientRegistrationGetUnauthorized) IsClientError

IsClientError returns true when this f d x dynamic client registration get unauthorized response has a 4xx status code

func (*FDXDynamicClientRegistrationGetUnauthorized) IsCode

IsCode returns true when this f d x dynamic client registration get unauthorized response a status code equal to that given

func (*FDXDynamicClientRegistrationGetUnauthorized) IsRedirect

IsRedirect returns true when this f d x dynamic client registration get unauthorized response has a 3xx status code

func (*FDXDynamicClientRegistrationGetUnauthorized) IsServerError

IsServerError returns true when this f d x dynamic client registration get unauthorized response has a 5xx status code

func (*FDXDynamicClientRegistrationGetUnauthorized) IsSuccess

IsSuccess returns true when this f d x dynamic client registration get unauthorized response has a 2xx status code

func (*FDXDynamicClientRegistrationGetUnauthorized) String

type FDXDynamicClientRegistrationNotFound

type FDXDynamicClientRegistrationNotFound struct {
	Payload *models.GenericError
}

FDXDynamicClientRegistrationNotFound describes a response with status code 404, with default header values.

ErrorResponse

func NewFDXDynamicClientRegistrationNotFound

func NewFDXDynamicClientRegistrationNotFound() *FDXDynamicClientRegistrationNotFound

NewFDXDynamicClientRegistrationNotFound creates a FDXDynamicClientRegistrationNotFound with default headers values

func (*FDXDynamicClientRegistrationNotFound) Code

Code gets the status code for the f d x dynamic client registration not found response

func (*FDXDynamicClientRegistrationNotFound) Error

func (*FDXDynamicClientRegistrationNotFound) GetPayload

func (*FDXDynamicClientRegistrationNotFound) IsClientError

func (o *FDXDynamicClientRegistrationNotFound) IsClientError() bool

IsClientError returns true when this f d x dynamic client registration not found response has a 4xx status code

func (*FDXDynamicClientRegistrationNotFound) IsCode

IsCode returns true when this f d x dynamic client registration not found response a status code equal to that given

func (*FDXDynamicClientRegistrationNotFound) IsRedirect

IsRedirect returns true when this f d x dynamic client registration not found response has a 3xx status code

func (*FDXDynamicClientRegistrationNotFound) IsServerError

func (o *FDXDynamicClientRegistrationNotFound) IsServerError() bool

IsServerError returns true when this f d x dynamic client registration not found response has a 5xx status code

func (*FDXDynamicClientRegistrationNotFound) IsSuccess

IsSuccess returns true when this f d x dynamic client registration not found response has a 2xx status code

func (*FDXDynamicClientRegistrationNotFound) String

type FDXDynamicClientRegistrationParams

type FDXDynamicClientRegistrationParams struct {

	// Client.
	Client *models.FDXDynamicClientRegistrationRequest

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

FDXDynamicClientRegistrationParams contains all the parameters to send to the API endpoint

for the f d x dynamic client registration operation.

Typically these are written to a http.Request.

func NewFDXDynamicClientRegistrationParams

func NewFDXDynamicClientRegistrationParams() *FDXDynamicClientRegistrationParams

NewFDXDynamicClientRegistrationParams creates a new FDXDynamicClientRegistrationParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewFDXDynamicClientRegistrationParamsWithContext

func NewFDXDynamicClientRegistrationParamsWithContext(ctx context.Context) *FDXDynamicClientRegistrationParams

NewFDXDynamicClientRegistrationParamsWithContext creates a new FDXDynamicClientRegistrationParams object with the ability to set a context for a request.

func NewFDXDynamicClientRegistrationParamsWithHTTPClient

func NewFDXDynamicClientRegistrationParamsWithHTTPClient(client *http.Client) *FDXDynamicClientRegistrationParams

NewFDXDynamicClientRegistrationParamsWithHTTPClient creates a new FDXDynamicClientRegistrationParams object with the ability to set a custom HTTPClient for a request.

func NewFDXDynamicClientRegistrationParamsWithTimeout

func NewFDXDynamicClientRegistrationParamsWithTimeout(timeout time.Duration) *FDXDynamicClientRegistrationParams

NewFDXDynamicClientRegistrationParamsWithTimeout creates a new FDXDynamicClientRegistrationParams object with the ability to set a timeout on a request.

func (*FDXDynamicClientRegistrationParams) SetClient

SetClient adds the client to the f d x dynamic client registration params

func (*FDXDynamicClientRegistrationParams) SetContext

SetContext adds the context to the f d x dynamic client registration params

func (*FDXDynamicClientRegistrationParams) SetDefaults

func (o *FDXDynamicClientRegistrationParams) SetDefaults()

SetDefaults hydrates default values in the f d x dynamic client registration params (not the query body).

All values with no default are reset to their zero value.

func (*FDXDynamicClientRegistrationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the f d x dynamic client registration params

func (*FDXDynamicClientRegistrationParams) SetTimeout

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

SetTimeout adds the timeout to the f d x dynamic client registration params

func (*FDXDynamicClientRegistrationParams) WithClient

WithClient adds the client to the f d x dynamic client registration params

func (*FDXDynamicClientRegistrationParams) WithContext

WithContext adds the context to the f d x dynamic client registration params

func (*FDXDynamicClientRegistrationParams) WithDefaults

WithDefaults hydrates default values in the f d x dynamic client registration params (not the query body).

All values with no default are reset to their zero value.

func (*FDXDynamicClientRegistrationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the f d x dynamic client registration params

func (*FDXDynamicClientRegistrationParams) WithTimeout

WithTimeout adds the timeout to the f d x dynamic client registration params

func (*FDXDynamicClientRegistrationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type FDXDynamicClientRegistrationPutBadRequest

type FDXDynamicClientRegistrationPutBadRequest struct {
	Payload *models.RFC6749Error
}

FDXDynamicClientRegistrationPutBadRequest describes a response with status code 400, with default header values.

RFC6749 error

func NewFDXDynamicClientRegistrationPutBadRequest

func NewFDXDynamicClientRegistrationPutBadRequest() *FDXDynamicClientRegistrationPutBadRequest

NewFDXDynamicClientRegistrationPutBadRequest creates a FDXDynamicClientRegistrationPutBadRequest with default headers values

func (*FDXDynamicClientRegistrationPutBadRequest) Code

Code gets the status code for the f d x dynamic client registration put bad request response

func (*FDXDynamicClientRegistrationPutBadRequest) Error

func (*FDXDynamicClientRegistrationPutBadRequest) GetPayload

func (*FDXDynamicClientRegistrationPutBadRequest) IsClientError

IsClientError returns true when this f d x dynamic client registration put bad request response has a 4xx status code

func (*FDXDynamicClientRegistrationPutBadRequest) IsCode

IsCode returns true when this f d x dynamic client registration put bad request response a status code equal to that given

func (*FDXDynamicClientRegistrationPutBadRequest) IsRedirect

IsRedirect returns true when this f d x dynamic client registration put bad request response has a 3xx status code

func (*FDXDynamicClientRegistrationPutBadRequest) IsServerError

IsServerError returns true when this f d x dynamic client registration put bad request response has a 5xx status code

func (*FDXDynamicClientRegistrationPutBadRequest) IsSuccess

IsSuccess returns true when this f d x dynamic client registration put bad request response has a 2xx status code

func (*FDXDynamicClientRegistrationPutBadRequest) String

type FDXDynamicClientRegistrationPutForbidden

type FDXDynamicClientRegistrationPutForbidden struct {
	Payload *models.RFC6749Error
}

FDXDynamicClientRegistrationPutForbidden describes a response with status code 403, with default header values.

RFC6749 error

func NewFDXDynamicClientRegistrationPutForbidden

func NewFDXDynamicClientRegistrationPutForbidden() *FDXDynamicClientRegistrationPutForbidden

NewFDXDynamicClientRegistrationPutForbidden creates a FDXDynamicClientRegistrationPutForbidden with default headers values

func (*FDXDynamicClientRegistrationPutForbidden) Code

Code gets the status code for the f d x dynamic client registration put forbidden response

func (*FDXDynamicClientRegistrationPutForbidden) Error

func (*FDXDynamicClientRegistrationPutForbidden) GetPayload

func (*FDXDynamicClientRegistrationPutForbidden) IsClientError

IsClientError returns true when this f d x dynamic client registration put forbidden response has a 4xx status code

func (*FDXDynamicClientRegistrationPutForbidden) IsCode

IsCode returns true when this f d x dynamic client registration put forbidden response a status code equal to that given

func (*FDXDynamicClientRegistrationPutForbidden) IsRedirect

IsRedirect returns true when this f d x dynamic client registration put forbidden response has a 3xx status code

func (*FDXDynamicClientRegistrationPutForbidden) IsServerError

IsServerError returns true when this f d x dynamic client registration put forbidden response has a 5xx status code

func (*FDXDynamicClientRegistrationPutForbidden) IsSuccess

IsSuccess returns true when this f d x dynamic client registration put forbidden response has a 2xx status code

func (*FDXDynamicClientRegistrationPutForbidden) String

type FDXDynamicClientRegistrationPutNotFound

type FDXDynamicClientRegistrationPutNotFound struct {
	Payload *models.GenericError
}

FDXDynamicClientRegistrationPutNotFound describes a response with status code 404, with default header values.

ErrorResponse

func NewFDXDynamicClientRegistrationPutNotFound

func NewFDXDynamicClientRegistrationPutNotFound() *FDXDynamicClientRegistrationPutNotFound

NewFDXDynamicClientRegistrationPutNotFound creates a FDXDynamicClientRegistrationPutNotFound with default headers values

func (*FDXDynamicClientRegistrationPutNotFound) Code

Code gets the status code for the f d x dynamic client registration put not found response

func (*FDXDynamicClientRegistrationPutNotFound) Error

func (*FDXDynamicClientRegistrationPutNotFound) GetPayload

func (*FDXDynamicClientRegistrationPutNotFound) IsClientError

func (o *FDXDynamicClientRegistrationPutNotFound) IsClientError() bool

IsClientError returns true when this f d x dynamic client registration put not found response has a 4xx status code

func (*FDXDynamicClientRegistrationPutNotFound) IsCode

IsCode returns true when this f d x dynamic client registration put not found response a status code equal to that given

func (*FDXDynamicClientRegistrationPutNotFound) IsRedirect

IsRedirect returns true when this f d x dynamic client registration put not found response has a 3xx status code

func (*FDXDynamicClientRegistrationPutNotFound) IsServerError

func (o *FDXDynamicClientRegistrationPutNotFound) IsServerError() bool

IsServerError returns true when this f d x dynamic client registration put not found response has a 5xx status code

func (*FDXDynamicClientRegistrationPutNotFound) IsSuccess

IsSuccess returns true when this f d x dynamic client registration put not found response has a 2xx status code

func (*FDXDynamicClientRegistrationPutNotFound) String

type FDXDynamicClientRegistrationPutOK

type FDXDynamicClientRegistrationPutOK struct {
	Payload *models.FDXDynamicClientRegistrationResponse
}

FDXDynamicClientRegistrationPutOK describes a response with status code 200, with default header values.

Client Details Updated Response

func NewFDXDynamicClientRegistrationPutOK

func NewFDXDynamicClientRegistrationPutOK() *FDXDynamicClientRegistrationPutOK

NewFDXDynamicClientRegistrationPutOK creates a FDXDynamicClientRegistrationPutOK with default headers values

func (*FDXDynamicClientRegistrationPutOK) Code

Code gets the status code for the f d x dynamic client registration put o k response

func (*FDXDynamicClientRegistrationPutOK) Error

func (*FDXDynamicClientRegistrationPutOK) GetPayload

func (*FDXDynamicClientRegistrationPutOK) IsClientError

func (o *FDXDynamicClientRegistrationPutOK) IsClientError() bool

IsClientError returns true when this f d x dynamic client registration put o k response has a 4xx status code

func (*FDXDynamicClientRegistrationPutOK) IsCode

func (o *FDXDynamicClientRegistrationPutOK) IsCode(code int) bool

IsCode returns true when this f d x dynamic client registration put o k response a status code equal to that given

func (*FDXDynamicClientRegistrationPutOK) IsRedirect

func (o *FDXDynamicClientRegistrationPutOK) IsRedirect() bool

IsRedirect returns true when this f d x dynamic client registration put o k response has a 3xx status code

func (*FDXDynamicClientRegistrationPutOK) IsServerError

func (o *FDXDynamicClientRegistrationPutOK) IsServerError() bool

IsServerError returns true when this f d x dynamic client registration put o k response has a 5xx status code

func (*FDXDynamicClientRegistrationPutOK) IsSuccess

func (o *FDXDynamicClientRegistrationPutOK) IsSuccess() bool

IsSuccess returns true when this f d x dynamic client registration put o k response has a 2xx status code

func (*FDXDynamicClientRegistrationPutOK) String

type FDXDynamicClientRegistrationPutParams

type FDXDynamicClientRegistrationPutParams struct {

	// Client.
	Client *models.FDXDynamicClientRegistrationRequest

	/* Cid.

	   Client id

	   Default: "default"
	*/
	Cid string

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

FDXDynamicClientRegistrationPutParams contains all the parameters to send to the API endpoint

for the f d x dynamic client registration put operation.

Typically these are written to a http.Request.

func NewFDXDynamicClientRegistrationPutParams

func NewFDXDynamicClientRegistrationPutParams() *FDXDynamicClientRegistrationPutParams

NewFDXDynamicClientRegistrationPutParams creates a new FDXDynamicClientRegistrationPutParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewFDXDynamicClientRegistrationPutParamsWithContext

func NewFDXDynamicClientRegistrationPutParamsWithContext(ctx context.Context) *FDXDynamicClientRegistrationPutParams

NewFDXDynamicClientRegistrationPutParamsWithContext creates a new FDXDynamicClientRegistrationPutParams object with the ability to set a context for a request.

func NewFDXDynamicClientRegistrationPutParamsWithHTTPClient

func NewFDXDynamicClientRegistrationPutParamsWithHTTPClient(client *http.Client) *FDXDynamicClientRegistrationPutParams

NewFDXDynamicClientRegistrationPutParamsWithHTTPClient creates a new FDXDynamicClientRegistrationPutParams object with the ability to set a custom HTTPClient for a request.

func NewFDXDynamicClientRegistrationPutParamsWithTimeout

func NewFDXDynamicClientRegistrationPutParamsWithTimeout(timeout time.Duration) *FDXDynamicClientRegistrationPutParams

NewFDXDynamicClientRegistrationPutParamsWithTimeout creates a new FDXDynamicClientRegistrationPutParams object with the ability to set a timeout on a request.

func (*FDXDynamicClientRegistrationPutParams) SetCid

SetCid adds the cid to the f d x dynamic client registration put params

func (*FDXDynamicClientRegistrationPutParams) SetClient

SetClient adds the client to the f d x dynamic client registration put params

func (*FDXDynamicClientRegistrationPutParams) SetContext

SetContext adds the context to the f d x dynamic client registration put params

func (*FDXDynamicClientRegistrationPutParams) SetDefaults

func (o *FDXDynamicClientRegistrationPutParams) SetDefaults()

SetDefaults hydrates default values in the f d x dynamic client registration put params (not the query body).

All values with no default are reset to their zero value.

func (*FDXDynamicClientRegistrationPutParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the f d x dynamic client registration put params

func (*FDXDynamicClientRegistrationPutParams) SetTimeout

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

SetTimeout adds the timeout to the f d x dynamic client registration put params

func (*FDXDynamicClientRegistrationPutParams) WithCid

WithCid adds the cid to the f d x dynamic client registration put params

func (*FDXDynamicClientRegistrationPutParams) WithClient

WithClient adds the client to the f d x dynamic client registration put params

func (*FDXDynamicClientRegistrationPutParams) WithContext

WithContext adds the context to the f d x dynamic client registration put params

func (*FDXDynamicClientRegistrationPutParams) WithDefaults

WithDefaults hydrates default values in the f d x dynamic client registration put params (not the query body).

All values with no default are reset to their zero value.

func (*FDXDynamicClientRegistrationPutParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the f d x dynamic client registration put params

func (*FDXDynamicClientRegistrationPutParams) WithTimeout

WithTimeout adds the timeout to the f d x dynamic client registration put params

func (*FDXDynamicClientRegistrationPutParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type FDXDynamicClientRegistrationPutReader

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

FDXDynamicClientRegistrationPutReader is a Reader for the FDXDynamicClientRegistrationPut structure.

func (*FDXDynamicClientRegistrationPutReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type FDXDynamicClientRegistrationPutUnauthorized

type FDXDynamicClientRegistrationPutUnauthorized struct {
	Payload *models.RFC6749Error
}

FDXDynamicClientRegistrationPutUnauthorized describes a response with status code 401, with default header values.

RFC6749 error

func NewFDXDynamicClientRegistrationPutUnauthorized

func NewFDXDynamicClientRegistrationPutUnauthorized() *FDXDynamicClientRegistrationPutUnauthorized

NewFDXDynamicClientRegistrationPutUnauthorized creates a FDXDynamicClientRegistrationPutUnauthorized with default headers values

func (*FDXDynamicClientRegistrationPutUnauthorized) Code

Code gets the status code for the f d x dynamic client registration put unauthorized response

func (*FDXDynamicClientRegistrationPutUnauthorized) Error

func (*FDXDynamicClientRegistrationPutUnauthorized) GetPayload

func (*FDXDynamicClientRegistrationPutUnauthorized) IsClientError

IsClientError returns true when this f d x dynamic client registration put unauthorized response has a 4xx status code

func (*FDXDynamicClientRegistrationPutUnauthorized) IsCode

IsCode returns true when this f d x dynamic client registration put unauthorized response a status code equal to that given

func (*FDXDynamicClientRegistrationPutUnauthorized) IsRedirect

IsRedirect returns true when this f d x dynamic client registration put unauthorized response has a 3xx status code

func (*FDXDynamicClientRegistrationPutUnauthorized) IsServerError

IsServerError returns true when this f d x dynamic client registration put unauthorized response has a 5xx status code

func (*FDXDynamicClientRegistrationPutUnauthorized) IsSuccess

IsSuccess returns true when this f d x dynamic client registration put unauthorized response has a 2xx status code

func (*FDXDynamicClientRegistrationPutUnauthorized) String

type FDXDynamicClientRegistrationReader

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

FDXDynamicClientRegistrationReader is a Reader for the FDXDynamicClientRegistration structure.

func (*FDXDynamicClientRegistrationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type FDXDynamicClientRegistrationUnauthorized

type FDXDynamicClientRegistrationUnauthorized struct {
	Payload *models.RFC6749Error
}

FDXDynamicClientRegistrationUnauthorized describes a response with status code 401, with default header values.

RFC6749 error

func NewFDXDynamicClientRegistrationUnauthorized

func NewFDXDynamicClientRegistrationUnauthorized() *FDXDynamicClientRegistrationUnauthorized

NewFDXDynamicClientRegistrationUnauthorized creates a FDXDynamicClientRegistrationUnauthorized with default headers values

func (*FDXDynamicClientRegistrationUnauthorized) Code

Code gets the status code for the f d x dynamic client registration unauthorized response

func (*FDXDynamicClientRegistrationUnauthorized) Error

func (*FDXDynamicClientRegistrationUnauthorized) GetPayload

func (*FDXDynamicClientRegistrationUnauthorized) IsClientError

IsClientError returns true when this f d x dynamic client registration unauthorized response has a 4xx status code

func (*FDXDynamicClientRegistrationUnauthorized) IsCode

IsCode returns true when this f d x dynamic client registration unauthorized response a status code equal to that given

func (*FDXDynamicClientRegistrationUnauthorized) IsRedirect

IsRedirect returns true when this f d x dynamic client registration unauthorized response has a 3xx status code

func (*FDXDynamicClientRegistrationUnauthorized) IsServerError

IsServerError returns true when this f d x dynamic client registration unauthorized response has a 5xx status code

func (*FDXDynamicClientRegistrationUnauthorized) IsSuccess

IsSuccess returns true when this f d x dynamic client registration unauthorized response has a 2xx status code

func (*FDXDynamicClientRegistrationUnauthorized) String

type FDXUpdateClientStatusBadRequest

type FDXUpdateClientStatusBadRequest struct {
	Payload *models.Error
}

FDXUpdateClientStatusBadRequest describes a response with status code 400, with default header values.

Bad request

func NewFDXUpdateClientStatusBadRequest

func NewFDXUpdateClientStatusBadRequest() *FDXUpdateClientStatusBadRequest

NewFDXUpdateClientStatusBadRequest creates a FDXUpdateClientStatusBadRequest with default headers values

func (*FDXUpdateClientStatusBadRequest) Code

Code gets the status code for the f d x update client status bad request response

func (*FDXUpdateClientStatusBadRequest) Error

func (*FDXUpdateClientStatusBadRequest) GetPayload

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

func (*FDXUpdateClientStatusBadRequest) IsClientError

func (o *FDXUpdateClientStatusBadRequest) IsClientError() bool

IsClientError returns true when this f d x update client status bad request response has a 4xx status code

func (*FDXUpdateClientStatusBadRequest) IsCode

func (o *FDXUpdateClientStatusBadRequest) IsCode(code int) bool

IsCode returns true when this f d x update client status bad request response a status code equal to that given

func (*FDXUpdateClientStatusBadRequest) IsRedirect

func (o *FDXUpdateClientStatusBadRequest) IsRedirect() bool

IsRedirect returns true when this f d x update client status bad request response has a 3xx status code

func (*FDXUpdateClientStatusBadRequest) IsServerError

func (o *FDXUpdateClientStatusBadRequest) IsServerError() bool

IsServerError returns true when this f d x update client status bad request response has a 5xx status code

func (*FDXUpdateClientStatusBadRequest) IsSuccess

func (o *FDXUpdateClientStatusBadRequest) IsSuccess() bool

IsSuccess returns true when this f d x update client status bad request response has a 2xx status code

func (*FDXUpdateClientStatusBadRequest) String

type FDXUpdateClientStatusForbidden

type FDXUpdateClientStatusForbidden struct {
	Payload *models.Error
}

FDXUpdateClientStatusForbidden describes a response with status code 403, with default header values.

Forbidden

func NewFDXUpdateClientStatusForbidden

func NewFDXUpdateClientStatusForbidden() *FDXUpdateClientStatusForbidden

NewFDXUpdateClientStatusForbidden creates a FDXUpdateClientStatusForbidden with default headers values

func (*FDXUpdateClientStatusForbidden) Code

Code gets the status code for the f d x update client status forbidden response

func (*FDXUpdateClientStatusForbidden) Error

func (*FDXUpdateClientStatusForbidden) GetPayload

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

func (*FDXUpdateClientStatusForbidden) IsClientError

func (o *FDXUpdateClientStatusForbidden) IsClientError() bool

IsClientError returns true when this f d x update client status forbidden response has a 4xx status code

func (*FDXUpdateClientStatusForbidden) IsCode

func (o *FDXUpdateClientStatusForbidden) IsCode(code int) bool

IsCode returns true when this f d x update client status forbidden response a status code equal to that given

func (*FDXUpdateClientStatusForbidden) IsRedirect

func (o *FDXUpdateClientStatusForbidden) IsRedirect() bool

IsRedirect returns true when this f d x update client status forbidden response has a 3xx status code

func (*FDXUpdateClientStatusForbidden) IsServerError

func (o *FDXUpdateClientStatusForbidden) IsServerError() bool

IsServerError returns true when this f d x update client status forbidden response has a 5xx status code

func (*FDXUpdateClientStatusForbidden) IsSuccess

func (o *FDXUpdateClientStatusForbidden) IsSuccess() bool

IsSuccess returns true when this f d x update client status forbidden response has a 2xx status code

func (*FDXUpdateClientStatusForbidden) String

type FDXUpdateClientStatusNotFound

type FDXUpdateClientStatusNotFound struct {
	Payload *models.Error
}

FDXUpdateClientStatusNotFound describes a response with status code 404, with default header values.

Not found

func NewFDXUpdateClientStatusNotFound

func NewFDXUpdateClientStatusNotFound() *FDXUpdateClientStatusNotFound

NewFDXUpdateClientStatusNotFound creates a FDXUpdateClientStatusNotFound with default headers values

func (*FDXUpdateClientStatusNotFound) Code

Code gets the status code for the f d x update client status not found response

func (*FDXUpdateClientStatusNotFound) Error

func (*FDXUpdateClientStatusNotFound) GetPayload

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

func (*FDXUpdateClientStatusNotFound) IsClientError

func (o *FDXUpdateClientStatusNotFound) IsClientError() bool

IsClientError returns true when this f d x update client status not found response has a 4xx status code

func (*FDXUpdateClientStatusNotFound) IsCode

func (o *FDXUpdateClientStatusNotFound) IsCode(code int) bool

IsCode returns true when this f d x update client status not found response a status code equal to that given

func (*FDXUpdateClientStatusNotFound) IsRedirect

func (o *FDXUpdateClientStatusNotFound) IsRedirect() bool

IsRedirect returns true when this f d x update client status not found response has a 3xx status code

func (*FDXUpdateClientStatusNotFound) IsServerError

func (o *FDXUpdateClientStatusNotFound) IsServerError() bool

IsServerError returns true when this f d x update client status not found response has a 5xx status code

func (*FDXUpdateClientStatusNotFound) IsSuccess

func (o *FDXUpdateClientStatusNotFound) IsSuccess() bool

IsSuccess returns true when this f d x update client status not found response has a 2xx status code

func (*FDXUpdateClientStatusNotFound) String

type FDXUpdateClientStatusOK

type FDXUpdateClientStatusOK struct {
}

FDXUpdateClientStatusOK describes a response with status code 200, with default header values.

Client Status Updated

func NewFDXUpdateClientStatusOK

func NewFDXUpdateClientStatusOK() *FDXUpdateClientStatusOK

NewFDXUpdateClientStatusOK creates a FDXUpdateClientStatusOK with default headers values

func (*FDXUpdateClientStatusOK) Code

func (o *FDXUpdateClientStatusOK) Code() int

Code gets the status code for the f d x update client status o k response

func (*FDXUpdateClientStatusOK) Error

func (o *FDXUpdateClientStatusOK) Error() string

func (*FDXUpdateClientStatusOK) IsClientError

func (o *FDXUpdateClientStatusOK) IsClientError() bool

IsClientError returns true when this f d x update client status o k response has a 4xx status code

func (*FDXUpdateClientStatusOK) IsCode

func (o *FDXUpdateClientStatusOK) IsCode(code int) bool

IsCode returns true when this f d x update client status o k response a status code equal to that given

func (*FDXUpdateClientStatusOK) IsRedirect

func (o *FDXUpdateClientStatusOK) IsRedirect() bool

IsRedirect returns true when this f d x update client status o k response has a 3xx status code

func (*FDXUpdateClientStatusOK) IsServerError

func (o *FDXUpdateClientStatusOK) IsServerError() bool

IsServerError returns true when this f d x update client status o k response has a 5xx status code

func (*FDXUpdateClientStatusOK) IsSuccess

func (o *FDXUpdateClientStatusOK) IsSuccess() bool

IsSuccess returns true when this f d x update client status o k response has a 2xx status code

func (*FDXUpdateClientStatusOK) String

func (o *FDXUpdateClientStatusOK) String() string

type FDXUpdateClientStatusParams

type FDXUpdateClientStatusParams struct {

	/* FDXUpdateClientRequest.

	   FDXUpdateClientStatusRequest
	*/
	FDXUpdateClientRequest *models.FDXUpdateClientStatusRequest

	/* Cid.

	   Client id

	   Default: "default"
	*/
	Cid string

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

FDXUpdateClientStatusParams contains all the parameters to send to the API endpoint

for the f d x update client status operation.

Typically these are written to a http.Request.

func NewFDXUpdateClientStatusParams

func NewFDXUpdateClientStatusParams() *FDXUpdateClientStatusParams

NewFDXUpdateClientStatusParams creates a new FDXUpdateClientStatusParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewFDXUpdateClientStatusParamsWithContext

func NewFDXUpdateClientStatusParamsWithContext(ctx context.Context) *FDXUpdateClientStatusParams

NewFDXUpdateClientStatusParamsWithContext creates a new FDXUpdateClientStatusParams object with the ability to set a context for a request.

func NewFDXUpdateClientStatusParamsWithHTTPClient

func NewFDXUpdateClientStatusParamsWithHTTPClient(client *http.Client) *FDXUpdateClientStatusParams

NewFDXUpdateClientStatusParamsWithHTTPClient creates a new FDXUpdateClientStatusParams object with the ability to set a custom HTTPClient for a request.

func NewFDXUpdateClientStatusParamsWithTimeout

func NewFDXUpdateClientStatusParamsWithTimeout(timeout time.Duration) *FDXUpdateClientStatusParams

NewFDXUpdateClientStatusParamsWithTimeout creates a new FDXUpdateClientStatusParams object with the ability to set a timeout on a request.

func (*FDXUpdateClientStatusParams) SetCid

func (o *FDXUpdateClientStatusParams) SetCid(cid string)

SetCid adds the cid to the f d x update client status params

func (*FDXUpdateClientStatusParams) SetContext

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

SetContext adds the context to the f d x update client status params

func (*FDXUpdateClientStatusParams) SetDefaults

func (o *FDXUpdateClientStatusParams) SetDefaults()

SetDefaults hydrates default values in the f d x update client status params (not the query body).

All values with no default are reset to their zero value.

func (*FDXUpdateClientStatusParams) SetFDXUpdateClientRequest

func (o *FDXUpdateClientStatusParams) SetFDXUpdateClientRequest(fDXUpdateClientRequest *models.FDXUpdateClientStatusRequest)

SetFDXUpdateClientRequest adds the fDXUpdateClientRequest to the f d x update client status params

func (*FDXUpdateClientStatusParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the f d x update client status params

func (*FDXUpdateClientStatusParams) SetTimeout

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

SetTimeout adds the timeout to the f d x update client status params

func (*FDXUpdateClientStatusParams) WithCid

WithCid adds the cid to the f d x update client status params

func (*FDXUpdateClientStatusParams) WithContext

WithContext adds the context to the f d x update client status params

func (*FDXUpdateClientStatusParams) WithDefaults

WithDefaults hydrates default values in the f d x update client status params (not the query body).

All values with no default are reset to their zero value.

func (*FDXUpdateClientStatusParams) WithFDXUpdateClientRequest

func (o *FDXUpdateClientStatusParams) WithFDXUpdateClientRequest(fDXUpdateClientRequest *models.FDXUpdateClientStatusRequest) *FDXUpdateClientStatusParams

WithFDXUpdateClientRequest adds the fDXUpdateClientRequest to the f d x update client status params

func (*FDXUpdateClientStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the f d x update client status params

func (*FDXUpdateClientStatusParams) WithTimeout

WithTimeout adds the timeout to the f d x update client status params

func (*FDXUpdateClientStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type FDXUpdateClientStatusReader

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

FDXUpdateClientStatusReader is a Reader for the FDXUpdateClientStatus structure.

func (*FDXUpdateClientStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type FDXUpdateClientStatusTooManyRequests

type FDXUpdateClientStatusTooManyRequests struct {
	Payload *models.Error
}

FDXUpdateClientStatusTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewFDXUpdateClientStatusTooManyRequests

func NewFDXUpdateClientStatusTooManyRequests() *FDXUpdateClientStatusTooManyRequests

NewFDXUpdateClientStatusTooManyRequests creates a FDXUpdateClientStatusTooManyRequests with default headers values

func (*FDXUpdateClientStatusTooManyRequests) Code

Code gets the status code for the f d x update client status too many requests response

func (*FDXUpdateClientStatusTooManyRequests) Error

func (*FDXUpdateClientStatusTooManyRequests) GetPayload

func (*FDXUpdateClientStatusTooManyRequests) IsClientError

func (o *FDXUpdateClientStatusTooManyRequests) IsClientError() bool

IsClientError returns true when this f d x update client status too many requests response has a 4xx status code

func (*FDXUpdateClientStatusTooManyRequests) IsCode

IsCode returns true when this f d x update client status too many requests response a status code equal to that given

func (*FDXUpdateClientStatusTooManyRequests) IsRedirect

IsRedirect returns true when this f d x update client status too many requests response has a 3xx status code

func (*FDXUpdateClientStatusTooManyRequests) IsServerError

func (o *FDXUpdateClientStatusTooManyRequests) IsServerError() bool

IsServerError returns true when this f d x update client status too many requests response has a 5xx status code

func (*FDXUpdateClientStatusTooManyRequests) IsSuccess

IsSuccess returns true when this f d x update client status too many requests response has a 2xx status code

func (*FDXUpdateClientStatusTooManyRequests) String

type FDXUpdateClientStatusUnauthorized

type FDXUpdateClientStatusUnauthorized struct {
	Payload *models.Error
}

FDXUpdateClientStatusUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewFDXUpdateClientStatusUnauthorized

func NewFDXUpdateClientStatusUnauthorized() *FDXUpdateClientStatusUnauthorized

NewFDXUpdateClientStatusUnauthorized creates a FDXUpdateClientStatusUnauthorized with default headers values

func (*FDXUpdateClientStatusUnauthorized) Code

Code gets the status code for the f d x update client status unauthorized response

func (*FDXUpdateClientStatusUnauthorized) Error

func (*FDXUpdateClientStatusUnauthorized) GetPayload

func (*FDXUpdateClientStatusUnauthorized) IsClientError

func (o *FDXUpdateClientStatusUnauthorized) IsClientError() bool

IsClientError returns true when this f d x update client status unauthorized response has a 4xx status code

func (*FDXUpdateClientStatusUnauthorized) IsCode

func (o *FDXUpdateClientStatusUnauthorized) IsCode(code int) bool

IsCode returns true when this f d x update client status unauthorized response a status code equal to that given

func (*FDXUpdateClientStatusUnauthorized) IsRedirect

func (o *FDXUpdateClientStatusUnauthorized) IsRedirect() bool

IsRedirect returns true when this f d x update client status unauthorized response has a 3xx status code

func (*FDXUpdateClientStatusUnauthorized) IsServerError

func (o *FDXUpdateClientStatusUnauthorized) IsServerError() bool

IsServerError returns true when this f d x update client status unauthorized response has a 5xx status code

func (*FDXUpdateClientStatusUnauthorized) IsSuccess

func (o *FDXUpdateClientStatusUnauthorized) IsSuccess() bool

IsSuccess returns true when this f d x update client status unauthorized response has a 2xx status code

func (*FDXUpdateClientStatusUnauthorized) String

type FDXUpdateClientStatusUnprocessableEntity

type FDXUpdateClientStatusUnprocessableEntity struct {
	Payload *models.Error
}

FDXUpdateClientStatusUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewFDXUpdateClientStatusUnprocessableEntity

func NewFDXUpdateClientStatusUnprocessableEntity() *FDXUpdateClientStatusUnprocessableEntity

NewFDXUpdateClientStatusUnprocessableEntity creates a FDXUpdateClientStatusUnprocessableEntity with default headers values

func (*FDXUpdateClientStatusUnprocessableEntity) Code

Code gets the status code for the f d x update client status unprocessable entity response

func (*FDXUpdateClientStatusUnprocessableEntity) Error

func (*FDXUpdateClientStatusUnprocessableEntity) GetPayload

func (*FDXUpdateClientStatusUnprocessableEntity) IsClientError

IsClientError returns true when this f d x update client status unprocessable entity response has a 4xx status code

func (*FDXUpdateClientStatusUnprocessableEntity) IsCode

IsCode returns true when this f d x update client status unprocessable entity response a status code equal to that given

func (*FDXUpdateClientStatusUnprocessableEntity) IsRedirect

IsRedirect returns true when this f d x update client status unprocessable entity response has a 3xx status code

func (*FDXUpdateClientStatusUnprocessableEntity) IsServerError

IsServerError returns true when this f d x update client status unprocessable entity response has a 5xx status code

func (*FDXUpdateClientStatusUnprocessableEntity) IsSuccess

IsSuccess returns true when this f d x update client status unprocessable entity response has a 2xx status code

func (*FDXUpdateClientStatusUnprocessableEntity) String

Jump to

Keyboard shortcuts

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