Deprecated API


Contents
Deprecated Fields
org.apache.wiki.auth.login.AbstractLoginModule.m_previousWikiPrincipals
            
org.apache.wiki.auth.login.AbstractLoginModule.m_principalsToOverwrite
            
org.apache.wiki.auth.login.AbstractLoginModule.m_principalsToRemove
            
org.apache.wiki.auth.login.CookieAssertionLoginModule.PROMPT
            
org.apache.wiki.auth.AuthenticationManager.PROP_SECURITY
            
org.apache.wiki.auth.AuthenticationManager.SECURITY_CONTAINER
          use AuthenticationManager.SECURITY_OFF instead 
 

Deprecated Methods
org.apache.wiki.auth.authorize.XMLGroupDatabase.commit()
          there is no need to call this method because the save and delete methods contain their own commit logic 
org.apache.wiki.auth.authorize.JDBCGroupDatabase.commit()
          there is no need to call this method because the save and delete methods contain their own commit logic 
org.apache.wiki.auth.authorize.GroupDatabase.commit()
          there is no need to call this method because the save and delete methods contain their own commit logic 
org.apache.wiki.auth.user.UserDatabase.commit()
          there is no need to call this method because the save, rename and delete methods contain their own commit logic 
org.apache.wiki.auth.user.AbstractUserDatabase.commit()
          there is no need to call this method because the save, rename and delete methods contain their own commit logic 
org.apache.wiki.WikiEngine.getAttachmentURL(String)
            
org.apache.wiki.WikiEngine.getEditURL(String)
            
org.apache.wiki.auth.user.AbstractUserDatabase.getOldHash(String)
          this method is retained for backwards compatibility purposes; use AbstractUserDatabase.getHash(String) instead 
org.apache.wiki.ui.Editor.getURL()
            
org.apache.wiki.event.WikiEngineEvent.getWikiEngine()
          use WikiEngineEvent.getEngine() instead. 
org.apache.wiki.auth.AuthenticationManager.login(WikiSession, String, String)
          use AuthenticationManager.login(WikiSession, HttpServletRequest, String, String) instead 
org.apache.wiki.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. 
org.apache.wiki.tags.UserCheckTag.setExists(String)
            
org.apache.wiki.auth.user.UserProfile.setWikiName(String)
          This method will be removed in a future release. 
org.apache.wiki.auth.user.DefaultUserProfile.setWikiName(String)
          This method will be removed in a future release. 
 

Deprecated Constructors
org.apache.wiki.auth.UserManager.SaveUserProfileTask(WikiEngine)
          will be removed in 2.10 scope. Consider using #SaveUserProfileTask(WikiEngine, Locale) instead 
 



Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.