Class SerializableOpenSamlObject<T extends org.opensaml.core.xml.XMLObject>
java.lang.Object
se.swedenconnect.opensaml.common.utils.SerializableOpenSamlObject<T>
- Type Parameters:
T
- the type of object being stored
- All Implemented Interfaces:
Serializable
public class SerializableOpenSamlObject<T extends org.opensaml.core.xml.XMLObject>
extends Object
implements Serializable
Utility class for storing OpenSAML objects in a serializable manner.
- Author:
- Martin Lindström
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SerializableOpenSamlObject
Constructor.- Parameters:
object
- the object
-
-
Method Details
-
get
Gets the OpenSAML object.- Returns:
- the OpenSAML object
-