Package org.apache.geode.cache.query.security
package org.apache.geode.cache.query.security
-
ClassDescriptionAn immutable and thread-safe
MethodInvocationAuthorizerthat allows any method execution that follows the design patterns for accessor methods described in the JavaBean specification 1.01; that is, any method whose name begins with 'get' or 'is'.The root interface that should be implemented by method invocation authorizer instances.An immutable and thread-safeMethodInvocationAuthorizerthat only allows the execution of those methods matching the configured regular expression.The default, immutable and thread-safeMethodInvocationAuthorizerused by Geode to determine whether aMethodis allowed to be executed on a specificObjectinstance.An immutable and thread-safeMethodInvocationAuthorizerthat allows any method execution as long as the target object does not belong to a Geode package, or does belong but it's marked as safe (seeRestrictedMethodAuthorizer.isAllowedGeodeMethod(Method, Object)).