Interface SecurityContextManager.ResultAwareProducer<T>
- All Superinterfaces:
- Serializable
- Enclosing interface:
- SecurityContextManager
- 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 static interface SecurityContextManager.ResultAwareProducer<T>
extends Serializable
Producer of a value that is 
Serializable and operates under given OperationResult.- 
Method Summary
- 
Method Details- 
getT get(@NotNull @NotNull OperationResult result) throws SchemaException, CommunicationException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException 
 
-