Class FSPreLogin


  • public class FSPreLogin
    extends Object
    This class has methods for pre login operations.
    • Constructor Detail

      • FSPreLogin

        public FSPreLogin()
    • 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 - the HttpServletRequest object.
        response - the HttpServletResponse object.