public class FunctionExecutionAccessControl extends Object implements com.gemstone.gemfire.security.AccessControl
| Constructor and Description |
|---|
FunctionExecutionAccessControl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
authorizeOperation(String regionName,
com.gemstone.gemfire.cache.operations.OperationContext context) |
void |
close() |
static com.gemstone.gemfire.security.AccessControl |
create() |
void |
init(Principal principal,
com.gemstone.gemfire.distributed.DistributedMember remoteMember,
com.gemstone.gemfire.cache.Cache cache) |
public static com.gemstone.gemfire.security.AccessControl create()
public boolean authorizeOperation(String regionName, com.gemstone.gemfire.cache.operations.OperationContext context)
authorizeOperation in interface com.gemstone.gemfire.security.AccessControlpublic void init(Principal principal, com.gemstone.gemfire.distributed.DistributedMember remoteMember, com.gemstone.gemfire.cache.Cache cache) throws com.gemstone.gemfire.security.NotAuthorizedException
init in interface com.gemstone.gemfire.security.AccessControlcom.gemstone.gemfire.security.NotAuthorizedExceptionpublic void close()
close in interface com.gemstone.gemfire.cache.CacheCallbackCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.