Uses of Class
org.apache.syncope.common.lib.AbstractLDAPConf
-
Packages that use AbstractLDAPConf Package Description org.apache.syncope.common.lib.attr org.apache.syncope.common.lib.auth org.apache.syncope.wa.bootstrap.mapping -
-
Uses of AbstractLDAPConf in org.apache.syncope.common.lib.attr
Subclasses of AbstractLDAPConf in org.apache.syncope.common.lib.attr Modifier and Type Class Description class
LDAPAttrRepoConf
-
Uses of AbstractLDAPConf in org.apache.syncope.common.lib.auth
Subclasses of AbstractLDAPConf in org.apache.syncope.common.lib.auth Modifier and Type Class Description static class
GoogleMfaAuthModuleConf.LDAP
class
LDAPAuthModuleConf
static class
SpnegoAuthModuleConf.LDAP
static class
X509AuthModuleConf.LDAP
Methods in org.apache.syncope.common.lib.auth that return AbstractLDAPConf Modifier and Type Method Description AbstractLDAPConf
GoogleMfaAuthModuleConf. ldapInstance()
AbstractLDAPConf
LDAPDependantAuthModuleConf. ldapInstance()
AbstractLDAPConf
SpnegoAuthModuleConf. ldapInstance()
AbstractLDAPConf
X509AuthModuleConf. ldapInstance()
-
Uses of AbstractLDAPConf in org.apache.syncope.wa.bootstrap.mapping
Methods in org.apache.syncope.wa.bootstrap.mapping with parameters of type AbstractLDAPConf Modifier and Type Method Description protected void
PropertySourceMapper. fill(org.apereo.cas.configuration.model.support.ldap.AbstractLdapSearchProperties props, AbstractLDAPConf conf)
-