Deprecated API


Contents
Deprecated Classes
com.ecyrd.jspwiki.tags.RSSLinkTag
            
com.ecyrd.jspwiki.TranslatorReader
            
 

Deprecated Fields
com.ecyrd.jspwiki.auth.login.AbstractLoginModule.m_previousWikiPrincipals
            
com.ecyrd.jspwiki.auth.login.AbstractLoginModule.m_principalsToOverwrite
            
com.ecyrd.jspwiki.auth.login.AbstractLoginModule.m_principalsToRemove
            
com.ecyrd.jspwiki.auth.login.CookieAssertionLoginModule.PROMPT
            
com.ecyrd.jspwiki.auth.AuthenticationManager.PROP_SECURITY
            
com.ecyrd.jspwiki.auth.AuthenticationManager.SECURITY_CONTAINER
          use AuthenticationManager.SECURITY_OFF instead 
 

Deprecated Methods
com.ecyrd.jspwiki.auth.authorize.GroupDatabase.commit()
          there is no need to call this method because the save and delete methods contain their own commit logic 
com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase.commit()
          there is no need to call this method because the save and delete methods contain their own commit logic 
com.ecyrd.jspwiki.auth.authorize.XMLGroupDatabase.commit()
          there is no need to call this method because the save and delete methods contain their own commit logic 
com.ecyrd.jspwiki.auth.user.UserDatabase.commit()
          there is no need to call this method because the save, rename and delete methods contain their own commit logic 
com.ecyrd.jspwiki.auth.user.AbstractUserDatabase.commit()
          there is no need to call this method because the save, rename and delete methods contain their own commit logic 
com.ecyrd.jspwiki.WikiEngine.getAttachmentURL(String)
            
com.ecyrd.jspwiki.WikiEngine.getEditURL(String)
            
com.ecyrd.jspwiki.auth.user.AbstractUserDatabase.getOldHash(String)
          this method is retained for backwards compatibility purposes; use AbstractUserDatabase.getHash(String) instead 
com.ecyrd.jspwiki.WikiEngine.getPluginSearchPath()
            
com.ecyrd.jspwiki.ui.Editor.getURL()
            
com.ecyrd.jspwiki.event.WikiEngineEvent.getWikiEngine()
          use WikiEngineEvent.getEngine() instead. 
com.ecyrd.jspwiki.auth.AuthenticationManager.login(WikiSession, String, String)
          use AuthenticationManager.login(WikiSession, HttpServletRequest, String, String) instead 
com.ecyrd.jspwiki.WikiEngine.safeGetParameter(ServletRequest, String)
          JSPWiki now requires servlet API 2.3, which has a better way of dealing with this stuff. This will be removed in the near future. 
com.ecyrd.jspwiki.tags.UserCheckTag.setExists(String)
            
com.ecyrd.jspwiki.auth.user.UserProfile.setWikiName(String)
          This method will be removed in a future release. 
com.ecyrd.jspwiki.auth.user.DefaultUserProfile.setWikiName(String)
          This method will be removed in a future release.