Apache CXF API

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

Packages that use OAuthError
org.apache.cxf.rs.security.oauth2.provider   
org.apache.cxf.rs.security.oauth2.services   
 

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

Methods in org.apache.cxf.rs.security.oauth2.provider that return OAuthError
 OAuthError OAuthServiceException.getError()
           
 

Constructors in org.apache.cxf.rs.security.oauth2.provider with parameters of type OAuthError
OAuthServiceException(OAuthError error)
           
OAuthServiceException(OAuthError error, Throwable cause)
           
 

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

Methods in org.apache.cxf.rs.security.oauth2.services with parameters of type OAuthError
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 API

Apache CXF