|
@@ -650,9 +650,6 @@ public interface FessConfig extends FessEnv, org.codelibs.fess.mylasta.direction
|
|
/** The key of the configuration. e.g. groupOfNames */
|
|
/** The key of the configuration. e.g. groupOfNames */
|
|
String LDAP_ADMIN_GROUP_OBJECT_CLASSES = "ldap.admin.group.object.classes";
|
|
String LDAP_ADMIN_GROUP_OBJECT_CLASSES = "ldap.admin.group.object.classes";
|
|
|
|
|
|
- /** The key of the configuration. e.g. {SHA256} */
|
|
|
|
- String LDAP_ADMIN_DIGEST_ALGORISM_PREFIX = "ldap.admin.digest.algorism.prefix";
|
|
|
|
-
|
|
|
|
/**
|
|
/**
|
|
* Get the value of property as {@link String}.
|
|
* Get the value of property as {@link String}.
|
|
* @param propertyKey The key of the property. (NotNull)
|
|
* @param propertyKey The key of the property. (NotNull)
|
|
@@ -2586,13 +2583,6 @@ public interface FessConfig extends FessEnv, org.codelibs.fess.mylasta.direction
|
|
*/
|
|
*/
|
|
String getLdapAdminGroupObjectClasses();
|
|
String getLdapAdminGroupObjectClasses();
|
|
|
|
|
|
- /**
|
|
|
|
- * Get the value for the key 'ldap.admin.digest.algorism.prefix'. <br>
|
|
|
|
- * The value is, e.g. {SHA256} <br>
|
|
|
|
- * @return The value of found property. (NotNull: if not found, exception but basically no way)
|
|
|
|
- */
|
|
|
|
- String getLdapAdminDigestAlgorismPrefix();
|
|
|
|
-
|
|
|
|
/**
|
|
/**
|
|
* The simple implementation for configuration.
|
|
* The simple implementation for configuration.
|
|
* @author FreeGen
|
|
* @author FreeGen
|
|
@@ -3601,9 +3591,5 @@ public interface FessConfig extends FessEnv, org.codelibs.fess.mylasta.direction
|
|
public String getLdapAdminGroupObjectClasses() {
|
|
public String getLdapAdminGroupObjectClasses() {
|
|
return get(FessConfig.LDAP_ADMIN_GROUP_OBJECT_CLASSES);
|
|
return get(FessConfig.LDAP_ADMIN_GROUP_OBJECT_CLASSES);
|
|
}
|
|
}
|
|
-
|
|
|
|
- public String getLdapAdminDigestAlgorismPrefix() {
|
|
|
|
- return get(FessConfig.LDAP_ADMIN_DIGEST_ALGORISM_PREFIX);
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|