ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct (\DOMElement $xml=null) | |
Initialize an IDPSSODescriptor. More... | |
toXML (\DOMElement $parent) | |
Add this IDPSSODescriptor to an EntityDescriptor. More... | |
Public Member Functions inherited from SAML2\SignedElementHelper | |
addValidator ($function, $data) | |
Add a method for validating this element. More... | |
validate (XMLSecurityKey $key) | |
Validate this element against a public key. More... | |
getSignatureKey () | |
Retrieve the private key we should use to sign the message. More... | |
setSignatureKey (XMLSecurityKey $signatureKey=null) | |
Set the private key we should use to sign the message. More... | |
setCertificates (array $certificates) | |
Set the certificates that should be included in the message. More... | |
getCertificates () | |
Retrieve the certificates that are included in the message. More... | |
getValidatingCertificates () | |
Retrieve certificates that sign this element. More... | |
Data Fields | |
$WantAuthnRequestsSigned = null | |
$SingleSignOnService = array() | |
$NameIDMappingService = array() | |
$AssertionIDRequestService = array() | |
$AttributeProfile = array() | |
$Attribute = array() | |
Data Fields inherited from SAML2\XML\md\SSODescriptorType | |
$ArtifactResolutionService = array() | |
$SingleLogoutService = array() | |
$ManageNameIDService = array() | |
$NameIDFormat = array() | |
Data Fields inherited from SAML2\XML\md\RoleDescriptor | |
$ID | |
$validUntil | |
$cacheDuration | |
$protocolSupportEnumeration = array() | |
$errorURL | |
$Extensions = array() | |
$KeyDescriptor = array() | |
$Organization = null | |
$ContactPerson = array() | |
Additional Inherited Members | |
Protected Member Functions inherited from SAML2\XML\md\SSODescriptorType | |
__construct ($elementName, \DOMElement $xml=null) | |
Initialize a SSODescriptor. More... | |
toXML (\DOMElement $parent) | |
Add this SSODescriptorType to an EntityDescriptor. More... | |
Protected Member Functions inherited from SAML2\XML\md\RoleDescriptor | |
__construct ($elementName, \DOMElement $xml=null) | |
Initialize a RoleDescriptor. More... | |
toXML (\DOMElement $parent) | |
Add this RoleDescriptor to an EntityDescriptor. More... | |
Protected Member Functions inherited from SAML2\SignedElementHelper | |
__construct (\DOMElement $xml=null) | |
Initialize the helper class. More... | |
signElement (\DOMElement $root, \DOMElement $insertBefore=null) | |
Sign the given XML element. More... | |
Definition at line 14 of file IDPSSODescriptor.php.
SAML2\XML\md\IDPSSODescriptor::__construct | ( | \DOMElement | $xml = null | ) |
Initialize an IDPSSODescriptor.
\DOMElement | null | $xml | The XML element we should load. |
Definition at line 73 of file IDPSSODescriptor.php.
References $xml, SAML2\Utils\extractStrings(), SAML2\Constants\NS_MD, SAML2\Utils\parseBoolean(), and SAML2\Utils\xpQuery().
SAML2\XML\md\IDPSSODescriptor::toXML | ( | \DOMElement | $parent | ) |
Add this IDPSSODescriptor to an EntityDescriptor.
\DOMElement | $parent | The EntityDescriptor we should append this IDPSSODescriptor to. |
Definition at line 108 of file IDPSSODescriptor.php.
References SAML2\Utils\addStrings(), and SAML2\Constants\NS_MD.
SAML2\XML\md\IDPSSODescriptor::$AssertionIDRequestService = array() |
Definition at line 48 of file IDPSSODescriptor.php.
SAML2\XML\md\IDPSSODescriptor::$Attribute = array() |
Definition at line 66 of file IDPSSODescriptor.php.
SAML2\XML\md\IDPSSODescriptor::$AttributeProfile = array() |
Definition at line 57 of file IDPSSODescriptor.php.
SAML2\XML\md\IDPSSODescriptor::$NameIDMappingService = array() |
Definition at line 39 of file IDPSSODescriptor.php.
SAML2\XML\md\IDPSSODescriptor::$SingleSignOnService = array() |
Definition at line 30 of file IDPSSODescriptor.php.
SAML2\XML\md\IDPSSODescriptor::$WantAuthnRequestsSigned = null |
Definition at line 21 of file IDPSSODescriptor.php.