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 |
---|---|
List<SessionFuture> |
Sessions.executeTask(ExecutorService executor,
Predicate<BearerTokenWithPayload> filter,
Consumer<BearerTokenWithPayload> task) |
List<SessionFuture> |
Sessions.executeTask(ExecutorService executor,
Predicate<BearerTokenWithPayload> filter,
Consumer<BearerTokenWithPayload> task) |
Constructor and Description |
---|
SessionFuture(BearerTokenWithPayload token,
Future<T> future) |
Copyright © 2022. All rights reserved.