A C D E F G H I J K L M N O P R S T U V W

L

LogFactory - interface org.owasp.esapi.LogFactory.
The LogFactory interface is intended to allow substitution of various logging packages, while providing a common interface to access them.
Logger - interface org.owasp.esapi.Logger.
The Logger interface defines a set of methods that can be used to log security events.
load(InputStream) - Method in class org.owasp.esapi.reference.DefaultEncryptedProperties
Load.
lock() - Method in interface org.owasp.esapi.User
Lock the user's account.
lock() - Method in class org.owasp.esapi.reference.DefaultUser
 
log() - Static method in class org.owasp.esapi.ESAPI
 
logHTTPRequest(Logger) - Method in interface org.owasp.esapi.HTTPUtilities
Format the Source IP address, URL, URL parameters, and all form parameters into a string suitable for the log file.
logHTTPRequest(Logger, List) - Method in interface org.owasp.esapi.HTTPUtilities
Format the Source IP address, URL, URL parameters, and all form parameters into a string suitable for the log file.
logHTTPRequest(Logger) - Method in class org.owasp.esapi.reference.DefaultHTTPUtilities
 
logHTTPRequest(Logger, List) - Method in class org.owasp.esapi.reference.DefaultHTTPUtilities
Formats an HTTP request into a log suitable string.
login(HttpServletRequest, HttpServletResponse) - Method in interface org.owasp.esapi.Authenticator
Authenticates the user's credentials from the HttpServletRequest if necessary, creates a session if necessary, and sets the user as the current user.
login(HttpServletRequest, HttpServletResponse) - Method in class org.owasp.esapi.reference.FileBasedAuthenticator
This method should be called for every HTTP request, to login the current user either from the session of HTTP request.
loginWithPassword(String) - Method in interface org.owasp.esapi.User
Login with password.
loginWithPassword(String) - Method in class org.owasp.esapi.reference.DefaultUser
 
logout() - Method in interface org.owasp.esapi.Authenticator
Logs out the current user.
logout() - Method in interface org.owasp.esapi.User
Logout this user.
logout() - Method in class org.owasp.esapi.reference.DefaultUser
 
logout() - Method in class org.owasp.esapi.reference.FileBasedAuthenticator
Log out the current user.

A C D E F G H I J K L M N O P R S T U V W