Documentation

rex_login_policy
in package

FinalYes
Tags
author

mstaab

Table of Contents

Methods

__construct()  : mixed
getMaxTriesUntilBlock()  : positive-int
Returns the number of allowed login tries, until login will be blocked.
getMaxTriesUntilDelay()  : positive-int
Returns the number of allowed login tries, until login will be delayed.
getReloginDelay()  : positive-int
Returns the relogin delay in seconds.
isStayLoggedInEnabled()  : bool

Methods

__construct()

public __construct(array<string, int|bool> $options) : mixed
Parameters
$options : array<string, int|bool>

getMaxTriesUntilBlock()

Returns the number of allowed login tries, until login will be blocked.

public getMaxTriesUntilBlock() : positive-int
Return values
positive-int

getMaxTriesUntilDelay()

Returns the number of allowed login tries, until login will be delayed.

public getMaxTriesUntilDelay() : positive-int
Return values
positive-int

getReloginDelay()

Returns the relogin delay in seconds.

public getReloginDelay() : positive-int
Return values
positive-int

isStayLoggedInEnabled()

public isStayLoggedInEnabled() : bool
Return values
bool

        
On this page

Search results