Package org.openremote.manager.event
Interface EventSubscriptionAuthorizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Authorizes event subscriptions.
Note that authorization might fail because the client doesn't have the necessary permissions. It might also fail if the subscription is invalid, for example, if a required filter is not supplied or if the filter is not valid.
-
Method Summary
-
Method Details