| org.springframework.security.access.expression.method.MethodSecurityExpressionHandler |
Known Indirect Subclasses
|
Extended expression-handler facade which adds methods which are specific to securing method invocations.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Filters a target collection or array.
| |||||||||||
Used to inform the expression system of the return object for the given evaluation context.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.springframework.security.access.expression.SecurityExpressionHandler
| |||||||||||
Filters a target collection or array. Only applies to method invocations.
| filterTarget | the array or collection to be filtered. |
|---|---|
| filterExpression | the expression which should be used as the filter condition. If it returns false on evaluation, the object will be removed from the returned collection |
| ctx | the current evaluation context (as created through a call to
createEvaluationContext(org.springframework.security.core.Authentication, Object) |
Used to inform the expression system of the return object for the given evaluation context. Only applies to method invocations.
| returnObject | the return object value |
|---|---|
| ctx | the context within which the object should be set (as created through a call to
createEvaluationContext(org.springframework.security.core.Authentication, Object)
|