Package com.sodius.oslc.server.security.services
Servlets and filters for security configuration on server side.
- Since:
- 2.0.0
-
Class Summary Class Description ContentSecurityPolicyFilter Sets in the HTTP response aContent-Security-Policy
header withchild-src
andframe-ancestors
attributes reflecting the OSLC friend applications.LicenseConfigurator Manages the activation and configuration of a licenseLicenseFilter Allows to check license when accessing end-points.LicenseService Manages the edition of the license by an administrator.SameSiteCookies Defines the behavior of shared cookies for which a SameSite policy may be applied.SameSiteCookiesFilter Sets in the HTTP response someSet-Cookie
headers with aSameSite=None
attribute for each shared cookie and each path of delegated UIs and previews of the product.SecurityConfigurationService Provides end-points to read and update the security configuration of the connector, which controls the Content Security Policy (CSP) headers applied to OSLC responses.XSSFilter Prevents XSS attacks by wrapping the HTTP request to check parameters.