Top "J-security-check" questions

j_security_check is a default URL in web applications using JAAS, the Java Authentication and Authorization Service, and Spring Security.

Performing user authentication in Java EE / JSF using j_security_check

I'm wondering what the current approach is regarding user authentication for a web application making use of JSF 2.0 (and if …

jsf jakarta-ee authentication jaas j-security-check
How to programmatically login to j_security_check

I have a JSP web application which uses j_security_check. Is it possible to login a specific user to …

java jsp single-sign-on j-security-check
How to perform j_security_check user credentials check in Vaadin?

I have an old web application which I need to migrate to Vaadin. In the old app there is a …

java tomcat authentication vaadin j-security-check
j_security_check redirect

I am learning Java servlets on Tomcat environment. I am learning how to use form based login authentication using j_…

java servlets j-security-check
Form-based Authentication using HttpClient - j_security_check

I'm trying to authenticate myself to a website that uses form-based authentication (e.g., facebook.com) using the Apache HttpClient …

java apache-httpclient-4.x form-authentication j-security-check
j_security_check called directly

I have a web application, and I want the home page to include a login form, among other data. If …

jsf login j-security-check
How to set up a JDBCRealm in Apache Tomcat 7?

I would like that the users (which are allowed to log on to my site) are loaded from a MySQL …

mysql tomcat jdbc jdbcrealm j-security-check
How to get number of connected users and their role using j_security_check?

I get the username of the connected user (using j_security_check) this way, through a managed bean: ...... username = FacesContext.…

jsf java-ee-5 j-security-check userprincipal
ViewExpiredException not thrown on ajax request if JSF page is protected by j_security_check

I have a JSF page which is not protected by j_security_check. I perform the following steps: Open the …

ajax jsf-2 j-security-check viewexpiredexception
Request to j_security_check return 408 error only with right paramters

I want to send request to j_security_check from servlet and get auth cookie from response. Code: String url = "…

tomcat j-security-check http-status-code-408