| Package | Description | 
|---|---|
| org.apache.cxf.rs.security.oauth2.provider | |
| org.apache.cxf.rs.security.oauth2.services | 
| Modifier and Type | Method and Description | 
|---|---|
OAuthError | 
OAuthServiceException.getError()  | 
| Constructor and Description | 
|---|
OAuthServiceException(OAuthError error)  | 
OAuthServiceException(OAuthError error,
                     Throwable cause)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected javax.ws.rs.core.Response | 
AbstractTokenService.createErrorResponseFromBean(OAuthError errorBean)  | 
protected void | 
AbstractTokenService.reportInvalidClient(OAuthError error)  | 
protected void | 
AbstractOAuthService.reportInvalidRequestError(OAuthError entity)  | 
protected void | 
AbstractOAuthService.reportInvalidRequestError(OAuthError entity,
                         javax.ws.rs.core.MediaType mt)  | 
Apache CXF