- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for getLdapAttrMobile (0.07 sec)
-
src/test/java/org/codelibs/fess/entity/FacetQueryViewTest.java
return "l"; } @Override public String getLdapAttrPostalAddress() { return "postalAddress"; } @Override public String getLdapAttrMobile() { return "mobile"; } @Override public String getLdapAttrCarLicense() { return "carLicense"; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 17.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
setAttributeValue(result, fessConfig.getLdapAttrCarLicense(), o -> user.setCarLicense(o.toString())); setAttributeValue(result, fessConfig.getLdapAttrMobile(), o -> user.setMobile(o.toString())); setAttributeValue(result, fessConfig.getLdapAttrPostalAddress(), o -> user.setPostalAddress(o.toString()));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 82K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/SuggestJobTest.java
return "l"; } @Override public String getLdapAttrPostalAddress() { return "postalAddress"; } @Override public String getLdapAttrMobile() { return "mobile"; } @Override public String getLdapAttrCarLicense() { return "carLicense"; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 31.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* The value is, e.g. mobile <br> * comment: LDAP attribute for mobile. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getLdapAttrMobile(); /** * Get the value for the key 'ldap.attr.postalAddress'. <br> * The value is, e.g. postalAddress <br> * comment: LDAP attribute for postal address.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1)