angela created OAK-6038:
---------------------------
Summary: Drop dependency of spi.security.* tests from
AbstractSecurityTest
Key: OAK-6038
URL: https://issues.apache.org/jira/browse/OAK-6038
Project: Jackrabbit Oak
Issue Type: Improvement
Components: core
Reporter: angela
the {{AbstractSecurityTest}} provides the setup of an Oak content repository
that relies on the default implementation of the various security modules. In
the light of modularization efforts I would like to refactor those security
related tests in oak.spi.security.* that depend on {{AbstractSecurityTest}} as
they should not require a particular implementation.
This currently affects the following classes:
-
org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlTest.java
-
org.apache.jackrabbit.oak.spi.security.authorization.restriction.AbstractRestrictionProviderTest.java
-
org.apache.jackrabbit.oak.spi.security.authorization.restriction.CompositeRestrictionProviderTest.java
-
org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBitsProviderTest.java
- org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBitsTest.java
-
org.apache.jackrabbit.oak.spi.security.user.action.AccessControlActionTest.java
-
org.apache.jackrabbit.oak.spi.security.user.action.ClearMembershipActionTest.java
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)