Interface Parameters

All Superinterfaces:
Iterable

public interface Parameters
extends Iterable
This interface is used to pass parameters of a method call to a SecurityInterceptor.
  • Method Details

    • length

      int length()
    • get

      Object get​(int index)