Deprecated API


Contents
Deprecated Interfaces
org.apache.sling.engine.auth.AuthenticationHandler
          use AuthenticationHandler instead 
org.apache.sling.engine.auth.Authenticator
          use AuthenticationSupport instead 
 

Deprecated Classes
org.apache.sling.auth.core.spi.AbstractAuthenticationHandler
          since Bundle 1.0.8; AuthenticationHandler implementations should extend DefaultAuthenticationFeedbackHandler directly and use the utility methods in the AuthUtil class. 
org.apache.sling.engine.auth.AuthenticationInfo
          see AuthenticationHandler 
 

Deprecated Exceptions
org.apache.sling.engine.auth.NoAuthenticationHandlerException
          see Authenticator 
 

Deprecated Methods
org.apache.sling.auth.core.spi.AbstractAuthenticationHandler.getAttributeOrParameter(HttpServletRequest, String, String)
          since Bundle 1.0.8, use AuthUtil.getAttributeOrParameter(HttpServletRequest, String, String) 
org.apache.sling.auth.core.spi.AbstractAuthenticationHandler.getLoginResource(HttpServletRequest, String)
          since Bundle 1.0.8, use AuthUtil.getLoginResource(HttpServletRequest, String) 
org.apache.sling.auth.core.spi.AbstractAuthenticationHandler.isRedirectValid(HttpServletRequest, String)
          This method has been introduced after Bundle release 1.0.6 but has been replaced with AuthUtil.isRedirectValid(HttpServletRequest, String). Use the latter method. 
org.apache.sling.auth.core.spi.AbstractAuthenticationHandler.isValidateRequest(HttpServletRequest)
          since Bundle 1.0.8, use AuthUtil.isValidateRequest(HttpServletRequest) 
org.apache.sling.auth.core.spi.AbstractAuthenticationHandler.sendInvalid(HttpServletRequest, HttpServletResponse)
          since Bundle 1.0.8, use AuthUtil.sendInvalid(HttpServletRequest, HttpServletResponse) 
org.apache.sling.auth.core.spi.AbstractAuthenticationHandler.sendRedirect(HttpServletRequest, HttpServletResponse, String, Map)
          since Bundle 1.0.8, use AuthUtil.sendRedirect(HttpServletRequest, HttpServletResponse, String, Map) 
org.apache.sling.auth.core.spi.AbstractAuthenticationHandler.sendValid(HttpServletResponse)
          since Bundle 1.0.8, use AuthUtil.sendValid(HttpServletResponse) 
org.apache.sling.auth.core.spi.AbstractAuthenticationHandler.setLoginResourceAttribute(HttpServletRequest, String)
          since Bundle 1.0.8, use AuthUtil.setLoginResourceAttribute(HttpServletRequest, String) 
 



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.