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

Method UAA

api/cloudcontroller/ccv3/root.go:89–91  ·  view source on GitHub ↗

UAA returns the HREF of the UAA server.

()

Source from the content-addressed store, hash-verified

87
88// UAA returns the HREF of the UAA server.
89func (info Root) UAA() string {
90 return info.Links.UAA.HREF
91}
92
93// Login returns the HREF of the login server.
94func (info Root) Login() string {

Callers 2

root_test.goFile · 0.80
SetTargetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected