public class SecurityHeapletFactory extends Object implements HeapletFactory
Constructor and Description |
---|
SecurityHeapletFactory() |
Modifier and Type | Method and Description |
---|---|
Heaplet |
newInstance(Class<?> type)
Returns a new
Heaplet instance that know how to build the given type. |
public SecurityHeapletFactory()
public Heaplet newInstance(Class<?> type)
HeapletFactory
Heaplet
instance that know how to build the given type.newInstance
in interface HeapletFactory
type
- the type that the created heaplet must support.Heaplet
instance that know how to build the given type, may return null
if the given type is not supported by this factory.Copyright © 2014 ForgeRock AS. All rights reserved.