USER2 definition

USER2 password="PASSWORD2" roles="webservice" /> <!-- SECURITY END! --> Afterwards, we need to configure the web application to be password protected by modifying the web.xml configuration file: <!-- SECURITY START! --> <security-constraint> <web-resource-collection> <web-resource-name>secured services</web-resource-name> <url-pattern>/*</url-pattern> </web-resource-collection> <auth-constraint> <role-name>webservice</role-name> </auth-constraint> </security-constraint> <login-config> <auth-method>BASIC</auth-method> <realm-name>webservice</realm-name> </login-config> <security-role> <description> The role that is required to log in to the Manager Application </description> <role-name>webservice</role-name> </security-role> <!-- SECURITY END! --> Afterwards the web service provider must recompile the web application, deploy it on the server and in some cases restart the Tomcat server. ▇▇▇▇▇▇▇ has a credentials manager to manage, users, passwords, certificates, etc. After the web service has been protected with authentication the user will need to set a user and password on the credentials manager to make requests to that web service. On the other hand, other clients will also need to set the credentials to have access to the web service.

Related to USER2

  • Brand name specification means a specification limited to one or more items by manufacturers’ names or catalogue number.

  • User means a person, department or other administrative unit of the City authorized by the Contract Administrator to order Work under this Contract;

  • Contractor Software means software which is proprietary to the Contractor, including software which is or will be used by the Contractor for the purposes of providing the Services.

  • Brand Name or Equal Specification means a specification which uses one or more manufacturer’s names or catalogue numbers to describe the standard of quality, performance, and other characteristics needed to meet District requirements, and which provides for the submission of equivalent products.

  • pseudonymisation means the processing of personal data in such a manner that the personal data can no longer be attributed to a specific data subject without the use of additional information, provided that such additional information is kept separately and is subject to technical and organisational measures to ensure that the personal data are not attributed to an identified or identifiable natural person;