identityprovider

package
v0.0.0-...-b9b5e9f Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

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

func NewHandler

func NewHandler(store store.IdentityProviderStore) *Handler

func (*Handler) Create

func (h *Handler) Create() http.HandlerFunc

func (*Handler) Get

func (h *Handler) Get(identityProviderId string) http.HandlerFunc

func (*Handler) List

func (h *Handler) List(organizationID string) http.HandlerFunc

func (*Handler) RestfulCreate

func (h *Handler) RestfulCreate(request *restful.Request, response *restful.Response)

func (*Handler) RestfulGet

func (h *Handler) RestfulGet(request *restful.Request, response *restful.Response)

func (*Handler) RestfulList

func (h *Handler) RestfulList(request *restful.Request, response *restful.Response)

func (*Handler) RestfulUpdate

func (h *Handler) RestfulUpdate(request *restful.Request, response *restful.Response)

func (*Handler) Update

func (h *Handler) Update(identityProviderID string) http.HandlerFunc

func (*Handler) WebService

func (h *Handler) WebService() *restful.WebService

Jump to

Keyboard shortcuts

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