public class AuthenticatedAuthorizationManager<T> extends java.lang.Object implements ReactiveAuthorizationManager<T>
Modifier and Type | Method and Description |
---|---|
static <T> AuthenticatedAuthorizationManager<T> |
authenticated() |
reactor.core.publisher.Mono<AuthorizationDecision> |
check(reactor.core.publisher.Mono<Authentication> authentication,
T object) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
verify
public reactor.core.publisher.Mono<AuthorizationDecision> check(reactor.core.publisher.Mono<Authentication> authentication, T object)
check
in interface ReactiveAuthorizationManager<T>
public static <T> AuthenticatedAuthorizationManager<T> authenticated()