Documentation ¶
Index ¶
- Variables
- type Provider
- func (p *Provider) Create(ctx context.Context, i *identity.LDAP) error
- func (p *Provider) Delete(ctx context.Context, i *identity.LDAP) error
- func (p *Provider) Get(ctx context.Context, userID string, id string) (*identity.LDAP, error)
- func (p *Provider) GetByServerUserID(ctx context.Context, serverName string, userIDAttributeName string, ...) (*identity.LDAP, error)
- func (p *Provider) GetMany(ctx context.Context, ids []string) ([]*identity.LDAP, error)
- func (p *Provider) List(ctx context.Context, userID string) ([]*identity.LDAP, error)
- func (p *Provider) ListByClaim(ctx context.Context, name string, value string) ([]*identity.LDAP, error)
- func (p *Provider) MakeSpecFromEntry(serverConfig *config.LDAPServerConfig, loginUserName string, entry *ldap.Entry) (*identity.Spec, error)
- func (p *Provider) New(userID string, serverName string, loginUserName *string, ...) *identity.LDAP
- func (p *Provider) Update(ctx context.Context, i *identity.LDAP) error
- func (p *Provider) WithUpdate(iden *identity.LDAP, loginUserName *string, claims map[string]interface{}, ...) *identity.LDAP
- type StandardAttributesNormalizer
- type Store
- func (s *Store) Create(ctx context.Context, i *identity.LDAP) (err error)
- func (s *Store) Delete(ctx context.Context, i *identity.LDAP) error
- func (s *Store) Get(ctx context.Context, userID string, id string) (*identity.LDAP, error)
- func (s *Store) GetByServerUserID(ctx context.Context, serverName string, userIDAttributeName string, ...) (*identity.LDAP, error)
- func (s *Store) GetMany(ctx context.Context, ids []string) ([]*identity.LDAP, error)
- func (s *Store) List(ctx context.Context, userID string) ([]*identity.LDAP, error)
- func (s *Store) ListByClaim(ctx context.Context, name string, value string) ([]*identity.LDAP, error)
- func (s *Store) Update(ctx context.Context, i *identity.LDAP) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct { Store *Store Clock clock.Clock StandardAttributesNormalizer StandardAttributesNormalizer }
func (*Provider) GetByServerUserID ¶
func (*Provider) ListByClaim ¶
func (*Provider) MakeSpecFromEntry ¶
type Store ¶
type Store struct { SQLBuilder *appdb.SQLBuilderApp SQLExecutor *appdb.SQLExecutor }
func (*Store) GetByServerUserID ¶
func (*Store) ListByClaim ¶
Click to show internal directories.
Click to hide internal directories.