Class SecureList<E>

  • All Implemented Interfaces:
    Iterable<E>, Collection<E>, List<E>

    public class SecureList<E>
    extends Object
    implements List<E>
    SecureList is a wrapper over given List instance providing additional security check. To be able to modify this list, invoking code must have permission given in SecureList's constructor or AllPermission.
    Version:
    $Id: SecureList.java 34360 2009-07-22 23:58:59Z nzamosenchuk $
    Author:
    Nikolay Zamosenchuk