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 classAzureActiveDirectoryAttrRepoConfclassJDBCAttrRepoConfclassLDAPAttrRepoConfclassOktaAttrRepoConfclassStubAttrRepoConfclassSyncopeAttrRepoConf -
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 AttrRepoConfAttrRepoTO. getConf()Methods in org.apache.syncope.common.lib.to with parameters of type AttrRepoConf Modifier and Type Method Description voidAttrRepoTO. 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 AttrRepoConfAttrRepo. getConf()Methods in org.apache.syncope.core.persistence.api.entity.am with parameters of type AttrRepoConf Modifier and Type Method Description voidAttrRepo. 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 AttrRepoConfJPAAttrRepo. getConf()Methods in org.apache.syncope.core.persistence.jpa.entity.am with parameters of type AttrRepoConf Modifier and Type Method Description voidJPAAttrRepo. setConf(AttrRepoConf conf)
-