PHP 클래스 sspmod_adfs_IdP_ADFS, simplesamlphp

파일 보기 프로젝트 열기: simplesamlphp/simplesamlphp 1 사용 예제들

공개 메소드들

메소드 설명
ADFS_GenerateResponse ( $issuer, $target, $nameid, $attributes )
ADFS_PostResponse ( $url, $wresult, $wctx )
ADFS_SignResponse ( $response, $key, $cert )
getLogoutURL ( SimpleSAML_IdP $idp, array $association, $relayState ) accepts an association array, and returns a URL that can be accessed to terminate the association
receiveAuthnRequest ( SimpleSAML_IdP $idp )
receiveLogoutMessage ( SimpleSAML_IdP $idp )
sendLogoutResponse ( SimpleSAML_IdP $idp, array $state ) * public static function handleAuthError(SimpleSAML_Error_Exception $exception, array $state) { }
sendResponse ( array $state )

메소드 상세

ADFS_GenerateResponse() 공개 정적인 메소드

public static ADFS_GenerateResponse ( $issuer, $target, $nameid, $attributes )

ADFS_PostResponse() 공개 정적인 메소드

public static ADFS_PostResponse ( $url, $wresult, $wctx )

ADFS_SignResponse() 공개 정적인 메소드

public static ADFS_SignResponse ( $response, $key, $cert )

getLogoutURL() 공개 정적인 메소드

accepts an association array, and returns a URL that can be accessed to terminate the association
public static getLogoutURL ( SimpleSAML_IdP $idp, array $association, $relayState )
$idp SimpleSAML_IdP
$association array

receiveAuthnRequest() 공개 정적인 메소드

public static receiveAuthnRequest ( SimpleSAML_IdP $idp )
$idp SimpleSAML_IdP

receiveLogoutMessage() 공개 정적인 메소드

public static receiveLogoutMessage ( SimpleSAML_IdP $idp )
$idp SimpleSAML_IdP

sendLogoutResponse() 공개 정적인 메소드

* public static function handleAuthError(SimpleSAML_Error_Exception $exception, array $state) { }
public static sendLogoutResponse ( SimpleSAML_IdP $idp, array $state )
$idp SimpleSAML_IdP
$state array

sendResponse() 공개 정적인 메소드

public static sendResponse ( array $state )
$state array