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

Method SetClient

api/router/wrapper/uaa_authentication.go:77–79  ·  view source on GitHub ↗

SetClient sets the UAA client that the wrapper will use.

(client UAAClient)

Source from the content-addressed store, hash-verified

75
76// SetClient sets the UAA client that the wrapper will use.
77func (t *UAAAuthentication) SetClient(client UAAClient) {
78 t.client = client
79}
80
81// Wrap sets the connection on the UAAAuthentication and returns itself
82func (t *UAAAuthentication) Wrap(innerconnection router.Connection) router.Connection {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected