Uses of Package
com.loomcache.springboot.security
Packages that use com.loomcache.springboot.security
Package
Description
-
Classes in com.loomcache.springboot.security used by com.loomcache.springboot.configClassDescriptionApplies browser process isolation headers consistently to REST and actuator responses.Issues short-lived HMAC-signed JWTs for authenticated REST principals.Rejects mutating REST data operations while the cluster is in PASSIVE read-only mode.Controls which diagnostic endpoints remain public on the REST surface.BLK-2026-04-22-008: in-process token-bucket rate limiter for the REST surface.Configuration for REST request rate limiting.Tracks consecutive REST authentication failures and temporary user lockouts.Configuration for REST user lockout after consecutive authentication failures.Blocks REST data operations that would otherwise access embedded-node state outside the binary/Raft path.Controls whether REST endpoints may invoke local data-structure APIs.Applies no-store cache headers to sensitive REST responses.
-
Classes in com.loomcache.springboot.security used by com.loomcache.springboot.controllerClassDescriptionIssues short-lived HMAC-signed JWTs for authenticated REST principals.Response body returned by
POST /token. -
Classes in com.loomcache.springboot.security used by com.loomcache.springboot.securityClassDescriptionConfiguration for the opt-in REST JWT issuer.Issues short-lived HMAC-signed JWTs for authenticated REST principals.BLK-2026-04-22-008: in-process token-bucket rate limiter for the REST surface.Tracks consecutive REST authentication failures and temporary user lockouts.Configuration for REST user lockout after consecutive authentication failures.Controls whether REST endpoints may invoke local data-structure APIs.Response body returned by
POST /token.