httpauth

package
v0.0.103 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2025 License: GPL-3.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const KIND string = "httpauth"

Variables

This section is empty.

Functions

This section is empty.

Types

type Httpauth

type Httpauth struct {
	Started bool
	Shared  *Shared
}

func New

func New(mgr *manager.Manager) *Httpauth

func (*Httpauth) Apply added in v0.0.52

func (httpauth *Httpauth) Apply(user *authentication.User, jsonData []byte, agent string) (contracts.Response, error)

func (*Httpauth) Compare added in v0.0.52

func (httpauth *Httpauth) Compare(user *authentication.User, jsonData []byte) (contracts.Response, error)

func (*Httpauth) Delete

func (httpauth *Httpauth) Delete(user *authentication.User, jsonData []byte, agent string) (contracts.Response, error)

func (*Httpauth) Get

func (httpauth *Httpauth) Get(request contracts.Control) contracts.Response

func (*Httpauth) GetShared added in v0.0.52

func (httpauth *Httpauth) GetShared() interface{}

func (*Httpauth) List

func (httpauth *Httpauth) List(request contracts.Control) contracts.Response

func (*Httpauth) ListSupported

func (httpauth *Httpauth) ListSupported(request contracts.Control) contracts.Response

func (*Httpauth) Remove added in v0.0.52

func (httpauth *Httpauth) Remove(request contracts.Control) contracts.Response

func (*Httpauth) Run

func (httpauth *Httpauth) Run(operation string, request contracts.Control) contracts.Response

func (*Httpauth) Start added in v0.0.52

func (httpauth *Httpauth) Start() error

type Shared added in v0.0.52

type Shared struct {
	Manager *manager.Manager
	Client  *client.Http
}

Jump to

Keyboard shortcuts

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