parent
28f2f895f1
commit
e932387714
|
@ -27,8 +27,9 @@ import org.springframework.security.core.Authentication;
|
||||||
* authenticated.
|
* authenticated.
|
||||||
*
|
*
|
||||||
* @param <T> The type of object authorization is being performed against. This does not
|
* @param <T> The type of object authorization is being performed against. This does not
|
||||||
|
* matter since the authorization decision does not use the object.
|
||||||
* @author Rob Winch
|
* @author Rob Winch
|
||||||
* @since 5.0 matter since the authorization decision does not use the object.
|
* @since 5.0
|
||||||
*/
|
*/
|
||||||
public class AuthenticatedReactiveAuthorizationManager<T> implements ReactiveAuthorizationManager<T> {
|
public class AuthenticatedReactiveAuthorizationManager<T> implements ReactiveAuthorizationManager<T> {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue