SecurityEvaluationContextExtension implements latest EvaluationContextExtension
Fixes gh-6766
This commit is contained in:
parent
f977a2594d
commit
a6cbc909b6
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2002-2016 the original author or authors.
|
* Copyright 2002-2019 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*/
|
*/
|
||||||
package org.springframework.security.data.repository.query;
|
package org.springframework.security.data.repository.query;
|
||||||
|
|
||||||
import org.springframework.data.repository.query.spi.EvaluationContextExtension;
|
import org.springframework.data.spel.spi.EvaluationContextExtension;
|
||||||
import org.springframework.security.access.expression.SecurityExpressionRoot;
|
import org.springframework.security.access.expression.SecurityExpressionRoot;
|
||||||
import org.springframework.security.core.Authentication;
|
import org.springframework.security.core.Authentication;
|
||||||
import org.springframework.security.core.context.SecurityContext;
|
import org.springframework.security.core.context.SecurityContext;
|
||||||
|
|
Loading…
Reference in New Issue