X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=security%2Fjpatest%2Fsrc%2Ftest%2Fresources%2FMETA-INF%2Fpersistence.xml;h=b89bb8d532faa5dc28b754783a7ee45cdb7d458a;hb=03b34d260efda9f7df9fe35a703acd83c0cfe317;hp=58704f7ed85e290bea2cd2ebbbd88bda4594cc15;hpb=a3d78d5f5a1b27b568315b535ab22bc942295a1d;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 58704f7e..b89bb8d5 100644 --- a/security/jpatest/src/test/resources/META-INF/persistence.xml +++ b/security/jpatest/src/test/resources/META-INF/persistence.xml @@ -6,8 +6,21 @@ jdbc/security - org.wamblee.usermgt.User - org.wamblee.usermgt.Group + org.wamblee.security.authentication.User + org.wamblee.security.authentication.Group + org.wamblee.security.authorization.AbstractUserCondition + org.wamblee.security.authorization.AnyUserCondition + org.wamblee.security.authorization.GroupUserCondition + org.wamblee.security.authorization.AbstractOperationCondition + org.wamblee.security.authorization.IsaOperationCondition + org.wamblee.security.authorization.AbstractPathCondition + org.wamblee.security.authorization.RegexpPathCondition + org.wamblee.security.authorization.StartsWithPathCondition + 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