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