Uses of Class
com.jalios.ldap.LDAPUtil.SRVRecord
-
Packages that use LDAPUtil.SRVRecord Package Description com.jalios.ldap Contains Jalios LDAP utility classes. -
-
Uses of LDAPUtil.SRVRecord in com.jalios.ldap
Methods in com.jalios.ldap that return LDAPUtil.SRVRecord Modifier and Type Method Description static LDAPUtil.SRVRecord
LDAPUtil. getFirstSrvRecord(java.lang.String srvRecordName)
Retrieve the first SRV record value for the specified SRV record name.Methods in com.jalios.ldap that return types with arguments of type LDAPUtil.SRVRecord Modifier and Type Method Description static java.util.List<LDAPUtil.SRVRecord>
LDAPUtil. getSrvRecords(java.lang.String srvRecordName)
Retrieve all SRV record values for the specified SRV record name.Methods in com.jalios.ldap with parameters of type LDAPUtil.SRVRecord Modifier and Type Method Description int
LDAPUtil.SRVRecord. compareTo(LDAPUtil.SRVRecord other)
-