platform-help-home/infocenter_secure_access.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2, Wed Apr 20 18:15:30 2005 UTC revision 1.3, Thu May 19 04:05:55 2005 UTC
# Line 94  Line 94 
94           * Creates a realm appropriate for authenticating           * Creates a realm appropriate for authenticating
95           * using the path specified in the userDefFile parameter.           * using the path specified in the userDefFile parameter.
96           *           *
97           * @see org.eclipse.tomcat.extensions.IRealmFactory#createRealm(org.eclipse.tomcat.extensions.ConfigurationInfo[])           * @see org.eclipse.tomcat.internal.extensions.IRealmFactory#createRealm()
98           */           */
99          public Realm createRealm() {          public Realm createRealm() {
100                  MemoryRealm retVal = new MemoryRealm();                  MemoryRealm retVal = new MemoryRealm();

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3