-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservicetest7.json
38 lines (38 loc) · 1.4 KB
/
servicetest7.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"@class": "org.apereo.cas.services.CasRegisteredService",
"serviceId": "^http:\/\/localhost:8007\/.*",
"name": "Service Test",
"description": "Service de test pour ChainingRegisteredServiceAccessStrategy avec un AND",
"id": 7,
"accessStrategy": {
"@class": "org.apereo.cas.services.ChainingRegisteredServiceAccessStrategy",
"strategies": [
"java.util.ArrayList",
[
{
"@class": "org.apereo.cas.services.TimeBasedRegisteredServiceAccessStrategy",
"startingDateTime": "2024-07-23T09:52:00.132+02:00",
"endingDateTime": "2094-07-23T10:05:00.132+02:00",
"zoneId": "UTC+2"
},
{
"@class": "org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy",
"requiredAttributes": {
"@class": "java.util.HashMap",
"ENTPersonLogin": [
"java.util.HashSet",
[
"test1"
]
]
}
}
]
],
"operator": "AND"
},
"webflowInterruptPolicy": {
"@class": "org.apereo.cas.services.DefaultRegisteredServiceWebflowInterruptPolicy",
"enabled": false
}
}