Uses of Class
org.apache.cxf.rs.security.oauth2.common.OAuthError
-
Packages that use OAuthError Package Description 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 Modifier and Type Method Description OAuthErrorOAuthServiceException. getError()Constructors in org.apache.cxf.rs.security.oauth2.provider with parameters of type OAuthError Constructor Description 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 Modifier and Type Method Description protected javax.ws.rs.core.ResponseAbstractTokenService. createErrorResponseFromBean(OAuthError errorBean)protected voidAbstractTokenService. reportInvalidClient(OAuthError error)protected voidAbstractOAuthService. reportInvalidRequestError(OAuthError entity)protected voidAbstractOAuthService. reportInvalidRequestError(OAuthError entity, javax.ws.rs.core.MediaType mt)
-