ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Static Public Member Functions | |
static | generateID () |
Generate a random identifier, ID_LENGTH bytes long. More... | |
Data Fields | |
const | ID_LENGTH = 43 |
The fixed length of random identifiers. More... | |
Definition at line 9 of file Random.php.
|
static |
Generate a random identifier, ID_LENGTH bytes long.
Definition at line 26 of file Random.php.
Referenced by sspmod_saml_SP_LogoutStore\addSession(), sspmod_oauth_OAuthStore\authorize(), sspmod_saml_IdP_SAML2\buildAssertion(), SimpleSAML\Bindings\Shib13\Artifact\buildRequest(), SimpleSAML_Utilities\createHttpPostRedirectLink(), SimpleSAML_Session\doLogin(), SimpleSAML\XML\Shib13\AuthnResponse\generate(), SimpleSAML_Utilities\generateID(), sspmod_adfs_IdP_ADFS\generateResponse(), SimpleSAML_Auth_State\getStateId(), sspmod_saml_Auth_Process_TransientNameID\getValue(), and sspmod_adfs_IdP_ADFS\sendResponse().
const SimpleSAML\Utils\Random::ID_LENGTH = 43 |
The fixed length of random identifiers.
Definition at line 15 of file Random.php.