"Fossies" - the Fresh Open Source Software Archive

Member "geoserver-2.23.1/src/community/saml/src/test/resources/org/geoserver/security/auth/AbstractAuthenticationProviderTest-context.xml" (22 May 2023, 895 Bytes) of package /linux/www/geoserver-2.23.1.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) XML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 <?xml version="1.0" encoding="UTF-8"?>
    2 <!-- Copyright 2016 Open Source Geospatial Foundation. All rights reserved. 
    3     This code is licensed under the GPL 2.0 license, available at the root application 
    4     directory. -->
    5 <beans xmlns="http://www.springframework.org/schema/beans"
    6     xmlns:sec="http://www.springframework.org/schema/security" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    7     xmlns:context="http://www.springframework.org/schema/context"
    8     xsi:schemaLocation="http://www.springframework.org/schema/beans
    9           http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
   10           http://www.springframework.org/schema/security
   11           http://www.springframework.org/schema/security/spring-security-3.0.4.xsd
   12           http://www.springframework.org/schema/context 
   13           http://www.springframework.org/schema/context/spring-context-3.1.xsd">
   14 
   15 </beans>