JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
F
G
H
I
L
O
S
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
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.
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.
C
F
G
H
I
L
O
S
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Apache CXF