Package de.valtech.aecu.startuphook
Class RuntimeHelper
- java.lang.Object
-
- de.valtech.aecu.startuphook.RuntimeHelper
-
public final class RuntimeHelper extends Object
Checks if a composite node store is in place (using approach from AC Tool).
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisCompositeNodeStore(javax.jcr.Session session)If a user has permissions on "/" but does not have the capability to create nodes under "/libs" then it is assumed to be a composite node store.
-
-
-
Method Detail
-
isCompositeNodeStore
public static boolean isCompositeNodeStore(javax.jcr.Session session)
If a user has permissions on "/" but does not have the capability to create nodes under "/libs" then it is assumed to be a composite node store.- Parameters:
session- session- Returns:
- is composite node store
- See Also:
- OAK-6563
-
-