Apache CXF API

Uses of Class
org.apache.cxf.rs.security.oauth.data.AccessToken

Packages that use AccessToken
org.apache.cxf.rs.security.oauth.data   
org.apache.cxf.rs.security.oauth.filters   
org.apache.cxf.rs.security.oauth.provider   
 

Uses of AccessToken in org.apache.cxf.rs.security.oauth.data
 

Methods in org.apache.cxf.rs.security.oauth.data that return AccessToken
 AccessToken Client.getPreAuthorizedToken()
           
 

Methods in org.apache.cxf.rs.security.oauth.data with parameters of type AccessToken
 void Client.setPreAuthorizedToken(AccessToken preAuthorizedToken)
           
 

Uses of AccessToken in org.apache.cxf.rs.security.oauth.filters
 

Methods in org.apache.cxf.rs.security.oauth.filters that return AccessToken
 AccessToken OAuthInfo.getToken()
           
 

Constructors in org.apache.cxf.rs.security.oauth.filters with parameters of type AccessToken
OAuthInfo(AccessToken token, List<OAuthPermission> matchedPermissions)
           
 

Uses of AccessToken in org.apache.cxf.rs.security.oauth.provider
 

Methods in org.apache.cxf.rs.security.oauth.provider that return AccessToken
 AccessToken OAuthDataProvider.createAccessToken(AccessTokenRegistration reg)
          Creates a new AccessToken
 AccessToken OAuthDataProvider.getAccessToken(String accessToken)
          Returns the AccessToken
 


Apache CXF API

Apache CXF