Mercurial > lada > lada-server
annotate src/test/resources/arquillian.xml @ 546:b691c8697e6f openid
Implement pseudo session based on OpenID nonce
The nonce contains the date by definition so this can
be used to limit the max age of authentication responses.
This commit also contains some cleanups.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 26 Feb 2015 15:35:13 +0100 |
parents | 7d527bff842a |
children | 4d4bbacb04e3 |
rev | line source |
---|---|
434
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
2 <!-- |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
3 JBoss, Home of Professional Open Source |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
4 Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
5 contributors by the @authors tag. See the copyright.txt in the |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
6 distribution for a full listing of individual contributors. |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
7 |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
8 Licensed under the Apache License, Version 2.0 (the "License"); |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
9 you may not use this file except in compliance with the License. |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
10 You may obtain a copy of the License at |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
11 http://www.apache.org/licenses/LICENSE-2.0 |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
12 Unless required by applicable law or agreed to in writing, software |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
13 distributed under the License is distributed on an "AS IS" BASIS, |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
15 See the License for the specific language governing permissions and |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
16 limitations under the License. |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
17 --> |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
18 <arquillian xmlns="http://jboss.org/schema/arquillian" |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
20 xsi:schemaLocation="http://jboss.org/schema/arquillian |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
21 http://jboss.org/schema/arquillian/arquillian_1_0.xsd"> |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
22 |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
23 <!-- Uncomment to have test archives exported to the file system for inspection --> |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
24 <!-- <engine> --> |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
25 <!-- <property name="deploymentExportPath">target/</property> --> |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
26 <!-- </engine> --> |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
27 |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
28 <!-- Force the use of the Servlet 3.0 protocol with all containers, as it is the most mature --> |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
29 <defaultProtocol type="Servlet 3.0" /> |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
30 |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
31 <!-- Example configuration for a remote JBoss Enterprise Application Platform 6 or AS 7 instance --> |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
32 <container qualifier="jboss" default="true"> |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
33 <!-- By default, arquillian will use the JBOSS_HOME environment variable. Alternatively, the configuration below can be uncommented. --> |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
34 <!--<configuration> --> |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
35 <!--<property name="jbossHome">/path/to/jboss/as</property> --> |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
36 <!--</configuration> --> |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
37 </container> |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
38 |
7d527bff842a
Added test environment.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
39 </arquillian> |