Package org.apache.sling.api.auth
@Version("1.0.4")
package org.apache.sling.api.auth
-
ClassDescriptionThe
Authenticatorinterface defines the service interface which may be used by applications to enforce requests to be authenticated (seeAuthenticator.login(HttpServletRequest, HttpServletResponse)) or to end enforced authentication (seeAuthenticator.logout(HttpServletRequest, HttpServletResponse)).TheNoAuthenticationHandlerExceptionis thrown to indicate that theAuthenticator.login(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)method could not find a way to authenticate the request user.