File tree Expand file tree Collapse file tree
cics-java-liberty-springboot-link-app/src/main/webapp/WEB-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <web-app xmlns =" https://jakarta.ee/xml/ns/jakartaee"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_0.xsd"
5+ version =" 6.0" >
6+ <display-name >com.ibm.cicsdev.springboot.link</display-name >
7+ <login-config >
8+ <auth-method >BASIC</auth-method >
9+ </login-config >
10+ <security-constraint >
11+ <display-name >com.ibm.cicsdev.springboot.link</display-name >
12+ <web-resource-collection >
13+ <web-resource-name >com.ibm.cicsdev.springboot.link</web-resource-name >
14+ <description >Protection rules for all servlets</description >
15+ <url-pattern >/*</url-pattern >
16+ </web-resource-collection >
17+ <auth-constraint >
18+ <description >All Authenticated users </description >
19+ <role-name >cicsAllAuthenticated</role-name >
20+ </auth-constraint >
21+ </security-constraint >
22+ <security-role >
23+ <description >The CICS cicsAllAuthenticated role</description >
24+ <role-name >cicsAllAuthenticated</role-name >
25+ </security-role >
26+ </web-app >
You can’t perform that action at this time.
0 commit comments