JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
OpenIG 4.0.0 API
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.forgerock.util
Interface Factory<T>
Type Parameters:
T
- The type of object created by this factory.
All Known Implementing Classes:
TemporaryStorage
public interface
Factory
<T>
A factory interface.
Method Summary
Methods
Modifier and Type
Method and Description
T
newInstance
()
Creates and returns a new object instance.
Method Detail
newInstance
T
newInstance
()
Creates and returns a new object instance.
Returns:
The new object instance.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
OpenIG 4.0.0 API
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright 2011-2015 ForgeRock AS.