Package io.vertigo.connectors.ldap
Class LdapFeatures
- java.lang.Object
-
- io.vertigo.core.node.config.Features<LdapFeatures>
-
- io.vertigo.connectors.ldap.LdapFeatures
-
- All Implemented Interfaces:
io.vertigo.core.lang.Builder<io.vertigo.core.node.config.ModuleConfig>
public final class LdapFeatures extends io.vertigo.core.node.config.Features<LdapFeatures>
Defines LdapConnector module.- Author:
- npiedeloup
-
-
Constructor Summary
Constructors Constructor Description LdapFeatures()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
buildFeatures()
LdapFeatures
withLdap(io.vertigo.core.param.Param... params)
-
-
-
Method Detail
-
withLdap
public LdapFeatures withLdap(io.vertigo.core.param.Param... params)
-
buildFeatures
protected void buildFeatures()
- Specified by:
buildFeatures
in classio.vertigo.core.node.config.Features<LdapFeatures>
-
-