Uses of Class
org.opensaml.core.xml.util.AbstractSingletonFactory
-
Packages that use AbstractSingletonFactory Package Description org.opensaml.core.xml.util Utility classes for working with XML, XMLObjects, and various data types. -
-
Uses of AbstractSingletonFactory in org.opensaml.core.xml.util
Subclasses of AbstractSingletonFactory in org.opensaml.core.xml.util Modifier and Type Class Description classAbstractSimpleSingletonFactory<Input,Output>A simple implementation ofSingletonFactory.classAbstractWrappedSingletonFactory<Input,Output>An implementation ofSingletonFactory, which provides some support for handling cases where the output class instance holds a reference to the input class instance.
-