Package com.hazelcast.security
Interface Parameters
-
- All Superinterfaces:
java.lang.Iterable
public interface Parameters extends java.lang.Iterable
This interface is used to pass parameters of a method call to aSecurityInterceptor
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
get(int index)
int
length()
-