Uses of Package
com.loomcache.server.security
Packages that use com.loomcache.server.security
Package
Description
-
Classes in com.loomcache.server.security used by com.loomcache.serverClassDescriptionGlobal security hook invoked around external client operations.Layer-4 hook invoked for accepted inbound TCP sockets before LoomCache registers the connection.
-
Classes in com.loomcache.server.security used by com.loomcache.server.networkClassDescriptionLayer-4 hook invoked for accepted inbound TCP sockets before LoomCache registers the connection.
-
Classes in com.loomcache.server.security used by com.loomcache.server.securityClassDescriptionCached authorization state for a connection.Maps TLS certificate Common Names (CN) to permission levels.Permission levels for certificate-based authorization.Role levels for mTLS-based authorization.Decision returned by a
SecurityInterceptorbefore an operation runs.Immutable operation metadata exposed toSecurityInterceptorinstances.Result metadata observed bySecurityInterceptor.after(SecurityOperationContext, SecurityOperationResult). -
Classes in com.loomcache.server.security used by com.loomcache.springboot.config