Home
last modified time | relevance | path

Searched refs:authn_instant (Results 1 – 14 of 14) sorted by relevance

/dports/security/py-pysaml26/pysaml2-6.5.2/src/saml2/
H A Dassertion.py669 authn_decl=None, authn_decl_ref=None, authn_instant="", argument
684 if authn_instant:
685 _instant = instant(time_stamp=authn_instant)
692 authn_instant=_instant,
700 authn_instant=_instant,
707 authn_instant=_instant,
715 authn_instant=_instant,
774 authn_instant="", subject_locality="", authn_statem=None, argument
823 authn_instant,
H A Dresponse.py1077 authn_instant = astat.authn_instant
1079 authn_instant = ""
1090 res.append((aclass, authn_auth, authn_instant))
H A Dsaml.py1334 authn_instant=None, argument
1345 self.authn_instant = authn_instant
/dports/security/py-pysaml24/pysaml2-4.9.0/src/saml2/
H A Dassertion.py634 authn_decl=None, authn_decl_ref=None, authn_instant="",
649 if authn_instant:
650 _instant = instant(time_stamp=authn_instant)
657 authn_instant=_instant,
665 authn_instant=_instant,
672 authn_instant=_instant,
680 authn_instant=_instant,
742 authn_instant="", subject_locality="", authn_statem=None,
793 authn_instant,
H A Dresponse.py1070 authn_instant = astat.authn_instant
1072 authn_instant = ""
1083 res.append((aclass, authn_auth, authn_instant))
H A Dsaml.py1307 authn_instant=None, argument
1318 self.authn_instant = authn_instant
/dports/security/py-pysaml2/pysaml2-7.1.0/src/saml2/
H A Dassertion.py672 authn_decl=None, authn_decl_ref=None, authn_instant="",
687 if authn_instant:
688 _instant = instant(time_stamp=authn_instant)
695 authn_instant=_instant,
703 authn_instant=_instant,
710 authn_instant=_instant,
718 authn_instant=_instant,
777 authn_instant="", subject_locality="", authn_statem=None,
826 authn_instant,
H A Dsaml.py1405 authn_instant=None, argument
1416 self.authn_instant = authn_instant
H A Dresponse.py1080 authn_instant = getattr(statement, "authn_instant", "")
1099 res.append((authn_class, authn_auth, authn_instant))
/dports/net/p5-Google-SAML-Response/Google-SAML-Response-0.14/lib/Google/SAML/
H A DResponse.pm449 my $authn_instant = $issue_instant;
475 <AuthnStatement AuthnInstant="$authn_instant">
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/shibsp/handler/impl/
H A DExternalAuthHandler.cpp451 scoped_ptr<XMLDateTime> authn_instant; in processMessage() local
456 authn_instant.reset(new XMLDateTime(d.get())); in processMessage()
457 authn_instant->parseDateTime(); in processMessage()
544 authn_instant ? authn_instant->getRawData() : nullptr, in processMessage()
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/shibsp/
H A DSessionCache.h266 const XMLCh* authn_instant=nullptr,
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/shibsp/impl/
H A DStorageServiceSessionCache.h82 const XMLCh* authn_instant=nullptr,
H A DStorageServiceSessionCache.cpp392 const XMLCh* authn_instant, in insert() argument
475 if (authn_instant) { in insert()
476 auto_ptr_char instant(authn_instant); in insert()