Esempio n. 1
0
def is_aa(entity):
    return has_tag(entity, "{%s}AttributeAuthorityDescriptor" % NS['md'])
Esempio n. 2
0
def is_sp(entity):
    return has_tag(entity, "{%s}SPSSODescriptor" % NS['md'])
Esempio n. 3
0
def is_sp(entity):
    return has_tag(entity, "{%s}SPSSODescriptor" % NS['md'])
Esempio n. 4
0
def is_aa(entity):
    return has_tag(entity, "{%s}AttributeAuthorityDescriptor" % NS['md'])