com.hazelcast.security
Interface Parameters

All Superinterfaces:
Iterable

public interface Parameters
extends Iterable

This interface used to pass parameters of a method call to a SecurityInterceptor


Method Summary
 Object get(int index)
           
 int length()
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

length

int length()

get

Object get(int index)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.