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