Apache CXF API

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

Packages that use ServerAccessToken
org.apache.cxf.rs.security.oauth2.common   
org.apache.cxf.rs.security.oauth2.grants   
org.apache.cxf.rs.security.oauth2.grants.clientcred   
org.apache.cxf.rs.security.oauth2.grants.code   
org.apache.cxf.rs.security.oauth2.grants.owner   
org.apache.cxf.rs.security.oauth2.grants.refresh   
org.apache.cxf.rs.security.oauth2.provider   
org.apache.cxf.rs.security.oauth2.services   
org.apache.cxf.rs.security.oauth2.tokens.bearer   
org.apache.cxf.rs.security.oauth2.tokens.mac   
 

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

Constructors in org.apache.cxf.rs.security.oauth2.common with parameters of type ServerAccessToken
AccessTokenValidation(ServerAccessToken token)
           
 

Uses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.grants
 

Methods in org.apache.cxf.rs.security.oauth2.grants that return ServerAccessToken
protected  ServerAccessToken AbstractGrantHandler.doCreateAccessToken(Client client, UserSubject subject, List<String> requestedScope)
           
 

Uses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.grants.clientcred
 

Methods in org.apache.cxf.rs.security.oauth2.grants.clientcred that return ServerAccessToken
 ServerAccessToken ClientCredentialsGrantHandler.createAccessToken(Client client, javax.ws.rs.core.MultivaluedMap<String,String> params)
           
 

Uses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.grants.code
 

Methods in org.apache.cxf.rs.security.oauth2.grants.code that return ServerAccessToken
 ServerAccessToken AuthorizationCodeGrantHandler.createAccessToken(Client client, javax.ws.rs.core.MultivaluedMap<String,String> params)
           
 

Uses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.grants.owner
 

Methods in org.apache.cxf.rs.security.oauth2.grants.owner that return ServerAccessToken
 ServerAccessToken ResourceOwnerGrantHandler.createAccessToken(Client client, javax.ws.rs.core.MultivaluedMap<String,String> params)
           
 

Uses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.grants.refresh
 

Methods in org.apache.cxf.rs.security.oauth2.grants.refresh that return ServerAccessToken
 ServerAccessToken RefreshTokenGrantHandler.createAccessToken(Client client, javax.ws.rs.core.MultivaluedMap<String,String> params)
           
 

Uses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.provider
 

Methods in org.apache.cxf.rs.security.oauth2.provider that return ServerAccessToken
 ServerAccessToken OAuthDataProvider.createAccessToken(AccessTokenRegistration accessToken)
          Create access token
 ServerAccessToken AccessTokenGrantHandler.createAccessToken(Client client, javax.ws.rs.core.MultivaluedMap<String,String> params)
           
 ServerAccessToken OAuthDataProvider.getAccessToken(String accessToken)
          Get access token
 ServerAccessToken OAuthDataProvider.getPreauthorizedToken(Client client, UserSubject subject, String grantType)
          Get preauthorized access token
 ServerAccessToken OAuthDataProvider.refreshAccessToken(String clientId, String refreshToken)
          Refresh access token
 

Methods in org.apache.cxf.rs.security.oauth2.provider with parameters of type ServerAccessToken
 void OAuthDataProvider.removeAccessToken(ServerAccessToken accessToken)
          Removes the token
 

Uses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.services
 

Methods in org.apache.cxf.rs.security.oauth2.services with parameters of type ServerAccessToken
protected  javax.ws.rs.core.Response ImplicitGrantService.createGrant(javax.ws.rs.core.MultivaluedMap<String,String> params, Client client, String redirectUri, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken)
           
protected abstract  javax.ws.rs.core.Response RedirectionBasedGrantService.createGrant(javax.ws.rs.core.MultivaluedMap<String,String> params, Client client, String redirectUri, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken)
           
protected  javax.ws.rs.core.Response AuthorizationCodeGrantService.createGrant(javax.ws.rs.core.MultivaluedMap<String,String> params, Client client, String redirectUri, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preauthorizedToken)
           
 

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

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

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

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


Apache CXF API

Apache CXF