Uses of Class
org.oa4mp.delegation.server.OA2GeneralError
-
Packages that use OA2GeneralError Package Description org.oa4mp.delegation.server This package contains the code that a server will use to implement its delegation abilities. -
-
Uses of OA2GeneralError in org.oa4mp.delegation.server
Subclasses of OA2GeneralError in org.oa4mp.delegation.server Modifier and Type Class Description class
OA2ATException
This is thrown by the AT servlet and is used to construct the response which must include JSON.class
OA2JSONException
Used for exceptions that must be returned as JSON.class
OA2RedirectableError
A standard OIDC error, where there is a valid redirect and the return codes are turned into parameters in the redirect.
-