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