V2 funcha
This commit is contained in:
parent
db61c47a34
commit
e8b93840d1
@ -58,6 +58,8 @@ public class PompierMySql {
|
||||
+ p.getGrade()+ "' );",
|
||||
Statement.RETURN_GENERATED_KEYS);
|
||||
|
||||
|
||||
|
||||
// Recherche de l'identifiant du pompier créé
|
||||
if (status > 0) {
|
||||
ResultSet result = stmt.getGeneratedKeys();
|
||||
|
@ -5,6 +5,7 @@
|
||||
*/
|
||||
package com.test.forms;
|
||||
|
||||
import com.test.beans.Pompier;
|
||||
import com.test.beans.User;
|
||||
import jakarta.servlet.http.HttpServletRequest;
|
||||
import java.sql.Connection;
|
||||
@ -37,14 +38,11 @@ public class AuthentifForm {
|
||||
* @param request
|
||||
* @return true is ok, false sinon
|
||||
*/
|
||||
|
||||
public boolean controlerRole(HttpServletRequest request) {
|
||||
/* Comparaison entre l'utilisateur admin et un utilisateur créé
|
||||
avec le pseudo et le mdp saisi */
|
||||
User ChefCaserne = new User("Michel", "mRANN");
|
||||
User userSaisi = new User( request.getParameter("ztPseudo"),
|
||||
request.getParameter("ztMDP"));
|
||||
boolean isChef = userSaisi.equals(ChefCaserne);
|
||||
|
||||
Pompier p =
|
||||
|
||||
|
||||
// Mise à jour de l'attribut resultat
|
||||
setResultat(isChef ? "Vous êtes chef de caserne" : "Vous n'êtes pas chef de caserne");
|
||||
|
||||
|
@ -12,6 +12,6 @@
|
||||
<title>Chef de caserne</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello World!</h1>
|
||||
<h1>chef caserne</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -12,6 +12,6 @@
|
||||
<title>JSP Page</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello World!</h1>
|
||||
<h1>ModifPompier</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -12,6 +12,6 @@
|
||||
<title>JSP Page</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello World!</h1>
|
||||
<h1>PompierJSP</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<%-- any content can be specified here e.g.: --%>
|
||||
<%@ page pageEncoding="UTF-8" %>
|
||||
<h2></h2>
|
||||
<<img src="image/SDIS-29.png" alt="alt"/>
|
||||
<img src="image/SDIS-29.png" alt="alt"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user