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=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..6b69b34c 100644 --- a/security/jpatest/src/test/resources/META-INF/persistence.xml +++ b/security/jpatest/src/test/resources/META-INF/persistence.xml @@ -8,6 +8,19 @@ org.wamblee.usermgt.User org.wamblee.usermgt.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