PHP 클래스 SAML2\XML\saml\Issuer

저자: Jaime Pérez Crespo, UNINETT AS ([email protected])
상속: extends NameIDType
파일 보기 프로젝트 열기: simplesamlphp/saml2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$Format string Defaults to urn:oasis:names:tc:SAML:2.0:nameid-format:entity: Indicates that the content of the element is the identifier of an entity that provides SAML-based services (such as a SAML authority, requester, or responder) or is a participant in SAML profiles (such as a service provider supporting the browser SSO profile). Such an identifier can be used in the element to identify the issuer of a SAML request, response, or assertion, or within the element to make assertions about system entities that can issue SAML requests, responses, and assertions. It can also be used in other elements and attributes whose purpose is to identify a system entity in various protocol exchanges. The syntax of such an identifier is a URI of not more than 1024 characters in length. It is RECOMMENDED that a system entity use a URL containing its own domain name to identify itself.

보호된 프로퍼티들

프로퍼티 타입 설명
$nodeName string Set the name of this XML element to "saml:Issuer"

공개 메소드들

메소드 설명
toXML ( DOMElement $parent = null ) : DOMElement Convert this Issuer to XML.

메소드 상세

toXML() 공개 메소드

Convert this Issuer to XML.
public toXML ( DOMElement $parent = null ) : DOMElement
$parent DOMElement The element we should append to.
리턴 DOMElement The current Issuer object converted into a \DOMElement.

프로퍼티 상세

$Format 공개적으로 프로퍼티

Defaults to urn:oasis:names:tc:SAML:2.0:nameid-format:entity: Indicates that the content of the element is the identifier of an entity that provides SAML-based services (such as a SAML authority, requester, or responder) or is a participant in SAML profiles (such as a service provider supporting the browser SSO profile). Such an identifier can be used in the element to identify the issuer of a SAML request, response, or assertion, or within the element to make assertions about system entities that can issue SAML requests, responses, and assertions. It can also be used in other elements and attributes whose purpose is to identify a system entity in various protocol exchanges. The syntax of such an identifier is a URI of not more than 1024 characters in length. It is RECOMMENDED that a system entity use a URL containing its own domain name to identify itself.
public string $Format
리턴 string

$nodeName 보호되어 있는 프로퍼티

Set the name of this XML element to "saml:Issuer"
protected string $nodeName
리턴 string