Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for given_name (0.09 sec)

  1. src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsUserCQ.java

        }
    
        public void setGivenName_Equal(String givenName) {
            setGivenName_Term(givenName, null);
        }
    
        public void setGivenName_Equal(String givenName, ConditionOptionCall<TermQueryBuilder> opLambda) {
            setGivenName_Term(givenName, opLambda);
        }
    
        public void setGivenName_Term(String givenName) {
            setGivenName_Term(givenName, null);
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 326.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. sn */
        String LDAP_ATTR_SURNAME = "ldap.attr.surname";
    
        /** The key of the configuration. e.g. givenName */
        String LDAP_ATTR_GIVEN_NAME = "ldap.attr.givenName";
    
        /** The key of the configuration. e.g. employeeNumber */
        String LDAP_ATTR_EMPLOYEE_NUMBER = "ldap.attr.employeeNumber";
    
        /** The key of the configuration. e.g. mail */
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 468.5K bytes
    - Viewed (1)
Back to top