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.LdapConnectionStrategy
AbstractLDAPConf. getConnectionStrategy()
static AbstractLDAPConf.LdapConnectionStrategy
AbstractLDAPConf.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 void
AbstractLDAPConf. setConnectionStrategy(AbstractLDAPConf.LdapConnectionStrategy connectionStrategy)
-