Class SecureSet<E>

java.lang.Object
org.exoplatform.commons.utils.secure.SecureSet<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>

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