* org.olat.core.id.OLATResourceable, java.lang.String, boolean,
* boolean)
*/
public void init(Identity identity, OLATResourceable ores,
String oresSubPath, boolean isAdmin, boolean isAnonymous) {
CommentAndRatingSecurityCallback callback = new CommentAndRatingDefaultSecurityCallback(
identity, isAdmin, isAnonymous);
init(ores, oresSubPath, callback);
}