Deprecated API


Contents
Deprecated Interfaces
com.atlassian.seraph.cookie.CookieEncoder
          replaced by the RememberMeService code 
com.atlassian.seraph.cookie.CookieHandler
          replaced by the RememberMeService code 
 

Deprecated Classes
com.atlassian.seraph.cookie.CookieFactory
          replaced by the RememberMeService code 
com.atlassian.seraph.util.CookieUtils
          use a CookieHandler, CookieEncoder or CookieDecoder instead. 
com.atlassian.seraph.cookie.DefaultCookieHandler
          replaced by the RememberMeService code 
com.atlassian.seraph.cookie.EncryptedCookieEncoder
          replaced by the RememberMeService code 
com.atlassian.seraph.auth.GroupRoleMapper
          You should extend SimpleAbstractRoleMapper, or implement RoleMapper directly. Deprecated since v2.2 
com.atlassian.seraph.cookie.InsecureCookieEncoder
          replaced by the RememberMeService code 
 

Deprecated Fields
com.atlassian.seraph.filter.BaseLoginFilter.ALREADY_FILTERED
          use SecurityUtils.isSeraphFilteringDisabled(javax.servlet.ServletRequest) or SecurityUtils.disableSeraphFiltering(javax.servlet.ServletRequest) 
com.atlassian.seraph.auth.Authenticator.DEFAULT_AUTHENTICATOR
          DefaultAuthenticator is no longer a concrete class and there should be no reason to use this constant. Since v2.4.0 
 

Deprecated Methods
com.atlassian.seraph.cookie.InsecureCookieEncoder.decodePasswordCookie(String)
          only here to support CookieUtils.decodePasswordCookie(String) 
com.atlassian.seraph.util.CookieUtils.decodePasswordCookie(String)
          Since 0.10, use CookieEncoder instead 
com.atlassian.seraph.util.CookieUtils.decodePasswordCookie(String, String)
          Since 0.10, use CookieEncoder instead 
com.atlassian.seraph.cookie.InsecureCookieEncoder.encodePasswordCookie(String, String)
          only here to support CookieUtils.encodePasswordCookie(String, String) 
com.atlassian.seraph.util.CookieUtils.encodePasswordCookie(String, String)
          Since 0.10, use CookieEncoder instead 
com.atlassian.seraph.util.CookieUtils.encodePasswordCookie(String, String, String)
          Since 0.10, use CookieEncoder instead 
com.atlassian.seraph.util.CookieUtils.getCookie(HttpServletRequest, String)
          Since 0.10, use CookieHandler instead 
com.atlassian.seraph.config.SecurityConfig.getCookieEncoding()
          replaced by the RememberMeService code 
com.atlassian.seraph.util.CookieUtils.getCookieValue(HttpServletRequest, String)
          Since 0.10, use CookieHandler instead 
com.atlassian.seraph.filter.BaseLoginFilter.getFilterConfig()
          Not needed in latest version of Servlet 2.3 API 
com.atlassian.seraph.util.CookieUtils.invalidateCookie(HttpServletRequest, HttpServletResponse, String)
          Since 0.10, use CookieHandler instead 
com.atlassian.seraph.util.CookieUtils.invalidateCookie(HttpServletRequest, HttpServletResponse, String, String)
          Since 0.10, use CookieHandler instead 
com.atlassian.seraph.auth.DefaultAuthenticator.isUserInRole(HttpServletRequest, String)
          Use RoleMapper directly 
com.atlassian.seraph.auth.Authenticator.isUserInRole(HttpServletRequest, String)
          Use RoleMapper directly 
com.atlassian.seraph.auth.AbstractAuthenticator.isUserInRole(HttpServletRequest, String)
          Use RoleMapper directly 
com.atlassian.seraph.util.CookieUtils.setCookie(HttpServletRequest, HttpServletResponse, String, String, int, String)
          Since 0.10, use CookieHandler instead 
com.atlassian.seraph.filter.BaseLoginFilter.setFilterConfig(FilterConfig)
          Not needed in latest version of Servlet 2.3 API - replaced by init(). 
 

Deprecated Constructors
com.atlassian.seraph.config.ConfigurationException()
          please provide some information via another constructor 
 



Copyright © 2013 Atlassian. All Rights Reserved.