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

Struct UAAAuthentication

api/cloudcontroller/wrapper/uaa_authentication.go:34–38  ·  view source on GitHub ↗

UAAAuthentication wraps connections and adds authentication headers to all requests

Source from the content-addressed store, hash-verified

32// UAAAuthentication wraps connections and adds authentication headers to all
33// requests
34type UAAAuthentication struct {
35 connection cloudcontroller.Connection
36 client UAAClient
37 cache TokenCache
38}
39
40// NewUAAAuthentication returns a pointer to a UAAAuthentication wrapper with
41// the client and a token cache.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected