Uses of Interface
org.apache.syncope.common.lib.attr.AttrRepoConf
-
-
Uses of AttrRepoConf in org.apache.syncope.client.console.wizards
Fields in org.apache.syncope.client.console.wizards with type parameters of type AttrRepoConf Modifier and Type Field Description protected Model<Class<? extends AttrRepoConf>>
AttrRepoWizardBuilder. attrRepoConfClass
-
Uses of AttrRepoConf in org.apache.syncope.common.lib.attr
Classes in org.apache.syncope.common.lib.attr that implement AttrRepoConf Modifier and Type Class Description class
JDBCAttrRepoConf
class
LDAPAttrRepoConf
class
StubAttrRepoConf
class
SyncopeAttrRepoConf
-
Uses of AttrRepoConf in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return AttrRepoConf Modifier and Type Method Description AttrRepoConf
AttrRepoTO. getConf()
Methods in org.apache.syncope.common.lib.to with parameters of type AttrRepoConf Modifier and Type Method Description void
AttrRepoTO. setConf(AttrRepoConf conf)
-
Uses of AttrRepoConf in org.apache.syncope.core.persistence.api.entity.am
Methods in org.apache.syncope.core.persistence.api.entity.am that return AttrRepoConf Modifier and Type Method Description AttrRepoConf
AttrRepo. getConf()
Methods in org.apache.syncope.core.persistence.api.entity.am with parameters of type AttrRepoConf Modifier and Type Method Description void
AttrRepo. setConf(AttrRepoConf conf)
-
Uses of AttrRepoConf in org.apache.syncope.core.persistence.jpa.entity.am
Methods in org.apache.syncope.core.persistence.jpa.entity.am that return AttrRepoConf Modifier and Type Method Description AttrRepoConf
JPAAttrRepo. getConf()
Methods in org.apache.syncope.core.persistence.jpa.entity.am with parameters of type AttrRepoConf Modifier and Type Method Description void
JPAAttrRepo. setConf(AttrRepoConf conf)
-