Apache CXF API

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

Packages that use AccessToken
org.apache.cxf.rs.security.oauth2.common   
org.apache.cxf.rs.security.oauth2.tokens.bearer   
org.apache.cxf.rs.security.oauth2.tokens.mac   
 

Uses of AccessToken in org.apache.cxf.rs.security.oauth2.common
 

Subclasses of AccessToken in org.apache.cxf.rs.security.oauth2.common
 class ClientAccessToken
          Represents the extended client view of AccessToken.
 class ServerAccessToken
          Server Access Token representation
 

Uses of AccessToken in org.apache.cxf.rs.security.oauth2.tokens.bearer
 

Subclasses of AccessToken in org.apache.cxf.rs.security.oauth2.tokens.bearer
 class BearerAccessToken
          Simple Bearer Access Token implementations
 

Uses of AccessToken in org.apache.cxf.rs.security.oauth2.tokens.mac
 

Subclasses of AccessToken in org.apache.cxf.rs.security.oauth2.tokens.mac
 class MacAccessToken
           
 

Constructors in org.apache.cxf.rs.security.oauth2.tokens.mac with parameters of type AccessToken
MacAuthorizationScheme(HttpRequestProperties props, AccessToken token)
           
 


Apache CXF API

Apache CXF