File tree Expand file tree Collapse file tree 14 files changed +54
-54
lines changed
openid-connect-server-webapp/src/main/webapp/WEB-INF
uma-server-webapp/src/main/webapp/WEB-INF Expand file tree Collapse file tree 14 files changed +54
-54
lines changed Original file line number Diff line number Diff line change 24
24
xmlns:oauth=" http://www.springframework.org/schema/security/oauth2"
25
25
xmlns:util=" http://www.springframework.org/schema/util"
26
26
xsi:schemaLocation=" http://www.springframework.org/schema/security/oauth2 http://www.springframework.org/schema/security/spring-security-oauth2-2.0.xsd
27
- http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.1 .xsd
27
+ http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.3 .xsd
28
28
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-4.2.xsd
29
- http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.1 .xsd
30
- http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-4.1 .xsd
31
- http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.1 .xsd
32
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.1 .xsd" >
29
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3 .xsd
30
+ http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-4.3 .xsd
31
+ http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.3 .xsd
32
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.3 .xsd" >
33
33
34
34
<!-- Scan for components -->
35
35
<context : component-scan annotation-config =" true" base-package =" org.mitre" />
Original file line number Diff line number Diff line change 23
23
xmlns:security=" http://www.springframework.org/schema/security"
24
24
xmlns:oauth=" http://www.springframework.org/schema/security/oauth2"
25
25
xsi:schemaLocation=" http://www.springframework.org/schema/security/oauth2 http://www.springframework.org/schema/security/spring-security-oauth2-2.0.xsd
26
- http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.1 .xsd
26
+ http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.3 .xsd
27
27
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-4.2.xsd
28
- http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.1 .xsd
29
- http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.1 .xsd
30
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.1 .xsd" >
28
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3 .xsd
29
+ http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.3 .xsd
30
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.3 .xsd" >
31
31
32
32
<!-- validate incoming tokens for JWT assertions -->
33
33
<bean id =" jwtAssertionValidator" class =" org.mitre.jwt.assertion.impl.NullAssertionValidator" />
Original file line number Diff line number Diff line change 23
23
xmlns:security=" http://www.springframework.org/schema/security"
24
24
xmlns:oauth=" http://www.springframework.org/schema/security/oauth2"
25
25
xsi:schemaLocation=" http://www.springframework.org/schema/security/oauth2 http://www.springframework.org/schema/security/spring-security-oauth2-2.0.xsd
26
- http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.1 .xsd
26
+ http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.3 .xsd
27
27
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-4.2.xsd
28
- http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.1 .xsd
29
- http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.1 .xsd
30
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.1 .xsd" >
28
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3 .xsd
29
+ http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.3 .xsd
30
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.3 .xsd" >
31
31
32
32
33
33
<oauth : authorization-server
Original file line number Diff line number Diff line change 23
23
xmlns:security=" http://www.springframework.org/schema/security"
24
24
xmlns:oauth=" http://www.springframework.org/schema/security/oauth2"
25
25
xsi:schemaLocation=" http://www.springframework.org/schema/security/oauth2 http://www.springframework.org/schema/security/spring-security-oauth2-2.0.xsd
26
- http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.1 .xsd
26
+ http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.3 .xsd
27
27
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-4.2.xsd
28
- http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.1 .xsd
29
- http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.1 .xsd
30
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.1 .xsd" >
28
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3 .xsd
29
+ http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.3 .xsd
30
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.3 .xsd" >
31
31
32
32
<bean id =" defaultKeyStore" class =" org.mitre.jose.keystore.JWKSetKeyStore" >
33
33
<property name =" location" value =" classpath:keystore.jwks" />
Original file line number Diff line number Diff line change 18
18
<beans xmlns =" http://www.springframework.org/schema/beans"
19
19
xmlns : jdbc =" http://www.springframework.org/schema/jdbc"
20
20
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
21
- xsi : schemaLocation =" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.1 .xsd
22
- http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc-4.1 .xsd" >
21
+ xsi : schemaLocation =" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3 .xsd
22
+ http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc-4.3 .xsd" >
23
23
24
24
<bean id =" dataSource" class =" com.zaxxer.hikari.HikariDataSource" destroy-method =" close" >
25
25
<property name =" driverClassName" value =" org.hsqldb.jdbcDriver" />
Original file line number Diff line number Diff line change 23
23
xmlns:security=" http://www.springframework.org/schema/security"
24
24
xmlns:oauth=" http://www.springframework.org/schema/security/oauth2"
25
25
xsi:schemaLocation=" http://www.springframework.org/schema/security/oauth2 http://www.springframework.org/schema/security/spring-security-oauth2-2.0.xsd
26
- http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.1 .xsd
26
+ http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.3 .xsd
27
27
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-4.2.xsd
28
- http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.1 .xsd
29
- http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.1 .xsd
30
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.1 .xsd" >
28
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3 .xsd
29
+ http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.3 .xsd
30
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.3 .xsd" >
31
31
32
32
<bean id =" transactionManager" class =" org.springframework.orm.jpa.JpaTransactionManager" >
33
33
<property name =" entityManagerFactory" ref =" entityManagerFactory" />
Original file line number Diff line number Diff line change 23
23
xmlns:security=" http://www.springframework.org/schema/security"
24
24
xmlns:oauth=" http://www.springframework.org/schema/security/oauth2"
25
25
xsi:schemaLocation=" http://www.springframework.org/schema/security/oauth2 http://www.springframework.org/schema/security/spring-security-oauth2-2.0.xsd
26
- http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.1 .xsd
26
+ http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.3 .xsd
27
27
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-4.2.xsd
28
- http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.1 .xsd
29
- http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.1 .xsd
30
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.1 .xsd" >
28
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3 .xsd
29
+ http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.3 .xsd
30
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.3 .xsd" >
31
31
32
32
33
33
<!-- Empty: Override this file in your local project to change configuration options. -->
Original file line number Diff line number Diff line change 23
23
xmlns:security=" http://www.springframework.org/schema/security"
24
24
xmlns:oauth=" http://www.springframework.org/schema/security/oauth2"
25
25
xsi:schemaLocation=" http://www.springframework.org/schema/security/oauth2 http://www.springframework.org/schema/security/spring-security-oauth2-2.0.xsd
26
- http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.1 .xsd
26
+ http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.3 .xsd
27
27
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-4.2.xsd
28
- http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.1 .xsd
29
- http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.1 .xsd
30
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.1 .xsd" >
28
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3 .xsd
29
+ http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.3 .xsd
30
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.3 .xsd" >
31
31
32
32
<bean id =" configBean" class =" org.mitre.openid.connect.config.ConfigurationPropertiesBean" >
33
33
Original file line number Diff line number Diff line change 23
23
xmlns:security=" http://www.springframework.org/schema/security"
24
24
xmlns:oauth=" http://www.springframework.org/schema/security/oauth2"
25
25
xsi:schemaLocation=" http://www.springframework.org/schema/security/oauth2 http://www.springframework.org/schema/security/spring-security-oauth2-2.0.xsd
26
- http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.1 .xsd
26
+ http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.3 .xsd
27
27
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-4.2.xsd
28
- http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.1 .xsd
29
- http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.1 .xsd
30
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.1 .xsd" >
28
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3 .xsd
29
+ http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.3 .xsd
30
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.3 .xsd" >
31
31
32
32
<!-- This file has been left blank -->
33
33
<!-- Feel free to override this by using a maven overlay. -->
Original file line number Diff line number Diff line change 18
18
<beans xmlns =" http://www.springframework.org/schema/beans"
19
19
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
20
20
xmlns:task=" http://www.springframework.org/schema/task"
21
- xsi:schemaLocation=" http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task-4.1 .xsd
22
- http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.1 .xsd" >
21
+ xsi:schemaLocation=" http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task-4.3 .xsd
22
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3 .xsd" >
23
23
24
24
<!-- Configuration for scheduled tasks -->
25
25
<task : scheduler id =" taskScheduler" pool-size =" 10" />
You can’t perform that action at this time.
0 commit comments