Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultUAACManager ¶
DefaultUAACManager -
func (*DefaultUAACManager) CreateExternalUser ¶ added in v0.0.42
func (m *DefaultUAACManager) CreateExternalUser(userName, userEmail, externalID, origin string) error
CreateExternalUser -
type Manager ¶
type Manager interface {
//Returns a map keyed and valued by user id. User id is converted to lowercase
ListUsers() (map[string]string, error)
// Returns a map keyed by userid and value as User struct.
// Return an empty map if an error occurs or if there are no users found
UsersByID() (map[string]User, error)
CreateExternalUser(userName, userEmail, externalID, origin string) (err error)
}
Manager -
Click to show internal directories.
Click to hide internal directories.