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