Home » openjdk-7 » javax.security » auth » [javadoc | source]
javax.security.auth
static class: Subject.SecureSet [javadoc | source]
java.lang.Object
   java.util.AbstractCollection<E>
      java.util.AbstractSet<E>
         javax.security.auth.Subject$SecureSet

All Implemented Interfaces:
    java$io$Serializable, Set, Collection

Prevent modifications unless caller has permission.
Field Summary
 Subject subject     
 LinkedList<E> elements     
Constructor:
 SecureSet(Subject subject,
    int which) 
 SecureSet(Subject subject,
    int which,
    Set<? extends E> set) 
Method from javax.security.auth.Subject$SecureSet Summary:
add,   clear,   contains,   iterator,   remove,   removeAll,   retainAll,   size
Methods from java.util.AbstractSet:
equals,   hashCode,   removeAll
Methods from java.util.AbstractCollection:
add,   addAll,   clear,   contains,   containsAll,   isEmpty,   iterator,   remove,   removeAll,   retainAll,   size,   toArray,   toArray,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.security.auth.Subject$SecureSet Detail:
 public boolean add(E o) 
 public  void clear() 
 public boolean contains(Object o) 
 public Iterator<E> iterator() 
 public boolean remove(Object o) 
 public boolean removeAll(Collection<?> c) 
 public boolean retainAll(Collection<?> c) 
 public int size()