Skip to content

Commit 1aed30a

Browse files
author
Roland Hedberg
committed
Added entity category set for Austrian government.
1 parent b73f9fd commit 1aed30a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
__author__ = 'rainerh' #2013-08-28
2+
# Preliminary version, not including all attributes defined for eGov Token
3+
4+
5+
PRINCIPAL = ["PVP-PRINCIPALNAME",
6+
"PVP-GIVENNAME",
7+
]
8+
ORG_INFO = ["PVP-OU",
9+
"PVP-OU-GV-OU-ID",
10+
]
11+
OTHER = ["PVP-GID",
12+
"PVP-ROLES",
13+
"PVP-BPK",
14+
"PVP-USERID",
15+
"PVP-MAIL",
16+
"PVP-TEL",
17+
]
18+
19+
# These give you access to information
20+
PVP2 = "http://www.ref.gv.at/ns/names/agiz/pvp/egovtoken"
21+
PVP2CHARGE = "http://www.ref.gv.at/ns/names/agiz/pvp/egovtoken-charge"
22+
23+
RELEASE = {
24+
PVP2: PRINCIPAL + ORG_INFO + OTHER,
25+
}

0 commit comments

Comments
 (0)