File tree Expand file tree Collapse file tree 4 files changed +7
-43
lines changed Expand file tree Collapse file tree 4 files changed +7
-43
lines changed Original file line number Diff line number Diff line change 4
4
5
5
from saml2 .ident import code_binary
6
6
7
- from saml2 import md
8
- from saml2 import saml
9
- from saml2 .extension import mdui
10
- from saml2 .extension import idpdisc
11
- from saml2 .extension import dri
12
- from saml2 .extension import mdattr
13
- from saml2 import xmldsig
14
- from saml2 import xmlenc
15
-
16
-
17
- __author__ = 'rolandh'
18
7
19
8
logger = logging .getLogger (__name__ )
20
9
Original file line number Diff line number Diff line change 17
17
from saml2 import config
18
18
from saml2 .attribute_converter import ac_factory
19
19
from saml2 .attribute_converter import d_to_local_name
20
-
21
- from saml2 .extension import mdui
22
- from saml2 .extension import idpdisc
23
- from saml2 .extension import dri
24
- from saml2 .extension import mdattr
25
20
from saml2 .s_utils import UnknownPrincipal
26
- from saml2 import xmldsig
27
- from saml2 import xmlenc
28
21
29
22
from pathutils import full_path
30
23
Original file line number Diff line number Diff line change 1
- from saml2 import md
2
- from saml2 import saml
3
- from saml2 import config
4
- from saml2 import xmldsig
5
- from saml2 import xmlenc
1
+ from pathutils import full_path
6
2
3
+ from saml2 import config
7
4
from saml2 .filter import AllowDescriptor
8
5
from saml2 .mdstore import MetadataStore
9
6
from saml2 .attribute_converter import ac_factory
10
- from saml2 .extension import mdui
11
- from saml2 .extension import idpdisc
12
- from saml2 .extension import dri
13
- from saml2 .extension import mdattr
14
7
15
- from pathutils import full_path
16
8
17
9
__author__ = 'roland'
18
10
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
- import sys
3
-
4
- from saml2 import saml
5
- from saml2 import md
6
- from saml2 .extension import mdui
7
- from saml2 .extension import idpdisc
8
- from saml2 .extension import dri
9
- from saml2 .extension import mdattr
10
- from saml2 .extension import shibmd
11
- from saml2 import xmldsig
12
- from saml2 import xmlenc
13
-
14
- from saml2 .mdstore import MetaDataFile , MetaDataExtern
15
-
16
- __author__ = 'rolandh'
17
2
18
3
"""
19
4
A script that imports and verifies metadata and then dumps it in a basic
20
5
dictionary format.
21
6
"""
22
7
8
+ import sys
9
+
10
+ from saml2 .mdstore import MetaDataExtern
11
+ from saml2 .mdstore import MetaDataFile
12
+
23
13
24
14
MDIMPORT = {
25
15
"swamid" : {
You can’t perform that action at this time.
0 commit comments