Uses of Class
org.nuxeo.ecm.platform.oauth2.OAuth2Error
Packages that use OAuth2Error
-
Uses of OAuth2Error in org.nuxeo.ecm.platform.oauth2
Methods in org.nuxeo.ecm.platform.oauth2 that return OAuth2ErrorModifier and TypeMethodDescriptionstatic OAuth2ErrorOAuth2Error.accessDenied()static OAuth2ErrorOAuth2Error.accessDenied(String description) protected OAuth2ErrorNuxeoOAuth2Servlet.checkClientSecret(String clientSecret) protected OAuth2ErrorNuxeoOAuth2Servlet.checkUserMatchingClient(String clientId) protected OAuth2ErrorNuxeoOAuth2Servlet.checkValidClient(String clientId, String clientSecret, boolean requireSecret) static OAuth2ErrorOAuth2Error.from(NuxeoException e) static OAuth2ErrorOAuth2Error.invalidClient()static OAuth2ErrorOAuth2Error.invalidClient(String description) static OAuth2ErrorOAuth2Error.invalidGrant()static OAuth2ErrorOAuth2Error.invalidGrant(String description) static OAuth2ErrorOAuth2Error.invalidRequest()static OAuth2ErrorOAuth2Error.invalidRequest(String description) static OAuth2ErrorOAuth2Error.invalidRequest(String description, int statusCode) static OAuth2ErrorOAuth2Error.invalidScope()static OAuth2ErrorOAuth2Error.invalidScope(String description) static OAuth2ErrorOAuth2Error.serverError()static OAuth2ErrorOAuth2Error.serverError(String description) static OAuth2ErrorOAuth2Error.temporarilyUnavailable()static OAuth2ErrorOAuth2Error.temporarilyUnavailable(String description) static OAuth2ErrorOAuth2Error.unauthorizedClient()static OAuth2ErrorOAuth2Error.unauthorizedClient(String description) static OAuth2ErrorOAuth2Error.unsupportedGrantType()static OAuth2ErrorOAuth2Error.unsupportedGrantType(String description) static OAuth2ErrorOAuth2Error.unsupportedResponseType()static OAuth2ErrorOAuth2Error.unsupportedResponseType(String description) Methods in org.nuxeo.ecm.platform.oauth2 with parameters of type OAuth2ErrorModifier and TypeMethodDescriptionprotected voidNuxeoOAuth2Servlet.handleError(OAuth2Error error, int status, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Deprecated.since 2021.23, OAuth2Error now contains the status code to give to the responseprotected voidNuxeoOAuth2Servlet.handleError(OAuth2Error error, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) protected voidNuxeoOAuth2Servlet.handleJsonError(OAuth2Error error, jakarta.servlet.http.HttpServletResponse response) -
Uses of OAuth2Error in org.nuxeo.ecm.platform.oauth2.request
Methods in org.nuxeo.ecm.platform.oauth2.request that return OAuth2Error