Apache CXF API

Uses of Class
org.apache.cxf.rs.security.oauth2.common.ClientAccessToken

Packages that use ClientAccessToken
org.apache.cxf.rs.security.oauth2.client   
 

Uses of ClientAccessToken in org.apache.cxf.rs.security.oauth2.client
 

Methods in org.apache.cxf.rs.security.oauth2.client that return ClientAccessToken
static ClientAccessToken OAuthClientUtils.fromMapToClientToken(Map<String,String> map)
           
static ClientAccessToken OAuthClientUtils.fromMapToClientToken(Map<String,String> map, String defaultTokenType)
           
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, AccessTokenGrant grant)
          Obtains the access token from OAuth AccessToken Service using the initialized web client
static ClientAccessToken OAuthClientUtils.getAccessToken(WebClient accessTokenService, AccessTokenGrant grant, Map<String,String> extraParams)
          Obtains the access token from OAuth AccessToken Service using the initialized web client
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
static ClientAccessToken OAuthClientUtils.getAccessToken(WebClient accessTokenService, OAuthClientUtils.Consumer consumer, AccessTokenGrant grant, Map<String,String> extraParams, boolean setAuthorizationHeader)
          Obtains the access token from OAuth AccessToken Service using the initialized web client
static ClientAccessToken OAuthClientUtils.getAccessToken(WebClient accessTokenService, OAuthClientUtils.Consumer consumer, AccessTokenGrant grant, Map<String,String> extraParams, String defaultTokenType, boolean setAuthorizationHeader)
          Obtains the access token from OAuth AccessToken Service using the initialized web client
 

Methods in org.apache.cxf.rs.security.oauth2.client with parameters of type ClientAccessToken
static String OAuthClientUtils.createAuthorizationHeader(ClientAccessToken accessToken)
          Creates OAuth Authorization header with Bearer scheme
static String OAuthClientUtils.createAuthorizationHeader(ClientAccessToken accessToken, HttpRequestProperties httpProps)
          Creates OAuth Authorization header with the scheme that may require an access to the current HTTP request properties
 


Apache CXF API

Apache CXF