|
| getNameId () |
| Retrieve the NameId of the subject in the query. More...
|
|
| setNameId ($nameId) |
| Set the NameId of the subject in the query. More...
|
|
| toUnsignedXML () |
| Convert subject query message to an XML element. More...
|
|
| addValidator ($function, $data) |
| Add a method for validating this message. More...
|
|
| validate (XMLSecurityKey $key) |
| Validate this message against a public key. More...
|
|
| getId () |
| Retrieve the identifier of this message. More...
|
|
| setId ($id) |
| Set the identifier of this message. More...
|
|
| getIssueInstant () |
| Retrieve the issue timestamp of this message. More...
|
|
| setIssueInstant ($issueInstant) |
| Set the issue timestamp of this message. More...
|
|
| getDestination () |
| Retrieve the destination of this message. More...
|
|
| setDestination ($destination) |
| Set the destination of this message. More...
|
|
| setConsent ($consent) |
| Set the given consent for this message. More...
|
|
| getConsent () |
| Set the given consent for this message. More...
|
|
| getIssuer () |
| Retrieve the issuer if this message. More...
|
|
| setIssuer ($issuer) |
| Set the issuer of this message. More...
|
|
| isMessageConstructedWithSignature () |
| Query whether or not the message contained a signature at the root level when the object was constructed. More...
|
|
| getRelayState () |
| Retrieve the RelayState associated with this message. More...
|
|
| setRelayState ($relayState) |
| Set the RelayState associated with this message. More...
|
|
| toUnsignedXML () |
| Convert this message to an unsigned XML document. More...
|
|
| toSignedXML () |
| Convert this message to a signed XML document. 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...
|
|
| getExtensions () |
| Retrieve the Extensions. More...
|
|
| setExtensions ($extensions) |
| Set the Extensions. More...
|
|
| getSignatureMethod () |
|