Interface KeycloakSessionTaskWithResult<V>

Type Parameters:
V - the type of the computed result.
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface KeycloakSessionTaskWithResult<V>
Interface for tasks that compute a result and need access to the KeycloakSession.
Author:
Stefan Guilhen
  • Method Summary

    Modifier and Type
    Method
    Description
    Computes a result.
  • Method Details