public interface AuthorizationRule
Modifier and Type | Method and Description |
---|---|
NotifyFuture<AuthorizationResult> |
authorize(AuthorizationContext context)
Authorizes a requested operation
|
void |
dispose() |
NotifyFuture<AuthorizationResult> authorize(AuthorizationContext context)
null
. The
future will either receive null
if the service
abstains (neither approves nor rejects the request).void dispose()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.