|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AccessTokenGrant | |
|---|---|
| org.apache.cxf.rs.security.oauth2.client | |
| org.apache.cxf.rs.security.oauth2.grants.code | |
| Uses of AccessTokenGrant in org.apache.cxf.rs.security.oauth2.client |
|---|
| Methods in org.apache.cxf.rs.security.oauth2.client with parameters of type AccessTokenGrant | |
|---|---|
static ClientAccessToken |
OAuthClientUtils.getAccessToken(String accessTokenServiceUri,
OAuthClientUtils.Consumer consumer,
AccessTokenGrant grant,
boolean setAuthorizationHeader)
Obtains the access token from OAuth AccessToken Service |
static ClientAccessToken |
OAuthClientUtils.getAccessToken(WebClient accessTokenService,
OAuthClientUtils.Consumer consumer,
AccessTokenGrant grant)
Obtains the access token from OAuth AccessToken Service using the initialized web client |
static ClientAccessToken |
OAuthClientUtils.getAccessToken(WebClient accessTokenService,
OAuthClientUtils.Consumer consumer,
AccessTokenGrant grant,
boolean setAuthorizationHeader)
Obtains the access token from OAuth AccessToken Service using the initialized web client |
| Uses of AccessTokenGrant in org.apache.cxf.rs.security.oauth2.grants.code |
|---|
| Classes in org.apache.cxf.rs.security.oauth2.grants.code that implement AccessTokenGrant | |
|---|---|
class |
AuthorizationCodeGrant
Base Authorization Code Grant representation, captures the code and the redirect URI this code has been returned to, visible to the client |
class |
ServerAuthorizationCodeGrant
The Authorization Code Grant representation visible to the server |
|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||