| Package | Description |
|---|---|
| org.springframework.security.access.expression.method |
Implementation of expression-based method security.
|
| org.springframework.security.access.prepost |
Contains the infrastructure classes for handling the
@PreAuthorize, @PreFilter, @PostAuthorize
and @PostFilter annotations. |
| org.springframework.security.config.annotation.method.configuration |
| Class and Description |
|---|
| PostInvocationAttribute
Marker interface for attributes which are created from combined @PostFilter and @PostAuthorize annotations.
|
| PostInvocationAuthorizationAdvice
Performs filtering and authorization logic after a method is invoked.
|
| PreInvocationAttribute
Marker interface for attributes which are created from combined @PreFilter and @PreAuthorize annotations.
|
| PreInvocationAuthorizationAdvice
Performs argument filtering and authorization logic before a method is invoked.
|
| PrePostInvocationAttributeFactory |
| Class and Description |
|---|
| PostInvocationAttribute
Marker interface for attributes which are created from combined @PostFilter and @PostAuthorize annotations.
|
| PostInvocationAuthorizationAdvice
Performs filtering and authorization logic after a method is invoked.
|
| PreInvocationAttribute
Marker interface for attributes which are created from combined @PreFilter and @PreAuthorize annotations.
|
| PreInvocationAuthorizationAdvice
Performs argument filtering and authorization logic before a method is invoked.
|
| PrePostInvocationAttributeFactory |
| Class and Description |
|---|
| PreInvocationAuthorizationAdvice
Performs argument filtering and authorization logic before a method is invoked.
|
Copyright © 2016. All rights reserved.