[Yanel-commits] rev 44126 - public/yanel/trunk/src/core/java/org/wyona/yanel/core/map

michi at wyona.com michi at wyona.com
Tue Aug 11 12:02:04 CEST 2009


Author: michi
Date: 2009-08-11 12:02:04 +0200 (Tue, 11 Aug 2009)
New Revision: 44126

Modified:
   public/yanel/trunk/src/core/java/org/wyona/yanel/core/map/Realm.java
Log:
commented stuff removed

Modified: public/yanel/trunk/src/core/java/org/wyona/yanel/core/map/Realm.java
===================================================================
--- public/yanel/trunk/src/core/java/org/wyona/yanel/core/map/Realm.java	2009-08-11 09:29:55 UTC (rev 44125)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/core/map/Realm.java	2009-08-11 10:02:04 UTC (rev 44126)
@@ -47,16 +47,6 @@
     public static String DEFAULT_REPOSITORY_FACTORY_BEAN_ID = "DefaultRepositoryFactory";
 
     /**
-     * Init realm
-     */
-    //public Realm(String name, String id, String mountPoint, File configFile) throws Exception;
-
-    /**
-     * Configure realm based on configuration
-     */
-    //protected void configure(Configuration config) throws Exception;
-
-    /**
      * Name of realm
      */
     public String getName();
@@ -107,11 +97,6 @@
     public String getProxyPrefix();
 
     /**
-     *
-     */
-    public String toString();
-
-    /**
      * Get data repository of realm
      */
     public Repository getRepository() throws Exception;
@@ -195,11 +180,6 @@
     public void destroy() throws Exception;
 
     /**
-     * Get Default WebAuthenticator
-     */
-    //private WebAuthenticator getDefaultWebAuthenticator() throws Exception;
-    
-    /**
      * Gets the value of the i18n-catalogue config element.
      * This value normally is a URI pointing to an i18n message catalogue. 
      * @return i18n catalogue



More information about the Yanel-commits mailing list