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