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=f2d8ca1f9b49facc17944e1fe54ec5e226de16b9;hpb=bac5a4d56e975847a52e497bf2777c89b66aebfc;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 f2d8ca1f..b89bb8d5 100644 --- a/security/jpatest/src/test/resources/META-INF/persistence.xml +++ b/security/jpatest/src/test/resources/META-INF/persistence.xml @@ -6,16 +6,21 @@ jdbc/security - org.wamblee.usermgt.User - org.wamblee.usermgt.Group - org.wamblee.security.authorization.UserCondition + 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.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.AbstractAuthorizationRule + org.wamblee.security.authorization.UrlAuthorizationRule + org.wamblee.security.authorization.TestAuthorizationRule + org.wamblee.security.authorization.AbstractAuthorizationService + org.wamblee.security.authorization.DefaultAuthorizationService true