- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for getLdapAttrPhysicalDeliveryOfficeName (0.21 seconds)
-
src/test/java/org/codelibs/fess/entity/FacetQueryViewTest.java
} @Override public String getLdapAttrDestinationIndicator() { return "destinationIndicator"; } @Override public String getLdapAttrPhysicalDeliveryOfficeName() { return "physicalDeliveryOfficeName"; } @Override public String getLdapAttrPostalCode() { return "postalCode"; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 17.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/SuggestJobTest.java
} @Override public String getLdapAttrDestinationIndicator() { return "destinationIndicator"; } @Override public String getLdapAttrPhysicalDeliveryOfficeName() { return "physicalDeliveryOfficeName"; } @Override public String getLdapAttrPostalCode() { return "postalCode"; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 31.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
setAttributeValue(result, fessConfig.getLdapAttrPostalCode(), o -> user.setPostalCode(o.toString())); setAttributeValue(result, fessConfig.getLdapAttrPhysicalDeliveryOfficeName(), o -> user.setPhysicalDeliveryOfficeName(o.toString())); setAttributeValue(result, fessConfig.getLdapAttrDestinationIndicator(), o -> user.setDestinationIndicator(o.toString()));
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 02 08:06:20 GMT 2026 - 85.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* comment: LDAP attribute for physical delivery office name. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getLdapAttrPhysicalDeliveryOfficeName(); /** * Get the value for the key 'ldap.attr.destinationIndicator'. <br> * The value is, e.g. destinationIndicator <br> * comment: LDAP attribute for destination indicator.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)