Home
last modified time | relevance | path

Searched refs:notOnOrAfter (Results 1 – 25 of 94) sorted by relevance

1234

/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/saml2/src/SAML2/
H A DLogoutRequest.php20 private $notOnOrAfter; variable in SAML2\\LogoutRequest
62 $this->notOnOrAfter = Utils::xsDateTimeToTimestamp($xml->getAttribute('NotOnOrAfter'));
92 return $this->notOnOrAfter;
98 * @param int|null $notOnOrAfter The expiration time of this request.
100 public function setNotOnOrAfter($notOnOrAfter) argument
102 assert(is_int($notOnOrAfter) || is_null($notOnOrAfter));
104 $this->notOnOrAfter = $notOnOrAfter;
260 if ($this->notOnOrAfter !== null) {
261 $root->setAttribute('NotOnOrAfter', gmdate('Y-m-d\TH:i:s\Z', $this->notOnOrAfter));
H A DAssertion.php89 private $notOnOrAfter; variable in SAML2\\Assertion
372 $notOnOrAfter = Utils::xsDateTimeToTimestamp($conditions->getAttribute('NotOnOrAfter'));
373 if ($this->notOnOrAfter === null || $this->notOnOrAfter > $notOnOrAfter) {
374 $this->notOnOrAfter = $notOnOrAfter;
915 return $this->notOnOrAfter;
923 * @param int|null $notOnOrAfter The latest timestamp this assertion is valid.
925 public function setNotOnOrAfter($notOnOrAfter) argument
927 assert(is_int($notOnOrAfter) || is_null($notOnOrAfter));
929 $this->notOnOrAfter = $notOnOrAfter;
1453 if ($this->notOnOrAfter !== null) {
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/
H A DSamlConditions.cs23 DateTime notOnOrAfter = SecurityUtils.MaxUtcDateTime; field in System.IdentityModel.Tokens.SamlConditions
29 public SamlConditions(DateTime notBefore, DateTime notOnOrAfter) in SamlConditions() argument
30 : this(notBefore, notOnOrAfter, null) in SamlConditions()
34 public SamlConditions(DateTime notBefore, DateTime notOnOrAfter, in SamlConditions() argument
39 this.notOnOrAfter = notOnOrAfter.ToUniversalTime(); in SamlConditions()
72 get { return this.notOnOrAfter; }
78 this.notOnOrAfter = value;
120 this.notOnOrAfter = DateTime.ParseExact( in ReadXml()
167 if (this.notOnOrAfter != SecurityUtils.MaxUtcDateTime) in WriteXml()
170 …writer.WriteString(this.notOnOrAfter.ToString(SamlConstants.GeneratedDateTimeFormat, DateTimeForma… in WriteXml()
H A DSaml2Conditions.cs19 private DateTime? notOnOrAfter; field in System.IdentityModel.Tokens.Saml2Conditions
55 if (null != value && null != this.notOnOrAfter)
57 if (value.Value >= this.notOnOrAfter.Value)
75 return this.notOnOrAfter;
91 this.notOnOrAfter = value;
H A DSaml2SubjectConfirmationData.cs22 private DateTime? notOnOrAfter; field in System.IdentityModel.Tokens.Saml2SubjectConfirmationData
81 get { return this.notOnOrAfter; }
82 set { this.notOnOrAfter = DateTimeUtil.ToUniversalTime(value); }
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/saml2/src/SAML2/
H A DLogoutRequest.php25 private $notOnOrAfter = null; variable in SAML2\\LogoutRequest
68 $this->notOnOrAfter = Utils::xsDateTimeToTimestamp($xml->getAttribute('NotOnOrAfter'));
100 return $this->notOnOrAfter;
107 * @param int|null $notOnOrAfter The expiration time of this request.
110 public function setNotOnOrAfter(int $notOnOrAfter = null) : void argument
112 $this->notOnOrAfter = $notOnOrAfter;
286 if ($this->notOnOrAfter !== null) {
287 $root->setAttribute('NotOnOrAfter', gmdate('Y-m-d\TH:i:s\Z', $this->notOnOrAfter));
H A DAssertion.php98 private $notOnOrAfter; variable in SAML2\\Assertion
370 $notOnOrAfter = Utils::xsDateTimeToTimestamp($conditions->getAttribute('NotOnOrAfter'));
371 if ($this->getNotOnOrAfter() === null || $this->getNotOnOrAfter() > $notOnOrAfter) {
372 $this->setNotOnOrAfter($notOnOrAfter);
956 return $this->notOnOrAfter;
965 * @param int|null $notOnOrAfter The latest timestamp this assertion is valid.
968 public function setNotOnOrAfter(int $notOnOrAfter = null) : void argument
970 $this->notOnOrAfter = $notOnOrAfter;
1557 if ($this->notOnOrAfter !== null) {
1558 … $conditions->setAttribute('NotOnOrAfter', gmdate('Y-m-d\TH:i:s\Z', $this->notOnOrAfter));
/dports/audio/ampache/ampache-php74-5.0.0/vendor/openid/php-openid/contrib/signed_assertions/
H A DAP.php28 private $notOnOrAfter=null; variable in Attribute_Provider
40 * @param string $notOnOrAfter - Certificate validity time
45 …function __construct($public_key_certificate,$private_key,$notBefore,$notOnOrAfter,$rsadsa,$acsURI, argument
51 $this->notOnOrAfter=$notOnOrAfter;
67 $this->notOnOrAfter,
H A DSAML.php35 * @param string $notOnOrAfter The ISO 8601 formatted data after which the
43 …function createSamlAssertion($authenticatedUser, $notBefore, $notOnOrAfter, $rsadsa, $acsURI,$attr… argument
50 …$samlResponse = str_replace('NOT_ON_OR_AFTER', $this->samlGetDateTime(strtotime($notOnOrAfter)),$s…
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/openid/php-openid/contrib/signed_assertions/
H A DAP.php28 private $notOnOrAfter=null; variable in Attribute_Provider
40 * @param string $notOnOrAfter - Certificate validity time
45 …function Attribute_Provider($public_key_certificate,$private_key,$notBefore,$notOnOrAfter,$rsadsa,… argument
51 $this->notOnOrAfter=$notOnOrAfter;
67 $this->notOnOrAfter,
H A DSAML.php35 * @param string $notOnOrAfter The ISO 8601 formatted data after which the
43 …function createSamlAssertion($authenticatedUser, $notBefore, $notOnOrAfter, $rsadsa, $acsURI,$attr… argument
50 …$samlResponse = str_replace('NOT_ON_OR_AFTER', $this->samlGetDateTime(strtotime($notOnOrAfter)),$s…
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/saml2/src/SAML2/Assertion/Validation/ConstraintValidator/
H A DSubjectConfirmationNotOnOrAfter.php17 $notOnOrAfter = $subjectConfirmation->SubjectConfirmationData->NotOnOrAfter;
18 if ($notOnOrAfter && $notOnOrAfter <= Temporal::getTime() - 60) {
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/saml2/src/SAML2/Assertion/Validation/ConstraintValidator/
H A DSubjectConfirmationNotOnOrAfter.php29 $notOnOrAfter = $data->getNotOnOrAfter();
30 if ($notOnOrAfter && $notOnOrAfter <= Temporal::getTime() - 60) {
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/
H A DSamlConditions.cs49 public SamlConditions (DateTime notBefore, DateTime notOnOrAfter) in SamlConditions() argument
52 this.NotOnOrAfter = notOnOrAfter; in SamlConditions()
55 public SamlConditions (DateTime notBefore, DateTime notOnOrAfter, in SamlConditions() argument
57 : this (notBefore, notOnOrAfter) in SamlConditions()
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/modules/saml/www/sp/
H A Dsaml2-acs.php154 $notOnOrAfter = $assertion->getNotOnOrAfter(); variable
155 if ($notOnOrAfter === null) {
156 $notOnOrAfter = time() + 24 * 60 * 60; variable
158 $notOnOrAfter += 60; // we allow 60 seconds clock skew, so add it here also
161 $store->set('saml.AssertionReceived', $aID, true, $notOnOrAfter);
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/concourse/dex/connector/saml/
H A Dsaml.go471 notOnOrAfter := time.Time(data.NotOnOrAfter)
476 if !notOnOrAfter.IsZero() && after(now, notOnOrAfter) {
477 …t.Errorf("at %s got response that cannot be processed because it expired at %s", now, notOnOrAfter)
510 notOnOrAfter := time.Time(conditions.NotOnOrAfter)
511 if !notOnOrAfter.IsZero() && after(now, notOnOrAfter) {
512 …t.Errorf("at %s got response that cannot be processed because it expired at %s", now, notOnOrAfter)
606 func after(now, notOnOrAfter time.Time) bool {
607 return now.After(notOnOrAfter.Add(allowedClockDrift))
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/connector/saml/
H A Dsaml.go471 notOnOrAfter := time.Time(data.NotOnOrAfter)
476 if !notOnOrAfter.IsZero() && after(now, notOnOrAfter) {
477 …t.Errorf("at %s got response that cannot be processed because it expired at %s", now, notOnOrAfter)
510 notOnOrAfter := time.Time(conditions.NotOnOrAfter)
511 if !notOnOrAfter.IsZero() && after(now, notOnOrAfter) {
512 …t.Errorf("at %s got response that cannot be processed because it expired at %s", now, notOnOrAfter)
606 func after(now, notOnOrAfter time.Time) bool {
607 return now.After(notOnOrAfter.Add(allowedClockDrift))
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/saml/www/sp/
H A Dsaml2-acs.php165 $notOnOrAfter = $assertion->getNotOnOrAfter(); variable
166 if ($notOnOrAfter === null) {
167 $notOnOrAfter = time() + 24 * 60 * 60; variable
169 $notOnOrAfter += 60; // we allow 60 seconds clock skew, so add it here also
172 $store->set('saml.AssertionReceived', $aID, true, $notOnOrAfter);
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/mattermost/gosaml2/
H A Dvalidate.go74 notOnOrAfter, err := time.Parse(time.RFC3339, conditions.NotOnOrAfter)
79 if now.After(notOnOrAfter) {
213 notOnOrAfter, err := time.Parse(time.RFC3339, subjectConfirmationData.NotOnOrAfter)
219 if now.After(notOnOrAfter) {
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/saml2/src/SAML2/XML/saml/
H A DSubjectConfirmationData.php106 * @param int|null $notOnOrAfter
109 public function setNotOnOrAfter(int $notOnOrAfter = null) : void argument
111 $this->NotOnOrAfter = $notOnOrAfter;
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/xkms/impl/
H A DXKMSValidityIntervalImpl.cpp102 const XMLCh * notOnOrAfter) { in createBlankValidityInterval() argument
125 if (notOnOrAfter != NULL) { in createBlankValidityInterval()
130 e->appendChild(doc->createTextNode(notOnOrAfter)); in createBlankValidityInterval()
H A DXKMSPrototypeKeyBindingImpl.cpp157 …PrototypeKeyBindingImpl::setValidityInterval(const XMLCh * notBefore, const XMLCh * notOnOrAfter) { in setValidityInterval() argument
160 DOMElement * e = mp_validityInterval->createBlankValidityInterval(notBefore, notOnOrAfter); in setValidityInterval()
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/saml/lib/
H A DMessage.php701 $notOnOrAfter = $assertion->getNotOnOrAfter();
702 if ($notOnOrAfter !== null && $notOnOrAfter <= time() - $allowed_clock_skew) {
827 $notOnOrAfter = $scd->getNotOnOrAfter();
828 if (is_int($notOnOrAfter) && $notOnOrAfter <= time() - 60) {
829 … $lastError = 'NotOnOrAfter in SubjectConfirmationData is in the past: ' . $notOnOrAfter;
/dports/security/lasso/lasso-2.7.0/lasso/xml/
H A Dlib_assertion.c143 const char *audience, const char *notBefore, const char *notOnOrAfter) in lasso_lib_assertion_new_full() argument
161 assertion->Conditions->NotOnOrAfter = g_strdup(notOnOrAfter); in lasso_lib_assertion_new_full()
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/xkms/
H A DXKMSPrototypeKeyBinding.hpp131 virtual void setValidityInterval(const XMLCh * notBefore, const XMLCh * notOnOrAfter) = 0;

1234