authenticationoptions

package
v0.414.0 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthenticationOption

type AuthenticationOption interface {
	IsAuthenticatingAgainst(serviceName string) (isAuthenticatingAgainst bool, err error)
	IsVerbose() (isVerbose bool)
}

type AuthenticationOptionsHandlerService

type AuthenticationOptionsHandlerService struct{}

func AuthenticationOptionsHandler

func AuthenticationOptionsHandler() (a *AuthenticationOptionsHandlerService)

func NewAuthenticationOptionsHandlerService

func NewAuthenticationOptionsHandlerService() (a *AuthenticationOptionsHandlerService)

func (*AuthenticationOptionsHandlerService) GetAuthenticationoptionsForService

func (a *AuthenticationOptionsHandlerService) GetAuthenticationoptionsForService(authentiationOptions []AuthenticationOption, serviceName string) (authOption AuthenticationOption, err error)

func (*AuthenticationOptionsHandlerService) GetAuthenticationoptionsForServiceByUrl

func (a *AuthenticationOptionsHandlerService) GetAuthenticationoptionsForServiceByUrl(authenticationOptions []AuthenticationOption, url *urlsutils.URL) (authOption AuthenticationOption, err error)

Jump to

Keyboard shortcuts

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