Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAccountMappingField ¶ added in v1.12.0
GetAccountMappingField returns a composite field name for username -> account mapping. It combines username, protocol and oidcClientID to allow context-specific mappings.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager provides an in-process cache for username -> accountName mapping. It is intentionally small and sharded to reduce lock contention.
func NewManager ¶ added in v1.12.0
NewManager creates a new Manager instance.
Click to show internal directories.
Click to hide internal directories.