mechanisms

package
v0.17.21 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2026 License: Apache-2.0 Imports: 10 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, refID, stepID string, conf config.MechanismConfig) (authenticators.Authenticator, error)
	CreateAuthorizer(version, refID, stepID string, conf config.MechanismConfig) (authorizers.Authorizer, error)
	CreateContextualizer(version, refID, stepID string, conf config.MechanismConfig) (contextualizers.Contextualizer, error) //nolint: lll
	CreateFinalizer(version, refID, stepID string, conf config.MechanismConfig) (finalizers.Finalizer, error)
	CreateErrorHandler(version, refID, stepID string, conf config.MechanismConfig) (errorhandlers.ErrorHandler, error)
}

func NewMechanismFactory

func NewMechanismFactory(app app.Context) (MechanismFactory, error)

Jump to

Keyboard shortcuts

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