Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UAAAuthentication ¶
type UAAAuthentication struct {
// contains filtered or unexported fields
}
UAAAuthentication wraps connections and adds authentication headers to all requests
func NewUAAAuthentication ¶
func NewUAAAuthentication(client UAAClient) *UAAAuthentication
NewUAAAuthentication returns a pointer to a UAAAuthentication wrapper with the client set as the AuthenticationStore
func (*UAAAuthentication) Make ¶
func (t *UAAAuthentication) Make(passedRequest cloudcontroller.Request, passedResponse *cloudcontroller.Response) error
Make adds authentication headers to the passed in request and then calls the wrapped connection's Make
func (*UAAAuthentication) Wrap ¶
func (t *UAAAuthentication) Wrap(innerconnection cloudcontroller.Connection) cloudcontroller.Connection
Wrap sets the connection on the UAAAuthentication and returns itself
Directories ¶
Path | Synopsis |
---|---|
This file was generated by counterfeiter
|
This file was generated by counterfeiter |
Click to show internal directories.
Click to hide internal directories.