Interface | Description |
---|---|
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 | Description |
---|---|
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 © 2010 - 2020 Adobe. All Rights Reserved