Uses of Class
org.apache.cxf.rs.security.oauth2.common.OAuthError
Packages that use OAuthError
Package
Description
-
Uses of OAuthError in org.apache.cxf.rs.security.oauth2.provider
Methods in org.apache.cxf.rs.security.oauth2.provider that return OAuthErrorConstructors in org.apache.cxf.rs.security.oauth2.provider with parameters of type OAuthErrorModifierConstructorDescriptionOAuthServiceException(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 OAuthErrorModifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.ResponseAbstractTokenService.createErrorResponseFromBean(OAuthError errorBean) protected voidAbstractTokenService.reportInvalidClient(OAuthError error) protected voidAbstractOAuthService.reportInvalidRequestError(OAuthError entity) protected voidAbstractOAuthService.reportInvalidRequestError(OAuthError entity, jakarta.ws.rs.core.MediaType mt)