public interface AuthorizationProvider
| Modifier and Type | Method and Description |
|---|---|
boolean |
addAuthorization(RemoteApplicationRequest request)
Instructs the provider to add its own authorization to the req.
|
boolean addAuthorization(RemoteApplicationRequest request)
request - the RemoteApplicationRequest with which to add authorizationtrue if authorization was able to be added the the request and false if it was not.