Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- allowAllOrigins() - Element in annotation type org.apache.cxf.rs.security.cors.CrossOriginResourceSharing
-
If true, this resource will return
- allowCredentials() - Element in annotation type org.apache.cxf.rs.security.cors.CrossOriginResourceSharing
-
If true, this resource will return
- allowHeaders() - Element in annotation type org.apache.cxf.rs.security.cors.CrossOriginResourceSharing
-
A list of headers that the client may include in an actual request.
- allowOrigins() - Element in annotation type org.apache.cxf.rs.security.cors.CrossOriginResourceSharing
-
A list of permitted origins.
C
- CorsHeaderConstants - Class in org.apache.cxf.rs.security.cors
-
Headers used to implement http://www.w3.org/TR/cors/.
- CrossOriginResourceSharing - Annotation Type in org.apache.cxf.rs.security.cors
-
Attach CORS information to a resource.
- CrossOriginResourceSharingFilter - Class in org.apache.cxf.rs.security.cors
-
A single class that provides both an input and an output filter for CORS, following http://www.w3.org/TR/cors/.
- CrossOriginResourceSharingFilter() - Constructor for class org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter
E
- exposeHeaders() - Element in annotation type org.apache.cxf.rs.security.cors.CrossOriginResourceSharing
-
A list of headers to return in Access-Control-Expose-Headers.
F
- filter(ContainerRequestContext) - Method in class org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter
- filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter
G
- getAllowHeaders() - Method in class org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter
- getAllowOrigins() - Method in class org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter
- getExposeHeaders() - Method in class org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter
- getMaxAge() - Method in class org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter
H
- HEADER_AC_ALLOW_CREDENTIALS - Static variable in class org.apache.cxf.rs.security.cors.CorsHeaderConstants
- HEADER_AC_ALLOW_HEADERS - Static variable in class org.apache.cxf.rs.security.cors.CorsHeaderConstants
- HEADER_AC_ALLOW_METHODS - Static variable in class org.apache.cxf.rs.security.cors.CorsHeaderConstants
- HEADER_AC_ALLOW_ORIGIN - Static variable in class org.apache.cxf.rs.security.cors.CorsHeaderConstants
- HEADER_AC_EXPOSE_HEADERS - Static variable in class org.apache.cxf.rs.security.cors.CorsHeaderConstants
- HEADER_AC_MAX_AGE - Static variable in class org.apache.cxf.rs.security.cors.CorsHeaderConstants
- HEADER_AC_REQUEST_HEADERS - Static variable in class org.apache.cxf.rs.security.cors.CorsHeaderConstants
- HEADER_AC_REQUEST_METHOD - Static variable in class org.apache.cxf.rs.security.cors.CorsHeaderConstants
- HEADER_ORIGIN - Static variable in class org.apache.cxf.rs.security.cors.CorsHeaderConstants
I
- isAllowCredentials() - Method in class org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter
L
- LocalPreflight - Annotation Type in org.apache.cxf.rs.security.cors
-
Controls the implementation of preflight processing on an OPTIONS method.
M
- maxAge() - Element in annotation type org.apache.cxf.rs.security.cors.CrossOriginResourceSharing
-
The value to return in Access-Control-Max-Age.
O
- org.apache.cxf.rs.security.cors - package org.apache.cxf.rs.security.cors
-
CORS
S
- setAllowCredentials(boolean) - Method in class org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter
-
The value for the Access-Control-Allow-Credentials header.
- setAllowHeaders(List<String>) - Method in class org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter
-
The list of allowed headers for preflight checks.
- setAllowOrigins(List<String>) - Method in class org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter
-
The origin strings to allow.
- setBlockCorsIfUnauthorized(boolean) - Method in class org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter
- setDefaultOptionsMethodsHandlePreflight(boolean) - Method in class org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter
-
What to do when a preflight request comes along for a resource that has a handler method for \@OPTIONS and there is no @
CrossResourceSharing(localPreflight = val) annotation on the method. - setExposeHeaders(List<String>) - Method in class org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter
-
A list of non-simple headers to be exposed via Access-Control-Expose-Headers.
- setFindResourceMethod(boolean) - Method in class org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter
- setMaxAge(Integer) - Method in class org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter
-
The value for Access-Control-Max-Age.
- setPreflightErrorStatus(Integer) - Method in class org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter
-
Preflight error response status, default is 200.
All Classes and Interfaces|All Packages|Constant Field Values