Package org.owasp.esapi.logging.appender
Class UserInfoSupplier
- java.lang.Object
-
- org.owasp.esapi.logging.appender.UserInfoSupplier
-
public class UserInfoSupplier extends java.lang.ObjectSupplier 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.Stringget()voidsetLogUserInfo(boolean log)Specify whether the instance should record the client info.
-