Uses of Class
org.oa4mp.delegation.server.OA2RedirectableError
-
Packages that use OA2RedirectableError Package Description org.oa4mp.delegation.server This package contains the code that a server will use to implement its delegation abilities.org.oa4mp.server.loader.oauth2.servlet -
-
Uses of OA2RedirectableError in org.oa4mp.delegation.server
Constructors in org.oa4mp.delegation.server with parameters of type OA2RedirectableError Constructor Description OA2ATException(OA2RedirectableError error)
OA2GeneralError(OA2RedirectableError error)
Convert a redirectable error to a general one.OA2JSONException(OA2RedirectableError error)
-
Uses of OA2RedirectableError in org.oa4mp.server.loader.oauth2.servlet
Methods in org.oa4mp.server.loader.oauth2.servlet with parameters of type OA2RedirectableError Modifier and Type Method Description protected void
OA2ExceptionHandler. handleOA2Error(OA2RedirectableError oa2RedirectableError, javax.servlet.http.HttpServletResponse response)
-