Package org.apache.sling.api.auth

Interface Summary
Authenticator The Authenticator interface defines the service interface which may be used by applications to enfore 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-2011 The Apache Software Foundation. All Rights Reserved.