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