Documentation
¶
Index ¶
- Constants
- type IdentityContainer
- type IdentityStoreSyncer
- func (s *IdentityStoreSyncer) GetIdentityContainer(ctx context.Context, params map[string]string) (*IdentityContainer, error)
- func (s *IdentityStoreSyncer) GetIdentityStoreMetaData(_ context.Context, _ *config.ConfigMap) (*is.MetaData, error)
- func (s *IdentityStoreSyncer) SyncIdentityStore(ctx context.Context, identityHandler wrappers.IdentityStoreIdentityHandler, ...) error
Constants ¶
View Source
const ( AdTenantId = "ad-tenantid" AdClientId = "ad-clientid" AdSecret = "ad-secret" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IdentityContainer ¶ added in v0.3.0
var IdentityCache *IdentityContainer = nil
type IdentityStoreSyncer ¶
type IdentityStoreSyncer struct {
// contains filtered or unexported fields
}
func NewIdentityStoreSyncer ¶
func NewIdentityStoreSyncer() *IdentityStoreSyncer
func (*IdentityStoreSyncer) GetIdentityContainer ¶ added in v0.3.0
func (s *IdentityStoreSyncer) GetIdentityContainer(ctx context.Context, params map[string]string) (*IdentityContainer, error)
func (*IdentityStoreSyncer) GetIdentityStoreMetaData ¶
func (*IdentityStoreSyncer) SyncIdentityStore ¶
func (s *IdentityStoreSyncer) SyncIdentityStore(ctx context.Context, identityHandler wrappers.IdentityStoreIdentityHandler, configMap *config.ConfigMap) error
Click to show internal directories.
Click to hide internal directories.