MCPcopy Index your code
hub / github.com/cloudfoundry/cli / getAuthEndpoint

Method getAuthEndpoint

cf/api/users.go:364–370  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

362}
363
364func (repo CloudControllerUserRepository) getAuthEndpoint() (string, error) {
365 uaaEndpoint := repo.config.UaaEndpoint()
366 if uaaEndpoint == "" {
367 return "", errors.New(T("UAA endpoint missing from config file"))
368 }
369 return uaaEndpoint, nil
370}
371
372func rolePath(role models.Role) (string, error) {
373 path, found := orgRoleToPathMap[role]

Callers 3

FindAllByUsernameMethod · 0.95
CreateMethod · 0.95
DeleteMethod · 0.95

Calls 2

NewFunction · 0.92
UaaEndpointMethod · 0.65

Tested by

no test coverage detected