All Samples(8) | Call(4) | Derive(0) | Import(4)
src/p/y/pysaml2-2.0.0/src/saml2/client_base.py pysaml2(Download)
from saml2 import saml from saml2 import soap from saml2.population import Population from saml2.response import AttributeResponse, StatusError
Entity.__init__(self, "sp", config, config_file, virtual_organization) self.users = Population(identity_cache) self.lock = threading.Lock() # for server state storage
src/p/y/pysaml2-HEAD/src/saml2/client_base.py pysaml2(Download)
from saml2 import saml from saml2 import soap from saml2.population import Population from saml2.response import AttributeResponse, StatusError
Entity.__init__(self, "sp", config, config_file, virtual_organization) self.users = Population(identity_cache) self.lock = threading.Lock() # for server state storage
src/p/y/pysaml2-HEAD/tests/test_34_population.py pysaml2(Download)
#!/usr/bin/env python from saml2.ident import code from saml2.saml import NAMEID_FORMAT_TRANSIENT, NameID from saml2.population import Population
def setup_class(self): self.population = Population() def test_add_person(self): session_info = {
src/p/y/pysaml2-2.0.0/tests/test_34_population.py pysaml2(Download)
#!/usr/bin/env python from saml2.ident import code from saml2.saml import NAMEID_FORMAT_TRANSIENT, NameID from saml2.population import Population
def setup_class(self): self.population = Population() def test_add_person(self): session_info = {