mardi 5 mai 2015

Can someone please explain to me what is happening in this web.xml file (security-constraints)

xml file and it contains the following snippet:

<security-role>
    <role-name>GROUP_SECURE</role-name>
</security-role>

<security-constraint>
    <web-resource-collection>
        <web-resource-name>The lot</web-resource-name>
            <url-pattern>/services/Service1.Service1Soap11Endpoint/</url-pattern>
    .....
    </web-resource-collection>
    <auth-constraint>
        <role-name>GROUP-SECURE</role-name>
    </auth-constraint>
</security-constraint>

my understanding is users with the role of GROUP-SECURE can access what is in the web-resource-collection shown above, is this correct or does this work differently from how i understand it?




Aucun commentaire:

Enregistrer un commentaire