All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AuthenticationUtils The common utility that contains some useful methods aroundAuthentication.DefaultAuthenticationUtils DefaultXSSProcessingOperationTypes The default types of operations supported inXSSRequestProcessingService.SecurityEnhancer Impact theHttpSecuritysetup before aResourceServerConfigurerAdapteris invoked for final endpoint security configuration.SecurityUtilsAutoConfiguration XSSAutoConfiguration XSSConfigurationProperties XSSExceptionAdvisor General exception handler registry for certain XSS-related exceptions.XSSFilter Responsible for wrapping incomingHttpServletRequests withXSSRequestWrapperto ensure request bodies and parameters are free from XSS violations.XSSProcessingResponse A response object returned from theXSSRequestServiceafter processing a request body.XSSRequestParameterProcessingResponse A response object returned from theXSSRequestProcessingServiceafter processing a request parameter and its value(s).XSSRequestParameterValidationException An exception thrown when request parameters fail XSS validation.XSSRequestProcessingService Responsible for performing validation and sanitization on provided values.XSSRequestService Responsible for handling input streams fromXSSRequestWrappers and passing them through XSS validation / sanitizationXSSRequestWrapper A wrapper class forHttpServletRequestWrapperthat provides XSS validation and sanitization.XSSRequestWrapper.ProcessedRequestParameterMapInitializer This mechanism allows for thread-safe, lazy, one-time processing of all request parameters and their values rather than repeatedly within each parameter-related method.XSSServletInputStream An extension ofServletInputStreamused in conjunction withXSSRequestWrapper.