From: Erik Brakkee Date: Mon, 10 May 2010 10:28:03 +0000 (+0000) Subject: (no commit message) X-Git-Tag: wamblee-utils-0.7~473 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=225f5d67c047f25de6bd53ae24f120fbc7fee620;p=utils --- diff --git a/security/impl/src/main/resources/hbm/AuthorizationRule.hbm.xml b/security/impl/src/main/resources/hbm/AuthorizationRule.hbm.xml deleted file mode 100644 index 006c0a41..00000000 --- a/security/impl/src/main/resources/hbm/AuthorizationRule.hbm.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/security/impl/src/main/resources/hbm/AuthorizationService.hbm.xml b/security/impl/src/main/resources/hbm/AuthorizationService.hbm.xml deleted file mode 100644 index 4396b6b7..00000000 --- a/security/impl/src/main/resources/hbm/AuthorizationService.hbm.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - select service - from org.wamblee.security.authorization.AbstractAuthorizationService service - where service.name = :name - - - \ No newline at end of file diff --git a/security/impl/src/main/resources/hbm/Group.hbm.xml b/security/impl/src/main/resources/hbm/Group.hbm.xml deleted file mode 100644 index 41e5e6be..00000000 --- a/security/impl/src/main/resources/hbm/Group.hbm.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - from org.wamblee.usermgt.Group grp where grp.name = :name - - - - select count(*) - from org.wamblee.usermgt.Group group - - - \ No newline at end of file diff --git a/security/impl/src/main/resources/hbm/OperationCondition.hbm.xml b/security/impl/src/main/resources/hbm/OperationCondition.hbm.xml deleted file mode 100644 index d5dcbc89..00000000 --- a/security/impl/src/main/resources/hbm/OperationCondition.hbm.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/security/impl/src/main/resources/hbm/OperationCondition.hbm.xmlxx b/security/impl/src/main/resources/hbm/OperationCondition.hbm.xmlxx deleted file mode 100644 index 5fd0562b..00000000 --- a/security/impl/src/main/resources/hbm/OperationCondition.hbm.xmlxx +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/security/impl/src/main/resources/hbm/PathCondition.hbm.xml b/security/impl/src/main/resources/hbm/PathCondition.hbm.xml deleted file mode 100644 index c401372b..00000000 --- a/security/impl/src/main/resources/hbm/PathCondition.hbm.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/security/impl/src/main/resources/hbm/TestAuthorizationRule.hbm.xml b/security/impl/src/main/resources/hbm/TestAuthorizationRule.hbm.xml deleted file mode 100644 index 7f796f58..00000000 --- a/security/impl/src/main/resources/hbm/TestAuthorizationRule.hbm.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/security/impl/src/main/resources/hbm/User.hbm.xml b/security/impl/src/main/resources/hbm/User.hbm.xml deleted file mode 100644 index 3bd4ef57..00000000 --- a/security/impl/src/main/resources/hbm/User.hbm.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - from org.wamblee.usermgt.User user where user.name = :name - - - - select user - from org.wamblee.usermgt.User user - join user.groupSet grp - where grp.name = :name - - - - select count(*) - from org.wamblee.usermgt.User user - - - - \ No newline at end of file diff --git a/security/impl/src/main/resources/hbm/UserCondition.hbm.xml b/security/impl/src/main/resources/hbm/UserCondition.hbm.xml deleted file mode 100644 index 8079cf56..00000000 --- a/security/impl/src/main/resources/hbm/UserCondition.hbm.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/security/impl/src/main/resources/hbm/ehcache.xml b/security/impl/src/main/resources/hbm/ehcache.xml deleted file mode 100644 index ee79950d..00000000 --- a/security/impl/src/main/resources/hbm/ehcache.xml +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/security/impl/src/main/resources/hbm/hibernate.properties b/security/impl/src/main/resources/hbm/hibernate.properties deleted file mode 100644 index 42491b2c..00000000 --- a/security/impl/src/main/resources/hbm/hibernate.properties +++ /dev/null @@ -1,20 +0,0 @@ - -################################################################################### -# dialect -################################################################################### -hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect - -################################################################################### -# debugging settings: Log4j configuration can provide more detail. -################################################################################### -hibernate.show_sql=false - -################################################################################### -# hibernate cache provider -################################################################################### -hibernate.cache.provider=org.hibernate.cache.EhCacheProvider - -################################################################################### -# query cache -################################################################################### -hibernate.cache.use_query_cache=true \ No newline at end of file diff --git a/security/impl/src/main/resources/spring/org.wamblee.security.authorization.xml b/security/impl/src/main/resources/spring/org.wamblee.security.authorization.xml deleted file mode 100644 index b0a79c71..00000000 --- a/security/impl/src/main/resources/spring/org.wamblee.security.authorization.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - DEFAULT - - - 10000 - - - - - - - - - administrators - - - \ No newline at end of file diff --git a/security/impl/src/main/resources/spring/org.wamblee.security.usermgt-repositories.xml b/security/impl/src/main/resources/spring/org.wamblee.security.usermgt-repositories.xml deleted file mode 100644 index c7ad63c1..00000000 --- a/security/impl/src/main/resources/spring/org.wamblee.security.usermgt-repositories.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - properties/org.wamblee.security.ehcache.xml - - - - - users - - - - - .{5,} - INVALID_PASSWORD - Password must have at least 5 characters - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/security/impl/src/main/resources/spring/org.wamblee.security.usermgt.xml b/security/impl/src/main/resources/spring/org.wamblee.security.usermgt.xml deleted file mode 100644 index 443355f9..00000000 --- a/security/impl/src/main/resources/spring/org.wamblee.security.usermgt.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - [a-zA-Z]+[a-zA-Z0-9]* - INVALID_USERNAME - - - - - - - [a-zA-Z]+[a-zA-Z0-9]* - INVALID_GROUPNAME - - - - - - - - - - - - - - org.wamblee.usermgt.UserAdministration - usermanagement-lock-advice - - - - \ No newline at end of file