- All Implemented Interfaces:
- java.io.Serializable
public class SAMLCollection<T extends org.opensaml.xml.XMLObject>
extends SAMLBase<T,java.util.List<T>>
SAMLCollection is a wrapper around a collection od XMLObject instances of OpenSAML library As some collections of
XMLObjects are stored inside the HttpSession (which could be potentially sent to another cluster member), we need
mechanism to enable serialization of these instances.
- Author:
- Mandus Elfving, Vladimir Schafer
- See Also:
- Serialized Form