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. |
Modifier and Type | Class and Description |
---|---|
class |
ExpressionBasedAnnotationAttributeFactory
PrePostInvocationAttributeFactory which interprets the annotation value as
an expression to be evaluated at runtime. |
Constructor and Description |
---|
PrePostAnnotationSecurityMetadataSource(PrePostInvocationAttributeFactory attributeFactory) |
Copyright © 2015. All rights reserved.