aboutsummaryrefslogtreecommitdiffstats
path: root/packages/docker/src/main/docker/docker-files/jboss-configs/configuration/application-roles.properties
blob: de9b0aac0921c717fd68bab8974a3b1c6ca2be2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
# Properties declaration of users roles for the realm 'ApplicationRealm' which is the default realm
# for application services on a new installation.
#
# This includes the following protocols: remote ejb, remote jndi, web, remote jms
#
# Users can be added to this properties file at any time, updates after the server has started
# will be automatically detected.
#
# The format of this file is as follows: -
# username=role1,role2,role3
#
# A utility script is provided which can be executed from the bin folder to add the users: -
# - Linux
#  bin/add-user.sh
#
# - Windows
#  bin\add-user.bat
#
# The following illustrates how an admin user could be defined.
#
#admin=PowerUser,BillingAdmin,
#guest=guest
CSIClient=CSI-Client
CCDClient=CCD-Client
GUIClient=GUI-Client
BPMNClient=BPMN-Client
InfraPortalClient=InfraPortal-Client
MSOClient=MSO-Client
sitecontrol=SiteControl-Client
MSO=AAIEmul-Client
BPELClient=BPEL-Client