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 Details

    • SerializableOpenSamlObject

      public SerializableOpenSamlObject(T object)
      Constructor.
      Parameters:
      object - the object
  • Method Details

    • get

      public T get()
      Gets the OpenSAML object.
      Returns:
      the OpenSAML object