jvanzyl 01/05/30 16:41:15
Modified: src/java/org/apache/turbine/services/security
SecurityService.java
Log:
- removing references to peers in the interface. i actually pushed all
peer code into the db security service but forgot to remove the
constants. the constants are in the db security service already.
Revision Changes Path
1.20 +1 -7
jakarta-turbine/src/java/org/apache/turbine/services/security/SecurityService.java
Index: SecurityService.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine/src/java/org/apache/turbine/services/security/SecurityService.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- SecurityService.java 2001/04/17 22:51:31 1.19
+++ SecurityService.java 2001/05/30 23:41:12 1.20
@@ -89,7 +89,7 @@
* and directory server as the data backend.<br>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Rafal Krzewski</a>
- * @version $Id: SecurityService.java,v 1.19 2001/04/17 22:51:31 jvanzyl Exp $
+ * @version $Id: SecurityService.java,v 1.20 2001/05/30 23:41:12 jvanzyl Exp $
*/
public interface SecurityService
extends Service
@@ -100,12 +100,6 @@
/** the key within services's properties for user implementation classname
(user.class) */
public static final String USER_CLASS_KEY = "user.class";
- /** the key within services's properties for user implementation classname
(user.class) - Leandro */
- public static final String USER_PEER_CLASS_KEY = "userPeer.class";
-
- /** the default implementation of User interface
(org.apache.turbine.om.security.DBUser) */
- public static final String USER_PEER_CLASS_DEFAULT =
"org.apache.turbine.om.security.peer.TurbineUserPeer";
-
/** the default implementation of User interface
(org.apache.turbine.om.security.DBUser) */
public static final String USER_CLASS_DEFAULT =
"org.apache.turbine.om.security.TurbineUser";
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]