|
Change Return Type boolean to CompletableFuture<Boolean> in method protected abstract isAuthorized(authRole String) : CompletableFuture<Boolean> in class com.yahoo.pulsar.websocket.AbstractWebSocketHandler |
From |
To |
|
Change Return Type boolean to CompletableFuture<Boolean> in method private checkAuthorization(destination DestinationName, role String, action AuthAction) : CompletableFuture<Boolean> in class com.yahoo.pulsar.broker.authorization.AuthorizationManager |
From |
To |
|
Change Return Type boolean to CompletableFuture<Boolean> in method public checkPermission(destination DestinationName, role String, action AuthAction) : CompletableFuture<Boolean> in class com.yahoo.pulsar.broker.authorization.AuthorizationManager |
From |
To |
|
Change Return Type boolean to CompletableFuture<Boolean> in method protected isAuthorized(authRole String) : CompletableFuture<Boolean> in class com.yahoo.pulsar.websocket.ProducerHandler |
From |
To |
|
Change Return Type boolean to CompletableFuture<Boolean> in method protected isAuthorized(authRole String) : CompletableFuture<Boolean> in class com.yahoo.pulsar.websocket.ConsumerHandler |
From |
To |