MCPcopy
hub / github.com/cloudfoundry/cli / CreateUser

Method CreateUser

actor/v7action/uaa_client.go:12–12  ·  view source on GitHub ↗
(username string, password string, origin string)

Source from the content-addressed store, hash-verified

10type UAAClient interface {
11 Authenticate(credentials map[string]string, origin string, grantType constant.GrantType) (string, string, error)
12 CreateUser(username string, password string, origin string) (uaa.User, error)
13 DeleteUser(userGuid string) (uaa.User, error)
14 GetAPIVersion() (string, error)
15 GetLoginPrompts() (map[string][]string, error)

Callers 4

user_test.goFile · 0.65
user_test.goFile · 0.65
user_test.goFile · 0.65
CreateUserMethod · 0.65

Implementers 2

Clientapi/uaa/client.go
FakeUAAClientactor/v7action/v7actionfakes/fake_uaac

Calls

no outgoing calls

Tested by

no test coverage detected