Documentation
¶
Index ¶
- type AuthenticationOption
- type AuthenticationOptionsHandlerService
- func (a *AuthenticationOptionsHandlerService) GetAuthenticationoptionsForService(authentiationOptions []AuthenticationOption, serviceName string) (authOption AuthenticationOption, err error)
- func (a *AuthenticationOptionsHandlerService) GetAuthenticationoptionsForServiceByUrl(authenticationOptions []AuthenticationOption, url *urlsutils.URL) (authOption AuthenticationOption, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationOption ¶
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)
Click to show internal directories.
Click to hide internal directories.