public class OltuOAuth2ClientFacade
This class implements an OAuth2 three-legged authorization using the third party library Oltu.
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | void | applyAccessToken(OAuth2Profile profile, HttpRequestBase request, java.lang.String requestContent) | 
|  | void | refreshAccessToken(OAuth2Profile profile) | 
|  | void | requestAccessToken(OAuth2Profile profile) | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |