| 2002-07-08 23:24:07 |
Henning P. Schmiedehausen |
propsals/securityservice/README -
v1.2
propsals/securityservice/security-service.patch -
v1.2
src/java/org/apache/fulcrum/security/BaseSecurityService.java -
v1.2
src/java/org/apache/fulcrum/security/SecurityService.java -
v1.2
src/java/org/apache/fulcrum/security/TurbineSecurity.java -
v1.3
src/java/org/apache/fulcrum/security/impl/db/DBSecurityService.java -
v1.2
src/java/org/apache/fulcrum/security/impl/db/entity/SecurityObject.java -
v1.2
src/java/org/apache/fulcrum/security/impl/db/entity/TurbineUserPeer.java -
v1.3
src/java/org/apache/fulcrum/security/util/AccessControlList.java -
v1.2
Properties for setting the classes of the User, Group, Role and
Permission objects added. Objects are instantiated with a Factory and
can be changed at run time.
Property for configuring the AccessControlList class added,
AccessControlList is now an interface (Warning, if you get
IncompatibleClassChange errors, you have to recompile your application
with the new Fulcrum!) and an implementation is separated and
configureable.
PR:
Obtained from:
Submitted by:
Reviewed by:
|