Package org.forgerock.openig.heap
Interface DefaultDeclarationProvider
- All Known Implementing Classes:
CoreDefaultDeclarationProvider
,OAuth2DefaultDeclarationProvider
public interface DefaultDeclarationProvider
This interface has to be implemented by each Identity Gateway module that wants to register new default heaplet
declaration to put in the Gateway heap.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final record
A Heaplet declaration definition. -
Method Summary
Modifier and TypeMethodDescriptionReturn every Heaplet declaration to add to the main heap.
-
Method Details
-
defaultDeclarations
Stream<DefaultDeclarationProvider.Declaration> defaultDeclarations()Return every Heaplet declaration to add to the main heap.- Returns:
- The list of heaplets declaration to add to the main heap
-