Uses of Interface
org.forgerock.openam.sm.ConnectionConfig
-
Packages that use ConnectionConfig Package Description org.forgerock.openam.sm Contains classes around the Service Manager layer and some of their configuration.org.forgerock.openam.sm.datalayer.impl.ldap org.forgerock.openam.sm.utils A collection of utility functions to be used by the service management layer. -
-
Uses of ConnectionConfig in org.forgerock.openam.sm
Classes in org.forgerock.openam.sm that implement ConnectionConfig Modifier and Type Class Description classServerGroupConfigurationRepresents the configuration information for a server group.Methods in org.forgerock.openam.sm that return ConnectionConfig Modifier and Type Method Description ConnectionConfigConnectionConfigFactory. getConfig(ConnectionType connectionType)Get an instance of the configuration to be used for generating a ConnectionPool.Constructors in org.forgerock.openam.sm with parameters of type ConnectionConfig Constructor Description ConnectionConfigFactory(ConnectionConfig datalayerConfig, ConnectionConfig externalTokenConfig, LdapDataLayerConfiguration dataLayerConfiguration, ConfigurationValidator validator)Guice initialised constructor. -
Uses of ConnectionConfig in org.forgerock.openam.sm.datalayer.impl.ldap
Classes in org.forgerock.openam.sm.datalayer.impl.ldap that implement ConnectionConfig Modifier and Type Class Description classExternalLdapConfigModels the external configuration of the LDAP data store.Methods in org.forgerock.openam.sm.datalayer.impl.ldap that return ConnectionConfig Modifier and Type Method Description ConnectionConfigExternalConnectionConfigProvider. get() -
Uses of ConnectionConfig in org.forgerock.openam.sm.utils
Methods in org.forgerock.openam.sm.utils with parameters of type ConnectionConfig Modifier and Type Method Description voidConfigurationValidator. validate(ConnectionConfig config)Indicates that the configuration passes a range of validation requirements and should be considered appropriate for use by a Connection Pool.
-