Documentation ¶
Index ¶
- func New(configuration librepo.Configuration, customConfig config.CustomConfiguration, ...) repository.IdentityProvider
- type Impl
- func (r *Impl) GetKeySet(ctx context.Context) []string
- func (r *Impl) IsIdentityProvider() bool
- func (r *Impl) ObtainKeySet(ctx context.Context) error
- func (r *Impl) Setup() error
- func (r *Impl) SetupConnector(ctx context.Context) error
- func (r *Impl) VerifyToken(ctx context.Context, token string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New( configuration librepo.Configuration, customConfig config.CustomConfiguration, logging librepo.Logging, ) repository.IdentityProvider
Types ¶
type Impl ¶
type Impl struct { Configuration librepo.Configuration CustomConfiguration config.CustomConfiguration Logging librepo.Logging IDPClient aurestclientapi.Client PEMKeySet []string }
func (*Impl) IsIdentityProvider ¶
func (*Impl) SetupConnector ¶ added in v0.33.0
Click to show internal directories.
Click to hide internal directories.