ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilSamlAuth Interface Reference

Interface ilSamlAuth. More...

+ Inheritance diagram for ilSamlAuth:
+ Collaboration diagram for ilSamlAuth:

Public Member Functions

 getAuthId ()
 
 protectResource ()
 Protect a script resource with a SAML auth. More...
 
 storeParam ($key, $value)
 
 isAuthenticated ()
 
 popParam ($key)
 
 getParam ($key)
 
 getAttributes ()
 
 logout ($returnUrl='')
 
 getIdpDiscovery ()
 
 getAuthDataArray ()
 

Detailed Description

Interface ilSamlAuth.

Definition at line 7 of file interface.ilSamlAuth.php.

Member Function Documentation

◆ getAttributes()

ilSamlAuth::getAttributes ( )
Returns
array

Implemented in ilSimpleSAMLphpWrapper.

◆ getAuthDataArray()

ilSamlAuth::getAuthDataArray ( )
Returns
array

Implemented in ilSimpleSAMLphpWrapper.

◆ getAuthId()

ilSamlAuth::getAuthId ( )
Returns
mixed

Implemented in ilSimpleSAMLphpWrapper.

◆ getIdpDiscovery()

ilSamlAuth::getIdpDiscovery ( )

◆ getParam()

ilSamlAuth::getParam (   $key)
Parameters
string$key
Returns
mixed

Implemented in ilSimpleSAMLphpWrapper.

◆ isAuthenticated()

ilSamlAuth::isAuthenticated ( )
Returns
bool

Implemented in ilSimpleSAMLphpWrapper.

◆ logout()

ilSamlAuth::logout (   $returnUrl = '')
Parameters
string$returnUrl

Implemented in ilSimpleSAMLphpWrapper.

◆ popParam()

ilSamlAuth::popParam (   $key)
Parameters
string$key
Returns
mixed

Implemented in ilSimpleSAMLphpWrapper.

◆ protectResource()

ilSamlAuth::protectResource ( )

Protect a script resource with a SAML auth.

Implemented in ilSimpleSAMLphpWrapper.

◆ storeParam()

ilSamlAuth::storeParam (   $key,
  $value 
)
Parameters
string$key
mixed$value

Implemented in ilSimpleSAMLphpWrapper.


The documentation for this interface was generated from the following file: