X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=security%2Fjpatest%2Fsrc%2Ftest%2Fresources%2FMETA-INF%2Fpersistence.xml;h=6b69b34c7578c544202c39c2e4c2f2f927a1f6a7;hb=c478cc74b468910f649f044b916359a8187af9e8;hp=ef796a490179d81adaa67c1996278e38f6cf213f;hpb=4682a2e38a119dfdbb336029bbcb0f660e9b0233;p=utils diff --git a/security/jpatest/src/test/resources/META-INF/persistence.xml b/security/jpatest/src/test/resources/META-INF/persistence.xml index ef796a49..6b69b34c 100644 --- a/security/jpatest/src/test/resources/META-INF/persistence.xml +++ b/security/jpatest/src/test/resources/META-INF/persistence.xml @@ -8,17 +8,19 @@ org.wamblee.usermgt.User org.wamblee.usermgt.Group - org.wamblee.security.authorization.UserCondition + org.wamblee.security.authorization.AbstractUserCondition org.wamblee.security.authorization.AnyUserCondition org.wamblee.security.authorization.GroupUserCondition - org.wamblee.security.authorization.OperationCondition + org.wamblee.security.authorization.AbstractOperationCondition org.wamblee.security.authorization.IsaOperationCondition - org.wamblee.security.authorization.PathCondition + org.wamblee.security.authorization.AbstractPathCondition org.wamblee.security.authorization.RegexpPathCondition org.wamblee.security.authorization.StartsWithPathCondition - org.wamblee.security.authorization.AuthorizationRule + org.wamblee.security.authorization.AbstractAuthorizationRule org.wamblee.security.authorization.UrlAuthorizationRule org.wamblee.security.authorization.TestAuthorizationRule + org.wamblee.security.authorization.AbstractAuthorizationService + org.wamblee.security.authorization.DefaultAuthorizationService true