server_configuration

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2020 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 server configuration API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) WellKnownGluuConfiguration

func (a *Client) WellKnownGluuConfiguration(params *WellKnownGluuConfigurationParams) (*WellKnownGluuConfigurationOK, error)

WellKnownGluuConfiguration wells known gluu configuration

Gets GluuServer configuration data that contains non-standard OpenID Connect discovery metadata.

type ClientService

type ClientService interface {
	WellKnownGluuConfiguration(params *WellKnownGluuConfigurationParams) (*WellKnownGluuConfigurationOK, 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 server configuration API client.

type WellKnownGluuConfigurationInternalServerError

type WellKnownGluuConfigurationInternalServerError struct {
	Payload *models.ErrorResponse
}

WellKnownGluuConfigurationInternalServerError handles this case with default header values.

Internal error occured. Please check log file for details.

func NewWellKnownGluuConfigurationInternalServerError

func NewWellKnownGluuConfigurationInternalServerError() *WellKnownGluuConfigurationInternalServerError

NewWellKnownGluuConfigurationInternalServerError creates a WellKnownGluuConfigurationInternalServerError with default headers values

func (*WellKnownGluuConfigurationInternalServerError) Error

func (*WellKnownGluuConfigurationInternalServerError) GetPayload

type WellKnownGluuConfigurationOK

type WellKnownGluuConfigurationOK struct {
	Payload *models.GluuConfigurationResponse
}

WellKnownGluuConfigurationOK handles this case with default header values.

OK

func NewWellKnownGluuConfigurationOK

func NewWellKnownGluuConfigurationOK() *WellKnownGluuConfigurationOK

NewWellKnownGluuConfigurationOK creates a WellKnownGluuConfigurationOK with default headers values

func (*WellKnownGluuConfigurationOK) Error

func (*WellKnownGluuConfigurationOK) GetPayload

type WellKnownGluuConfigurationParams

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

WellKnownGluuConfigurationParams contains all the parameters to send to the API endpoint for the well known gluu configuration operation typically these are written to a http.Request

func NewWellKnownGluuConfigurationParams

func NewWellKnownGluuConfigurationParams() *WellKnownGluuConfigurationParams

NewWellKnownGluuConfigurationParams creates a new WellKnownGluuConfigurationParams object with the default values initialized.

func NewWellKnownGluuConfigurationParamsWithContext

func NewWellKnownGluuConfigurationParamsWithContext(ctx context.Context) *WellKnownGluuConfigurationParams

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

func NewWellKnownGluuConfigurationParamsWithHTTPClient

func NewWellKnownGluuConfigurationParamsWithHTTPClient(client *http.Client) *WellKnownGluuConfigurationParams

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

func NewWellKnownGluuConfigurationParamsWithTimeout

func NewWellKnownGluuConfigurationParamsWithTimeout(timeout time.Duration) *WellKnownGluuConfigurationParams

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

func (*WellKnownGluuConfigurationParams) SetContext

SetContext adds the context to the well known gluu configuration params

func (*WellKnownGluuConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the well known gluu configuration params

func (*WellKnownGluuConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the well known gluu configuration params

func (*WellKnownGluuConfigurationParams) WithContext

WithContext adds the context to the well known gluu configuration params

func (*WellKnownGluuConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the well known gluu configuration params

func (*WellKnownGluuConfigurationParams) WithTimeout

WithTimeout adds the timeout to the well known gluu configuration params

func (*WellKnownGluuConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WellKnownGluuConfigurationReader

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

WellKnownGluuConfigurationReader is a Reader for the WellKnownGluuConfiguration structure.

func (*WellKnownGluuConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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