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

Method SetClient

api/uaa/wrapper/uaa_authentication.go:93–95  ·  view source on GitHub ↗

SetClient sets the UAA client that the wrapper will use.

(client UAAClient)

Source from the content-addressed store, hash-verified

91
92// SetClient sets the UAA client that the wrapper will use.
93func (t *UAAAuthentication) SetClient(client UAAClient) {
94 t.client = client
95}
96
97// Wrap sets the connection on the UAAAuthentication and returns itself
98func (t *UAAAuthentication) Wrap(innerconnection uaa.Connection) uaa.Connection {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected