class Saml2 extends Facade

Methods

static string
getFacadeAccessor()

No description

static array
buildSettings(Saml2Idp|string $idp)

No description

static Auth
getAuth(Saml2Idp|string $idp)

No description

static string
login(string $idpKey, ?string $returnTo = 'null')

No description

static array
processAcsResponse(string $idpKey)

No description

static string
logout(string $idpKey, ?string $returnTo = 'null', ?string $nameId = 'null', ?string $sessionIndex = 'null')

No description

void
static()

?string processSlo(string $idpKey, callable $cbDeleteSession = 'null')

static string
getMetadataXml()

No description

static IdpResolver
getIdpResolver()

No description

static MetadataParser
getMetadataParser()

No description

Details

at line 22
static protected string getFacadeAccessor()

No description

Return Value

string

at line 20
static array buildSettings(Saml2Idp|string $idp)

No description

Parameters

Saml2Idp|string $idp

Return Value

array

at line 20
static Auth getAuth(Saml2Idp|string $idp)

No description

Parameters

Saml2Idp|string $idp

Return Value

Auth

at line 20
static string login(string $idpKey, ?string $returnTo = 'null')

No description

Parameters

string $idpKey
?string $returnTo

Return Value

string

at line 20
static array processAcsResponse(string $idpKey)

No description

Parameters

string $idpKey

Return Value

array

at line 20
static string logout(string $idpKey, ?string $returnTo = 'null', ?string $nameId = 'null', ?string $sessionIndex = 'null')

No description

Parameters

string $idpKey
?string $returnTo
?string $nameId
?string $sessionIndex

Return Value

string

at line 20
void static()

?string processSlo(string $idpKey, callable $cbDeleteSession = 'null')

Return Value

void

at line 20
static string getMetadataXml()

No description

Return Value

string

at line 20
static IdpResolver getIdpResolver()

No description

Return Value

IdpResolver

at line 20
static MetadataParser getMetadataParser()

No description

Return Value

MetadataParser