Package org.keycloak.models
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.
Interface for tasks that compute a result and need access to the
KeycloakSession
.- Author:
- Stefan Guilhen
-
Method Summary
-
Method Details
-
run
Computes a result.- Parameters:
session
- a reference to theKeycloakSession
.- Returns:
- the computed result.
-