Skip to content

Commit

Permalink
Add LDAP component to configs
Browse files Browse the repository at this point in the history
  • Loading branch information
msavy committed Jan 6, 2016
1 parent a377cdb commit ef95d9e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Expand Up @@ -63,6 +63,7 @@ apiman-gateway.connector-factory=io.apiman.gateway.platforms.servlet.connectors.
apiman-gateway.policy-factory=io.apiman.gateway.engine.policy.PolicyFactoryImpl
apiman-gateway.components.IPolicyFailureFactoryComponent=io.apiman.gateway.platforms.servlet.PolicyFailureFactoryComponent
apiman-gateway.components.IBufferFactoryComponent=io.apiman.gateway.engine.impl.ByteBufferFactoryComponent
apiman-gateway.components.ILdapComponent=io.apiman.gateway.engine.impl.DefaultLdapComponent

# ---------------------------------------------------------------------
# Connector factory options
Expand Down
6 changes: 5 additions & 1 deletion gateway/platforms/vertx3/vertx3/src/conf/conf.json
Expand Up @@ -39,8 +39,12 @@
"class": "io.apiman.gateway.engine.impl.InMemoryMetrics",
"config": {}
},

"components": {
"ILdapComponent": {
"class": "io.apiman.gateway.engine.impl.DefaultLdapComponent",
"config": {}
},

"IHttpClientComponent": {
"class": "io.apiman.gateway.platforms.vertx3.components.HttpClientComponentImpl",
"config": {}
Expand Down
Expand Up @@ -24,6 +24,7 @@ apiman-gateway.connector-factory=io.apiman.gateway.platforms.servlet.connectors.
apiman-gateway.policy-factory=io.apiman.gateway.engine.policy.PolicyFactoryImpl
apiman-gateway.components.IPolicyFailureFactoryComponent=io.apiman.gateway.platforms.servlet.PolicyFailureFactoryComponent
apiman-gateway.components.IBufferFactoryComponent=io.apiman.gateway.engine.impl.ByteBufferFactoryComponent
apiman-gateway.components.ILdapComponent=io.apiman.gateway.engine.impl.DefaultLdapComponent

# Consider setting this to a more sensible path
apiman-gateway.plugin-registry.pluginsDir=./apiman/plugins
Expand Down

0 comments on commit ef95d9e

Please sign in to comment.