Interface DispatchTargetValidator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An instance that validates whether a
DispatchTarget is valid or not.
A Dispatcher can implement this interface to guarantee that the
DispatchTarget objects that are handled by nevisFIDO are valid. For example, a
Dispatcher requiring encryption could validate that the DispatchTarget has
an encryption key, or that the format of the target is correct.
-
Method Summary
-
Method Details
-
validate
-