Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/NDGSecurity/python/ndg_security_common/ndg/security/common/authz/xacml/combinerparameter.py@6734
Revision 6734,
570 bytes
checked in by pjkersha, 11 years ago
(diff) |
Added XACML Target ElementTree based parser.
|
Line | |
---|
1 | """NDG Security CombinerParameter type definition |
---|
2 | |
---|
3 | NERC DataGrid Project |
---|
4 | """ |
---|
5 | __author__ = "P J Kershaw" |
---|
6 | __date__ = "16/03/10" |
---|
7 | __copyright__ = "(C) 2010 Science and Technology Facilities Council" |
---|
8 | __contact__ = "Philip.Kershaw@stfc.ac.uk" |
---|
9 | __license__ = "BSD - see LICENSE file in top-level directory" |
---|
10 | __contact__ = "Philip.Kershaw@stfc.ac.uk" |
---|
11 | __revision__ = "$Id: $" |
---|
12 | |
---|
13 | class CombinerParameter(object): |
---|
14 | ''' |
---|
15 | classdocs |
---|
16 | ''' |
---|
17 | ELEMENT_LOCAL_NAME = "CombinerParameter" |
---|
18 | __slots__ = () |
---|
19 | |
---|
20 | def __init__(self): |
---|
21 | ''' |
---|
22 | Constructor |
---|
23 | ''' |
---|
24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.