Uses of Class
org.apache.syncope.common.lib.AbstractLDAPConf.LdapConnectionStrategy
-
Packages that use AbstractLDAPConf.LdapConnectionStrategy Package Description org.apache.syncope.common.lib -
-
Uses of AbstractLDAPConf.LdapConnectionStrategy in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib that return AbstractLDAPConf.LdapConnectionStrategy Modifier and Type Method Description AbstractLDAPConf.LdapConnectionStrategyAbstractLDAPConf. getConnectionStrategy()static AbstractLDAPConf.LdapConnectionStrategyAbstractLDAPConf.LdapConnectionStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractLDAPConf.LdapConnectionStrategy[]AbstractLDAPConf.LdapConnectionStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.syncope.common.lib with parameters of type AbstractLDAPConf.LdapConnectionStrategy Modifier and Type Method Description voidAbstractLDAPConf. setConnectionStrategy(AbstractLDAPConf.LdapConnectionStrategy connectionStrategy)
-