jar

org.springframework.security : spring-security-aspects

Maven & Gradle

Aug 21, 2023
78 usages
8.3k stars

spring-security-aspects · Spring Security

Table Of Contents

Latest Version

Download org.springframework.security : spring-security-aspects JAR file - Latest Versions:

All Versions

Download org.springframework.security : spring-security-aspects JAR file - All Versions:

Version Vulnerabilities Size Updated
6.1.x
6.0.x
5.8.x
5.7.x
5.6.x
5.5.x
5.4.x
5.3.x
5.2.x
5.1.x
5.0.x
4.2.x
4.1.x
4.0.x
3.2.x
3.1.x
3.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-security-aspects-6.1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.springframework.security.access.intercept.aspectj.aspect

├─ org.springframework.security.access.intercept.aspectj.aspect.AnnotationSecurityAspect.class - [JAR]

org.springframework.security.authorization.method.aspectj

├─ org.springframework.security.authorization.method.aspectj.AbstractMethodInterceptorAspect.class - [JAR]

├─ org.springframework.security.authorization.method.aspectj.JoinPointMethodInvocation.class - [JAR]

├─ org.springframework.security.authorization.method.aspectj.PostAuthorizeAspect.class - [JAR]

├─ org.springframework.security.authorization.method.aspectj.PostFilterAspect.class - [JAR]

├─ org.springframework.security.authorization.method.aspectj.PreAuthorizeAspect.class - [JAR]

├─ org.springframework.security.authorization.method.aspectj.PreFilterAspect.class - [JAR]

├─ org.springframework.security.authorization.method.aspectj.SecuredAspect.class - [JAR]

Advertisement