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