Class FSPreLogin
- java.lang.Object
-
- com.sun.identity.federation.login.FSPreLogin
-
public class FSPreLogin extends Object
This class has methods for pre login operations.
-
-
Constructor Summary
Constructors Constructor Description FSPreLogin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoPreLogin(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)Redirects request to URL based on whether a Single Sign-On needs to be done or local Authentication.
-
-
-
Method Detail
-
doPreLogin
public void doPreLogin(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)Redirects request to URL based on whether a Single Sign-On needs to be done or local Authentication. The decision is based on AuthFlag which is set in LocalConfiguration of the provider, presence/absence of Federation Cookie and the presence/absence of OpenAM Session Cookie or/and its validity.- Parameters:
request- theHttpServletRequestobject.response- theHttpServletResponseobject.
-
-