示例#1
0
def is_aa(entity):
    return has_tag(entity, "{%s}AttributeAuthorityDescriptor" % NS['md'])
示例#2
0
def is_sp(entity):
    return has_tag(entity, "{%s}SPSSODescriptor" % NS['md'])
示例#3
0
def is_sp(entity):
    return has_tag(entity, "{%s}SPSSODescriptor" % NS['md'])
示例#4
0
文件: store.py 项目: lhoekenga/pyFF
def is_aa(entity):
    return has_tag(entity, "{%s}AttributeAuthorityDescriptor" % NS['md'])