Package | Description |
---|---|
io.strimzi.kafka.oauth.services |
Modifier and Type | Method and Description |
---|---|
BearerTokenWithPayload |
SessionFuture.getToken() |
Modifier and Type | Method and Description |
---|---|
void |
Sessions.put(BearerTokenWithPayload token) |
void |
Sessions.remove(BearerTokenWithPayload token) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SessionFuture> |
Sessions.executeTask(java.util.concurrent.ExecutorService executor,
java.util.function.Predicate<BearerTokenWithPayload> filter,
java.util.function.Consumer<BearerTokenWithPayload> task) |
java.util.List<SessionFuture> |
Sessions.executeTask(java.util.concurrent.ExecutorService executor,
java.util.function.Predicate<BearerTokenWithPayload> filter,
java.util.function.Consumer<BearerTokenWithPayload> task) |
Constructor and Description |
---|
SessionFuture(BearerTokenWithPayload token,
java.util.concurrent.Future<T> future) |
Copyright © 2021. All rights reserved.