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 a SecurityInterceptor.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object get​(int index)  
      int length()  
      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator
    • Method Detail

      • length

        int length()
      • get

        java.lang.Object get​(int index)