@Version("1.0.4")
Package org.apache.sling.api.auth
-
Interface Summary Interface Description Authenticator TheAuthenticatorinterface 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)). -
Exception Summary Exception Description NoAuthenticationHandlerException 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.