- setAllowHeaders(String) - Method in class org.jasig.web.filter.SimpleCorsFilter
-
Defaults to "Origin, X-Requested-With, Content-Type, Accept"
This value can be overwritten by any value configured in filter config parameters of web.xml
- setAllowMethod(String) - Method in class org.jasig.web.filter.SimpleCorsFilter
-
Defaults to "POST, GET, PUT, OPTIONS, DELETE, HEAD"
This value can be overwritten by any value configured in filter config parameters of web.xml
- setAllowOrigin(String) - Method in class org.jasig.web.filter.SimpleCorsFilter
-
Defaults to *
This value can be overwritten by any value configured in filter config parameters of web.xml
- setMaxAge(String) - Method in class org.jasig.web.filter.SimpleCorsFilter
-
Defaults to 3600
This value can be overwritten by any value configured in filter config parameters of web.xml
- setPreAuthenticationDetailsSource(PrimaryAttributePortletPreAuthenticatedAuthenticationDetailsSource) - Method in class org.jasig.springframework.security.portlet.authentication.PrimaryAttributePortletAuthenticationValidator
-
- setPrimaryUserAttributesPreference(String) - Method in class org.jasig.springframework.security.portlet.authentication.PrimaryAttributePortletPreAuthenticatedAuthenticationDetailsSource
-
Portlet preference to get the USER_INFO attribute names from.
- SimpleCorsFilter - Class in org.jasig.web.filter
-
Default behavior for this filter is to allow origins from * (ie anywhere).
- SimpleCorsFilter() - Constructor for class org.jasig.web.filter.SimpleCorsFilter
-