| Package | Description |
|---|---|
| org.picketlink.http.internal.cors |
| Modifier and Type | Method and Description |
|---|---|
static CORSRequestType |
CORSRequestType.detect(javax.servlet.http.HttpServletRequest request)
Detects the CORS type of the specified HTTP request.
|
static CORSRequestType |
CORSRequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CORSRequestType[] |
CORSRequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.