Module io.automatiko.engine.api
Package io.automatiko.engine.api.auth
Interface NamedAccessPolicy<T>
- Type Parameters:
T- type of the items the policy apply to
- All Superinterfaces:
AccessPolicy<T>
Extension to the
AccessPolicy that allow to provide custom implementations
that are automatically discovered and registered as AccessPolicies under name given as
identifier-
Method Summary
Methods inherited from interface io.automatiko.engine.api.auth.AccessPolicy
canCreateInstance, canDeleteInstance, canReadInstance, canSignalInstance, canUpdateInstance, visibleTo
-
Method Details
-
identifier
String identifier()
-