Index

A B C D F G I J M O R S T U W 
All Classes and Interfaces|All Packages

A

AcceptMediaTypeCheckingRequestFilter - Class in org.ow2.authzforce.jaxrs.util
FastInfoset request blocker
AcceptMediaTypeCheckingRequestFilter(Iterable<String>) - Constructor for class org.ow2.authzforce.jaxrs.util.AcceptMediaTypeCheckingRequestFilter
Constructs the filter to allow only specific media types for Accept request header

B

BadRequestExceptionMapper - Class in org.ow2.authzforce.jaxrs.util
JAX-RS ExceptionMapper for BadRequestException
BadRequestExceptionMapper() - Constructor for class org.ow2.authzforce.jaxrs.util.BadRequestExceptionMapper
Default constructor
BadRequestExceptionMapper(int) - Constructor for class org.ow2.authzforce.jaxrs.util.BadRequestExceptionMapper
Constructor

C

cause - Variable in class org.ow2.authzforce.jaxrs.util.JaxbErrorMessage
 
ClientErrorExceptionMapper - Class in org.ow2.authzforce.jaxrs.util
JAX-RS ExceptionMapper for ClientErrorException
ClientErrorExceptionMapper() - Constructor for class org.ow2.authzforce.jaxrs.util.ClientErrorExceptionMapper
 

D

DefaultExceptionMapper - Class in org.ow2.authzforce.jaxrs.util
Default JAX-RS ExceptionMapper for all exceptions not supported by other ExceptionMapper
DefaultExceptionMapper() - Constructor for class org.ow2.authzforce.jaxrs.util.DefaultExceptionMapper
 

F

filter(ContainerRequestContext) - Method in class org.ow2.authzforce.jaxrs.util.AcceptMediaTypeCheckingRequestFilter
 

G

getCause() - Method in class org.ow2.authzforce.jaxrs.util.JaxbErrorMessage
Gets the value of the cause property.
getMessage() - Method in class org.ow2.authzforce.jaxrs.util.JaxbErrorMessage
Gets the value of the message property.
getSize(JSONObject, Class<?>, Type, Annotation[], MediaType) - Method in class org.ow2.authzforce.jaxrs.util.JsonRiJaxrsProvider
 

I

isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.ow2.authzforce.jaxrs.util.JsonRiJaxrsProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.ow2.authzforce.jaxrs.util.JsonRiJaxrsProvider
 

J

JaxbErrorMessage - Class in org.ow2.authzforce.jaxrs.util
JAXB-annotated class representing error message
JaxbErrorMessage() - Constructor for class org.ow2.authzforce.jaxrs.util.JaxbErrorMessage
Required no-arg constructor
JaxbErrorMessage(String, JaxbErrorMessage) - Constructor for class org.ow2.authzforce.jaxrs.util.JaxbErrorMessage
Fully-initialising value constructor
JsonRiJaxrsProvider - Class in org.ow2.authzforce.jaxrs.util
JAX-RS entity provider for JSONObject input/output
JsonRiJaxrsProvider() - Constructor for class org.ow2.authzforce.jaxrs.util.JsonRiJaxrsProvider
Constructs JSON provider using default insecure JSONTokener.
JsonRiJaxrsProvider(Map<String, Schema>) - Constructor for class org.ow2.authzforce.jaxrs.util.JsonRiJaxrsProvider
Constructs JSON provider using default insecure JSONTokener with validation against a given schema depending on the input JSON root property.
JsonRiJaxrsProvider(Map<String, Schema>, int, int, int) - Constructor for class org.ow2.authzforce.jaxrs.util.JsonRiJaxrsProvider
Constructs JSON provider using hardened JSONTokener that checks limits on JSON structures, such as arrays and strings, in order to mitigate content-level attacks.
JsonRiJaxrsProvider(Schema) - Constructor for class org.ow2.authzforce.jaxrs.util.JsonRiJaxrsProvider
Constructs JSON provider using default insecure JSONTokener with single JSON schema validation.
JsonRiJaxrsProvider(Schema, int, int, int) - Constructor for class org.ow2.authzforce.jaxrs.util.JsonRiJaxrsProvider
Constructs JSON provider using hardened JSONTokener that checks limits on JSON structures, such as arrays and strings, in order to mitigate content-level attacks.

M

message - Variable in class org.ow2.authzforce.jaxrs.util.JaxbErrorMessage
 

O

org.ow2.authzforce.jaxrs.util - package org.ow2.authzforce.jaxrs.util
 

R

readFrom(Class<JSONObject>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.ow2.authzforce.jaxrs.util.JsonRiJaxrsProvider
 

S

ServerErrorExceptionMapper - Class in org.ow2.authzforce.jaxrs.util
JAX-RS ExceptionMapper for all 50X server errors
ServerErrorExceptionMapper() - Constructor for class org.ow2.authzforce.jaxrs.util.ServerErrorExceptionMapper
 

T

toResponse(BadRequestException) - Method in class org.ow2.authzforce.jaxrs.util.BadRequestExceptionMapper
 
toResponse(ClientErrorException) - Method in class org.ow2.authzforce.jaxrs.util.ClientErrorExceptionMapper
 
toResponse(ServerErrorException) - Method in class org.ow2.authzforce.jaxrs.util.ServerErrorExceptionMapper
 
toResponse(Throwable) - Method in class org.ow2.authzforce.jaxrs.util.DefaultExceptionMapper
 
toResponse(UnsupportedOperationException) - Method in class org.ow2.authzforce.jaxrs.util.UnsupportedOperationExceptionMapper
 

U

UnsupportedOperationExceptionMapper - Class in org.ow2.authzforce.jaxrs.util
JAX-RS ExceptionMapper for all 50X server errors
UnsupportedOperationExceptionMapper() - Constructor for class org.ow2.authzforce.jaxrs.util.UnsupportedOperationExceptionMapper
 

W

writeTo(JSONObject, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.ow2.authzforce.jaxrs.util.JsonRiJaxrsProvider
 
A B C D F G I J M O R S T U W 
All Classes and Interfaces|All Packages