Package org.owasp.esapi.logging.appender
Class UserInfoSupplier
- java.lang.Object
-
- org.owasp.esapi.logging.appender.UserInfoSupplier
-
public class UserInfoSupplier extends java.lang.Object
Supplier which can provide a String representing the client-side connection information.
-
-
Constructor Summary
Constructors Constructor Description UserInfoSupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
get()
void
setLogUserInfo(boolean log)
Specify whether the instance should record the client info.
-