Package org.apache.sling.api.auth

Interface Summary
Authenticator The Authenticator interface defines the service interface which may be used by applications to enforce requests to be authenticated (see Authenticator.login(HttpServletRequest, HttpServletResponse)) or to end enforced authentication (see Authenticator.logout(HttpServletRequest, HttpServletResponse) ).
 

Exception Summary
NoAuthenticationHandlerException The NoAuthenticationHandlerException is thrown to indicate that the Authenticator.login(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method could not find a way to authenticate the request user.
 



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