Class | Description |
---|---|
ParserPoolHolder |
Class is initialized from the Spring context and allows retrieval of the ParserPool for code
not managed by Spring.
|
SAMLBase<T extends org.opensaml.xml.XMLObject,U> |
Base class for implementing holders for XML objects capable of serialization.
|
SAMLCollection<T extends org.opensaml.xml.XMLObject> |
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.
|
SAMLObject<T extends org.opensaml.xml.XMLObject> |
SAMLObject is a wrapper around XMLObject instances of OpenSAML library As some XMLObjects are stored
inside the HttpSession (which could be potentially sent to another cluster members), we need
mechanism to enable serialization of these instances.
|