Class UmaWebException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.WebApplicationException
org.gluu.oxauth.uma.authorization.UmaWebException
- All Implemented Interfaces:
Serializable
public class UmaWebException
extends javax.ws.rs.WebApplicationException
- Author:
- yuriyz on 06/06/2017.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUmaWebException
(String redirectUri, ErrorResponseFactory factory, UmaErrorResponseType error, String state) -
Method Summary
Modifier and TypeMethodDescriptionstatic URI
createErrorUri
(String redirectUri, ErrorResponseFactory factory, UmaErrorResponseType errorType, String state) static javax.ws.rs.core.Response
createRedirectErrorResponse
(String redirectUri, ErrorResponseFactory factory, UmaErrorResponseType errorType, String state) Methods inherited from class javax.ws.rs.WebApplicationException
getResponse
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UmaWebException
public UmaWebException(String redirectUri, ErrorResponseFactory factory, UmaErrorResponseType error, String state)
-
-
Method Details
-
createRedirectErrorResponse
public static javax.ws.rs.core.Response createRedirectErrorResponse(String redirectUri, ErrorResponseFactory factory, UmaErrorResponseType errorType, String state) -
createErrorUri
public static URI createErrorUri(String redirectUri, ErrorResponseFactory factory, UmaErrorResponseType errorType, String state)
-