Uses of Class
org.nuxeo.ecm.platform.oauth2.OAuth2Error
-
Packages that use OAuth2Error Package Description org.nuxeo.ecm.platform.oauth2 org.nuxeo.ecm.platform.oauth2.request -
-
Uses of OAuth2Error in org.nuxeo.ecm.platform.oauth2
Methods in org.nuxeo.ecm.platform.oauth2 that return OAuth2Error Modifier and Type Method Description static OAuth2Error
OAuth2Error. accessDenied()
static OAuth2Error
OAuth2Error. accessDenied(String description)
static OAuth2Error
OAuth2Error. from(NuxeoException e)
static OAuth2Error
OAuth2Error. invalidClient()
static OAuth2Error
OAuth2Error. invalidClient(String description)
static OAuth2Error
OAuth2Error. invalidGrant()
static OAuth2Error
OAuth2Error. invalidGrant(String description)
static OAuth2Error
OAuth2Error. invalidRequest()
static OAuth2Error
OAuth2Error. invalidRequest(String description)
static OAuth2Error
OAuth2Error. invalidRequest(String description, int statusCode)
static OAuth2Error
OAuth2Error. invalidScope()
static OAuth2Error
OAuth2Error. invalidScope(String description)
static OAuth2Error
OAuth2Error. serverError()
static OAuth2Error
OAuth2Error. serverError(String description)
static OAuth2Error
OAuth2Error. temporarilyUnavailable()
static OAuth2Error
OAuth2Error. temporarilyUnavailable(String description)
static OAuth2Error
OAuth2Error. unauthorizedClient()
static OAuth2Error
OAuth2Error. unauthorizedClient(String description)
static OAuth2Error
OAuth2Error. unsupportedGrantType()
static OAuth2Error
OAuth2Error. unsupportedGrantType(String description)
static OAuth2Error
OAuth2Error. unsupportedResponseType()
static OAuth2Error
OAuth2Error. unsupportedResponseType(String description)
Methods in org.nuxeo.ecm.platform.oauth2 with parameters of type OAuth2Error Modifier and Type Method Description protected void
NuxeoOAuth2Servlet. handleError(OAuth2Error error, int status, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Deprecated.since 2021.23, OAuth2Error now contains the status code to give to the responseprotected void
NuxeoOAuth2Servlet. handleError(OAuth2Error error, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
protected void
NuxeoOAuth2Servlet. handleJsonError(OAuth2Error error, javax.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 Modifier and Type Method Description OAuth2Error
AuthorizationRequest. checkError()
-