PHP Class sspmod_adfs_SAML2_XML_fed_SecurityTokenServiceType, simplesamlphp

Inheritance: extends SAML2_XML_md_RoleDescriptor
Show file Open project: simplesamlphp/simplesamlphp

Public Properties

Property Type Description
$Location string The Location of Services.
$protocolSupportEnumeration array List of supported protocols.

Public Methods

Method Description
__construct ( DOMElement $xml = NULL ) Initialize a SecurityTokenServiceType element.
toXML ( DOMElement $parent ) : DOMElement Convert this SecurityTokenServiceType RoleDescriptor to XML.

Method Details

__construct() public method

Initialize a SecurityTokenServiceType element.
public __construct ( DOMElement $xml = NULL )
$xml DOMElement The XML element we should load.

toXML() public method

Convert this SecurityTokenServiceType RoleDescriptor to XML.
public toXML ( DOMElement $parent ) : DOMElement
$parent DOMElement The element we should add this contact to.
return DOMElement The new ContactPerson-element.

Property Details

$Location public property

The Location of Services.
public string $Location
return string

$protocolSupportEnumeration public property

List of supported protocols.
public array $protocolSupportEnumeration
return array