Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
VerifySessionCsrfInterface Interface Reference

Ubiquity\utils\http\session\protection$VerifyCsrfInterface This class is part of Ubiquity. More...

+ Inheritance diagram for VerifySessionCsrfInterface:

Public Member Functions

 init ()
 Creates the Csrf token and adds it to the session.
 
 start ()
 Called wjen the session is started.
 
 clear ()
 Removes the actual csrftoken.
 

Static Public Member Functions

static getLevel ()
 Get security level.
 

Detailed Description

Ubiquity\utils\http\session\protection$VerifyCsrfInterface This class is part of Ubiquity.

Author
jc
Version
1.0.1

Definition at line 13 of file VerifySessionCsrfInterface.php.

Member Function Documentation

◆ clear()

clear ( )

Removes the actual csrftoken.

Implemented in NoCsrfProtection, and VerifyCsrfToken.

◆ getLevel()

static getLevel ( )
static

Get security level.

Returns
int

Implemented in NoCsrfProtection, and VerifyCsrfToken.

◆ init()

init ( )

Creates the Csrf token and adds it to the session.

Implemented in NoCsrfProtection, and VerifyCsrfToken.

◆ start()

start ( )

Called wjen the session is started.

Implemented in NoCsrfProtection, and VerifyCsrfToken.


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