- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for getLdapAttrInitials (0.13 sec)
-
src/test/java/org/codelibs/fess/entity/FacetQueryViewTest.java
return "mobile"; } @Override public String getLdapAttrCarLicense() { return "carLicense"; } @Override public String getLdapAttrInitials() { return "initials"; } @Override public String getLdapAttrPostOfficeBox() { return "postOfficeBox"; } @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.getLdapAttrPostOfficeBox(), o -> user.setPostOfficeBox(o.toString())); setAttributeValue(result, fessConfig.getLdapAttrInitials(), o -> user.setInitials(o.toString())); setAttributeValue(result, fessConfig.getLdapAttrCarLicense(), o -> user.setCarLicense(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 "mobile"; } @Override public String getLdapAttrCarLicense() { return "carLicense"; } @Override public String getLdapAttrInitials() { return "initials"; } @Override public String getLdapAttrPostOfficeBox() { return "postOfficeBox"; } @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. initials <br> * comment: LDAP attribute for initials. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getLdapAttrInitials(); /** * Get the value for the key 'ldap.attr.carLicense'. <br> * The value is, e.g. carLicense <br> * comment: LDAP attribute for car license.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1)