Registry / auth / spring-security-aspects

spring-security-aspects

JSON →
library7.1.0javamavenunverified

Aspect-oriented programming support for Spring Security, enabling security annotations like @Secured and @PreAuthorize.

<dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-aspects</artifactId> <version>7.1.0</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-SECURITY-AS
S
spring-security-aspects
authjavav7.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Secured
org.springframework.security.access.annotation.Secured

Use @Secured annotation to secure a method.

import org.springframework.security.access.annotation.Secured; public class Example { @Secured("ROLE_USER") public void securedMethod() { System.out.println("Secured method executed"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
Resources
spring-security-aspects — mvn dependency:get spring-security-aspects · libregistry