-
-
Notifications
You must be signed in to change notification settings - Fork 279
Expand file tree
/
Copy pathtomcat-users.xml
More file actions
17 lines (14 loc) · 691 Bytes
/
tomcat-users.xml
File metadata and controls
17 lines (14 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<tomcat-users xmlns="http://tomcat.apache.org/xml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd"
version="1">
<!-- Roles para a aplicação Turkish Airlines -->
<role rolename="Manager"/>
<role rolename="Admin"/>
<role rolename="Customer"/>
<!-- Usuários com suas respectivas roles -->
<user username="haris@admin.com" password="a" roles="Admin"/>
<user username="haris@manager.com" password="m" roles="Manager"/>
<user username="shariq@customer.com" password="c" roles="Customer"/>
</tomcat-users>