Package org.forgerock.am.trees.api
Interface NodeConfigurationFactory
public interface NodeConfigurationFactory
A factory for creating node configurations.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
Node configuration. -
Method Summary
Modifier and TypeMethodDescriptiongetNodeConfig
(Class<? extends Node> nodeClass) Returns the SMS service configuration for the given node class.
-
Method Details
-
getNodeConfig
Returns the SMS service configuration for the given node class.- Parameters:
nodeClass
- The node class.- Returns:
- The configuration.
-