Methods |
public
static
|
instantiateContexted(Auth_Info_User $context)
|
#
|
public
|
permitted(): bool
Delegation is permitted
|
#
|
public
|
get(): array
Get delegated entries
|
#
|
public
|
add(string $ip): bool
Create new delegated entry
Create new delegated entry
|
#
|
public
|
temporary(string $ip): bool
Temporarily whitelist IP
|
#
|
public
|
remove(string $ip): bool
Remove IP address from delegation
Remove IP address from delegation
|
#
|
public
|
exists(string $ip): bool
IP exists in delegated whitelist
IP exists in delegated whitelist
|
#
|
public
static
|
getDelegators(string $ip): array
Get all sites authorizing IP address
Get all sites authorizing IP address
|
#
|
public
static
|
markDelegated(string $ip, string $marker): bool
Claim IP delegation by marker
Claim IP delegation by marker
Parameters
$ip |
delegatee
|
$marker |
delegator
|
|
#
|
public
static
|
releaseDelegation(string $ip, string $marker): bool
Release delegation claim
Parameters
$ip |
delegatee
|
$marker |
delegator
|
|
#
|