Uses of Class
org.apache.syncope.common.lib.AbstractLDAPConf.LdapType
-
Packages that use AbstractLDAPConf.LdapType Package Description org.apache.syncope.common.lib -
-
Uses of AbstractLDAPConf.LdapType in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib that return AbstractLDAPConf.LdapType Modifier and Type Method Description AbstractLDAPConf.LdapTypeAbstractLDAPConf. getLdapType()static AbstractLDAPConf.LdapTypeAbstractLDAPConf.LdapType. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractLDAPConf.LdapType[]AbstractLDAPConf.LdapType. 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.LdapType Modifier and Type Method Description voidAbstractLDAPConf. setLdapType(AbstractLDAPConf.LdapType ldapType)
-