PHP 클래스 Aacotroneo\Saml2\Http\Controllers\Saml2Controller

상속: extends Illuminate\Routing\Controller
파일 보기 프로젝트 열기: aacotroneo/laravel-saml2

보호된 프로퍼티들

프로퍼티 타입 설명
$saml2Auth

공개 메소드들

메소드 설명
__construct ( Saml2Auth $saml2Auth )
acs ( ) Process an incoming saml2 assertion request.
login ( ) This initiates a login request
logout ( Illuminate\Http\Request $request ) This initiates a logout request across all the SSO infrastructure.
metadata ( ) : Illuminate\Http\Response Generate local sp metadata
sls ( ) Process an incoming saml2 logout request.

메소드 상세

__construct() 공개 메소드

public __construct ( Saml2Auth $saml2Auth )
$saml2Auth Aacotroneo\Saml2\Saml2Auth injected.

acs() 공개 메소드

Fires 'saml2.loginRequestReceived' event if a valid user is Found
public acs ( )

login() 공개 메소드

This initiates a login request
public login ( )

logout() 공개 메소드

This initiates a logout request across all the SSO infrastructure.
public logout ( Illuminate\Http\Request $request )
$request Illuminate\Http\Request

metadata() 공개 메소드

Generate local sp metadata
public metadata ( ) : Illuminate\Http\Response
리턴 Illuminate\Http\Response

sls() 공개 메소드

Fires 'saml2.logoutRequestReceived' event if its valid. This means the user logged out of the SSO infrastructure, you 'should' log him out locally too.
public sls ( )

프로퍼티 상세

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

protected $saml2Auth