PHP 클래스 sspmod_adfs_SAML2_XML_fed_SecurityTokenServiceType, simplesamlphp

상속: extends SAML2_XML_md_RoleDescriptor
파일 보기 프로젝트 열기: simplesamlphp/simplesamlphp

공개 프로퍼티들

프로퍼티 타입 설명
$Location string The Location of Services.
$protocolSupportEnumeration array List of supported protocols.

공개 메소드들

메소드 설명
__construct ( DOMElement $xml = NULL ) Initialize a SecurityTokenServiceType element.
toXML ( DOMElement $parent ) : DOMElement Convert this SecurityTokenServiceType RoleDescriptor to XML.

메소드 상세

__construct() 공개 메소드

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

toXML() 공개 메소드

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

프로퍼티 상세

$Location 공개적으로 프로퍼티

The Location of Services.
public string $Location
리턴 string

$protocolSupportEnumeration 공개적으로 프로퍼티

List of supported protocols.
public array $protocolSupportEnumeration
리턴 array