Class security_logger
Option handler class
Package: plugins\admin
Author: Stephen Billard (sbillard)
Located at zp-extensions/security-logger.php
Author: Stephen Billard (sbillard)
Located at zp-extensions/security-logger.php
public
|
|
public
array
|
|
public
|
|
public static
integer
|
#
adminLoginLogger( integer $success, string $user, string $pass, $auth = 'zp_admin_auth' )
Logs an attempt to log onto the back-end or as an admin user Returns the rights to grant |
public static
integer
|
#
federatedLoginLogger( integer $success, string $user, string $pass,… )
Logs an attempt to log on via the federated_logon plugin Returns the rights to grant |
public static
boolean
|
#
guestLoginLogger( boolean $success, string $user, string $pass, string $athority )
Logs an attempt for a guest user to log onto the site Returns the "success" parameter. |
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
boolean
|
|
public static
|
|
public static
|
|
public static
|
#
security_misc( boolean $success, string $requestor, string $auth, string $txt )
Catch all logger for miscellaneous security records |