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

Method ListUsersInOrgForRoleWithNoUAA

cf/api/users.go:44–44  ·  view source on GitHub ↗
(orgGUID string, role models.Role)

Source from the content-addressed store, hash-verified

42 FindByUsername(username string) (user models.UserFields, apiErr error)
43 FindAllByUsername(username string) (users []models.UserFields, apiErr error)
44 ListUsersInOrgForRoleWithNoUAA(orgGUID string, role models.Role) ([]models.UserFields, error)
45 ListUsersInSpaceForRoleWithNoUAA(spaceGUID string, role models.Role) ([]models.UserFields, error)
46 Create(username, password string) (apiErr error)
47 Delete(userGUID string) (apiErr error)

Callers 1

users_test.goFile · 0.65

Implementers 2

FakeUserRepositorycf/api/apifakes/fake_user_repository.g

Calls

no outgoing calls

Tested by

no test coverage detected