public class SSLAuth extends PasswdAuth
Constructor and Description |
---|
SSLAuth() |
Modifier and Type | Method and Description |
---|---|
void |
redirectToNonSSL(HttpServletRequest req,
HttpServletResponse res)
this method redirects to the wanted page
|
void |
sendLoginRequest(HttpServletRequest req,
HttpServletResponse res)
This method is called by the server, when authorization is required and
the client must be requested for login information.
|
void |
setAuthorizationCookie(HttpServletRequest req,
HttpServletResponse res)
Answers the request from the login mask.
|
checkUser
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
logoutRedirect
public void sendLoginRequest(HttpServletRequest req, HttpServletResponse res) throws Exception
HttpAuth
sendLoginRequest
in interface HttpAuth
sendLoginRequest
in class PasswdAuth
req
- the HTTP Requestres
- the HTTP Response, where the HTML-page must be written to.Exception
public void setAuthorizationCookie(HttpServletRequest req, HttpServletResponse res) throws Exception
PasswdAuth
setAuthorizationCookie
in class PasswdAuth
Exception
public void redirectToNonSSL(HttpServletRequest req, HttpServletResponse res) throws Exception
Exception
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.