55namespace SimpleSAML \WSSecurity \XML \fed ;
66
77use DOMElement ;
8- use SimpleSAML \SAML2 \Type \SAMLAnyURIValue ;
98use SimpleSAML \SAML2 \Type \SAMLAnyURIListValue ;
9+ use SimpleSAML \SAML2 \Type \SAMLAnyURIValue ;
1010use SimpleSAML \SAML2 \Type \SAMLDateTimeValue ;
1111use SimpleSAML \SAML2 \Type \SAMLStringValue ;
1212use SimpleSAML \SAML2 \XML \md \Extensions ;
1515use SimpleSAML \WSSecurity \Constants as C ;
1616use SimpleSAML \XMLSchema \Exception \MissingElementException ;
1717use SimpleSAML \XMLSchema \Exception \SchemaViolationException ;
18- use SimpleSAML \XMLSchema \Type \AnyURIValue ;
1918use SimpleSAML \XMLSchema \Type \DurationValue ;
2019use SimpleSAML \XMLSchema \Type \IDValue ;
2120use SimpleSAML \XMLSchema \Type \QNameValue ;
@@ -41,12 +40,16 @@ abstract class AbstractApplicationServiceType extends AbstractWebServiceDescript
4140 * ApplicationServiceType constructor.
4241 *
4342 * @param \SimpleSAML\XMLSchema\Type\QNameValue $type The xsi-type of the element
44- * @param \SimpleSAML\SAML2\Type\SAMLAnyURIListValue $protocolSupportEnumeration A set of URI specifying the protocols supported.
43+ * @param \SimpleSAML\SAML2\Type\SAMLAnyURIListValue $protocolSupportEnumeration
44+ * A set of URI specifying the protocols supported.
4545 * @param \SimpleSAML\XMLSchema\Type\IDValue|null $ID The ID for this document. Defaults to null.
46- * @param \SimpleSAML\SAML2\Type\SAMLDateTimeValue|null $validUntil Unix time of validity for this document. Defaults to null.
47- * @param \SimpleSAML\XMLSchema\Type\DurationValue|null $cacheDuration Maximum time this document can be cached. Defaults to null.
46+ * @param \SimpleSAML\SAML2\Type\SAMLDateTimeValue|null $validUntil
47+ * Unix time of validity for this document. Defaults to null.
48+ * @param \SimpleSAML\XMLSchema\Type\DurationValue|null $cacheDuration
49+ * Maximum time this document can be cached. Defaults to null.
4850 * @param \SimpleSAML\SAML2\XML\md\Extensions|null $extensions An array of extensions. Defaults to an empty array.
49- * @param \SimpleSAML\SAML2\Type\SAMLAnyURIValue|null $errorURL An URI where to redirect users for support. Defaults to null.
51+ * @param \SimpleSAML\SAML2\Type\SAMLAnyURIValue|null $errorURL
52+ * An URI where to redirect users for support. Defaults to null.
5053 * @param \SimpleSAML\SAML2\XML\md\KeyDescriptor[] $keyDescriptor An array of KeyDescriptor elements.
5154 * Defaults to an empty array.
5255 * @param \SimpleSAML\SAML2\XML\md\Organization|null $organization
0 commit comments