Lines Matching refs:security
142 $security = $this->_settings->getSecurityData();
144 if ($security['wantXMLValidation']) {
174 …if (!isset($requestId) && isset($responseInResponseTo) && $security['rejectUnsolicitedResponsesWit…
196 if (!$this->encrypted && $security['wantAssertionsEncrypted']) {
203 if ($security['wantNameIdEncrypted']) {
245 if (!$security['relaxDestinationValidation']) {
252 …$urlComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($cu…
255 …$urlComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($cu…
354 if ($security['wantAssertionsSigned'] && !$hasSignedAssertion) {
361 if ($security['wantMessagesSigned'] && !$hasSignedResponse) {
604 $security = $this->_settings->getSecurityData();
605 if ($security['wantNameId']) {