Package org.apache.syncope.wa.bootstrap
Class PropertySourceMapper
- java.lang.Object
-
- org.apache.syncope.wa.bootstrap.PropertySourceMapper
-
- Direct Known Subclasses:
AttrRepoPropertySourceMapper,AuthModulePropertySourceMapper
public abstract class PropertySourceMapper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description PropertySourceMapper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfill(org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties props, org.apache.syncope.common.lib.AbstractJDBCConf conf)protected voidfill(org.apereo.cas.configuration.model.support.ldap.AbstractLdapSearchProperties props, org.apache.syncope.common.lib.AbstractLDAPConf conf)protected static Map<String,Object>prefix(String prefix, Map<String,Object> map)
-
-
-
Method Detail
-
fill
protected void fill(org.apereo.cas.configuration.model.support.ldap.AbstractLdapSearchProperties props, org.apache.syncope.common.lib.AbstractLDAPConf conf)
-
fill
protected void fill(org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties props, org.apache.syncope.common.lib.AbstractJDBCConf conf)
-
-