Apache CXF API

org.apache.cxf.rt.security.claims
Class ClaimCollection

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<Claim>
              extended by org.apache.cxf.rt.security.claims.ClaimCollection
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Claim>, Collection<Claim>, List<Claim>, RandomAccess

public class ClaimCollection
extends ArrayList<Claim>

This holds a collection of Claim Objects.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
ClaimCollection()
           
 
Method Summary
 URI getDialect()
           
 String getDialectPrefix()
           
 void serialize(XMLStreamWriter writer, String prefix, String namespace)
           
 void setDialect(URI dialect)
           
 void setDialectPrefix(String dialectPrefix)
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

ClaimCollection

public ClaimCollection()
Method Detail

getDialect

public URI getDialect()

setDialect

public void setDialect(URI dialect)

serialize

public void serialize(XMLStreamWriter writer,
                      String prefix,
                      String namespace)
               throws XMLStreamException
Throws:
XMLStreamException

getDialectPrefix

public String getDialectPrefix()

setDialectPrefix

public void setDialectPrefix(String dialectPrefix)

Apache CXF API

Apache CXF