Uses of Interface
io.strimzi.kafka.oauth.common.BearerTokenWithPayload
Packages that use BearerTokenWithPayload
-
Uses of BearerTokenWithPayload in io.strimzi.kafka.oauth.services
Methods in io.strimzi.kafka.oauth.services that return BearerTokenWithPayloadModifier and TypeMethodDescriptionSessionFuture.getToken()Get aBearerTokenWithPayloadobject representing a sessionMethods in io.strimzi.kafka.oauth.services with parameters of type BearerTokenWithPayloadModifier and TypeMethodDescriptionvoidSessions.put(BearerTokenWithPayload token) Put a new token object into sessions cachevoidSessions.remove(BearerTokenWithPayload token) Remove a token from sessions cacheMethod parameters in io.strimzi.kafka.oauth.services with type arguments of type BearerTokenWithPayloadModifier and TypeMethodDescriptionList<SessionFuture<?>>Sessions.executeTask(ExecutorService executor, Predicate<BearerTokenWithPayload> filter, Consumer<BearerTokenWithPayload> task) Iterate over all active sessions (represented by stored token objects) applying a filter and submit a task to the passed executor for each passing token.List<SessionFuture<?>>Sessions.executeTask(ExecutorService executor, Predicate<BearerTokenWithPayload> filter, Consumer<BearerTokenWithPayload> task) Iterate over all active sessions (represented by stored token objects) applying a filter and submit a task to the passed executor for each passing token.<T> List<T>Sessions.map(Function<BearerTokenWithPayload, T> mapper) Get a list of objects retrieved by applying the passed mapping function to the current active sessions set.Constructors in io.strimzi.kafka.oauth.services with parameters of type BearerTokenWithPayloadModifierConstructorDescriptionSessionFuture(BearerTokenWithPayload token, Future<T> future) Create a new instance