Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getLdapAdminSecurityPrincipal (1.3 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

        }
    
        default void setLdapAdminSecurityPrincipal(final String value) {
            setSystemProperty(Constants.LDAP_ADMIN_SECURITY_PRINCIPAL, value);
        }
    
        default String getLdapAdminSecurityPrincipal() {
            return getSystemProperty(Constants.LDAP_ADMIN_SECURITY_PRINCIPAL);
        }
    
        default void setLdapAdminSecurityCredentials(final String value) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 85K bytes
    - Viewed (0)
Back to top