mechanisms

package
v0.15.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrAuthenticatorCreation  = errors.New("failed to create authenticator")
	ErrAuthorizerCreation     = errors.New("failed to create authorizer")
	ErrFinalizerCreation      = errors.New("failed to create finalizer")
	ErrContextualizerCreation = errors.New("failed to create contextualizer")
	ErrErrorHandlerCreation   = errors.New("failed to create error handler")
)
View Source
var ErrNoSuchPipelineObject = errors.New("pipeline object not found")

Functions

This section is empty.

Types

type MechanismFactory

type MechanismFactory interface {
	CreateAuthenticator(version, id string, conf config.MechanismConfig) (authenticators.Authenticator, error)
	CreateAuthorizer(version, id string, conf config.MechanismConfig) (authorizers.Authorizer, error)
	CreateContextualizer(version, id string, conf config.MechanismConfig) (contextualizers.Contextualizer, error)
	CreateFinalizer(version, id string, conf config.MechanismConfig) (finalizers.Finalizer, error)
	CreateErrorHandler(version, id string, conf config.MechanismConfig) (errorhandlers.ErrorHandler, error)
}

Jump to

Keyboard shortcuts

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