Class FcrepoAuditTriplestoreConfig
- java.lang.Object
-
- org.fcrepo.camel.common.config.BasePropsConfig
-
- org.fcrepo.camel.audit.triplestore.FcrepoAuditTriplestoreConfig
-
@Configuration @Conditional(org.fcrepo.camel.audit.triplestore.FcrepoAuditTriplestoreConfig.AuditTriplestoreEnabled.class) public class FcrepoAuditTriplestoreConfig extends org.fcrepo.camel.common.config.BasePropsConfig
A configuration class for the audit triplestore service- Author:
- dbernstein
-
-
Constructor Summary
Constructors Constructor Description FcrepoAuditTriplestoreConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEventBaseUri()StringgetFilterContainers()StringgetInputStream()StringgetTriplestoreAuthPassword()StringgetTriplestoreAuthUsername()StringgetTriplestoreBaseUrl()org.apache.camel.component.http.HttpComponenthttp()org.apache.camel.component.http.HttpComponenthttps()org.apache.camel.builder.RouteBuilderroute()
-
-
-
Constructor Detail
-
FcrepoAuditTriplestoreConfig
public FcrepoAuditTriplestoreConfig()
-
-
Method Detail
-
http
@Bean(name="http") public org.apache.camel.component.http.HttpComponent http()
-
https
@Bean(name="https") public org.apache.camel.component.http.HttpComponent https()
-
route
@Bean public org.apache.camel.builder.RouteBuilder route()
-
getTriplestoreBaseUrl
public String getTriplestoreBaseUrl()
-
getTriplestoreAuthPassword
public String getTriplestoreAuthPassword()
-
getTriplestoreAuthUsername
public String getTriplestoreAuthUsername()
-
getFilterContainers
public String getFilterContainers()
-
getEventBaseUri
public String getEventBaseUri()
-
getInputStream
public String getInputStream()
-
-