samlcompletelogout

package
v8.13.1 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 Imports: 11 Imported by: 3

Documentation

Overview

Verifies the logout response sent from the SAML IdP

Index

Constants

This section is empty.

Variables

View Source
var ErrBuildPath = errors.New("cannot build path, check for missing path parameters")

ErrBuildPath is returned in case of missing parameters within the build of the request.

Functions

This section is empty.

Types

type NewSamlCompleteLogout

type NewSamlCompleteLogout func() *SamlCompleteLogout

NewSamlCompleteLogout type alias for index.

func NewSamlCompleteLogoutFunc

func NewSamlCompleteLogoutFunc(tp elastictransport.Interface) NewSamlCompleteLogout

NewSamlCompleteLogoutFunc returns a new instance of SamlCompleteLogout with the provided transport. Used in the index of the library this allows to retrieve every apis in once place.

type Request

type Request struct {

	// Content If the SAML IdP sends the logout response with the HTTP-Post binding, this
	// field must be set to the value of the SAMLResponse form parameter from the
	// logout response.
	Content *string `json:"content,omitempty"`
	// Ids A json array with all the valid SAML Request Ids that the caller of the API
	// has for the current user.
	Ids []string `json:"ids"`
	// QueryString If the SAML IdP sends the logout response with the HTTP-Redirect binding,
	// this field must be set to the query string of the redirect URI.
	QueryString *string `json:"query_string,omitempty"`
	// Realm The name of the SAML realm in Elasticsearch for which the configuration is
	// used to verify the logout response.
	Realm string `json:"realm"`
}

Request holds the request body struct for the package samlcompletelogout

https://github.com/elastic/elasticsearch-specification/blob/5bf86339cd4bda77d07f6eaa6789b72f9c0279b1/specification/security/saml_complete_logout/Request.ts#L23-L40

func NewRequest added in v8.5.0

func NewRequest() *Request

NewRequest returns a Request

func (*Request) FromJSON added in v8.5.0

func (r *Request) FromJSON(data string) (*Request, error)

FromJSON allows to load an arbitrary json into the request structure

func (*Request) UnmarshalJSON added in v8.12.1

func (s *Request) UnmarshalJSON(data []byte) error

type SamlCompleteLogout

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

func (*SamlCompleteLogout) Content added in v8.9.0

func (r *SamlCompleteLogout) Content(content string) *SamlCompleteLogout

Content If the SAML IdP sends the logout response with the HTTP-Post binding, this field must be set to the value of the SAMLResponse form parameter from the logout response. API name: content

func (*SamlCompleteLogout) Header

func (r *SamlCompleteLogout) Header(key, value string) *SamlCompleteLogout

Header set a key, value pair in the SamlCompleteLogout headers map.

func (*SamlCompleteLogout) HttpRequest

func (r *SamlCompleteLogout) HttpRequest(ctx context.Context) (*http.Request, error)

HttpRequest returns the http.Request object built from the given parameters.

func (*SamlCompleteLogout) Ids added in v8.9.0

Ids A json array with all the valid SAML Request Ids that the caller of the API has for the current user. API name: ids

func (SamlCompleteLogout) Perform added in v8.7.0

func (r SamlCompleteLogout) Perform(providedCtx context.Context) (*http.Response, error)

Perform runs the http.Request through the provided transport and returns an http.Response.

func (*SamlCompleteLogout) QueryString added in v8.9.0

func (r *SamlCompleteLogout) QueryString(querystring string) *SamlCompleteLogout

QueryString If the SAML IdP sends the logout response with the HTTP-Redirect binding, this field must be set to the query string of the redirect URI. API name: query_string

func (*SamlCompleteLogout) Raw

Raw takes a json payload as input which is then passed to the http.Request If specified Raw takes precedence on Request method.

func (*SamlCompleteLogout) Realm added in v8.9.0

func (r *SamlCompleteLogout) Realm(realm string) *SamlCompleteLogout

Realm The name of the SAML realm in Elasticsearch for which the configuration is used to verify the logout response. API name: realm

func (*SamlCompleteLogout) Request

func (r *SamlCompleteLogout) Request(req *Request) *SamlCompleteLogout

Request allows to set the request property with the appropriate payload.

Jump to

Keyboard shortcuts

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