public interface GridAuthenticationAclProvider
Abstracting access control specification through a provider allows users to implement custom stores for per-user access control specifications, e.g. encrypting them or storing in a separate file.
| Modifier and Type | Method and Description |
|---|---|
Map<GridSecurityCredentials,GridSecurityPermissionSet> |
acl()
Gets per-user access control map.
|
Map<GridSecurityCredentials,GridSecurityPermissionSet> acl() throws GridException
GridException - If failed.Copyright © 2014. All rights reserved.