Class AuditLogConf
- java.lang.Object
-
- io.jans.configapi.model.configuration.AuditLogConf
-
public class AuditLogConf extends Object
-
-
Constructor Summary
Constructors Constructor Description AuditLogConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getHeaderAttributes()
Collection<String>
getIgnoreHttpMethod()
boolean
isEnabled()
void
setEnabled(boolean enabled)
void
setHeaderAttributes(List<String> headerAttributes)
void
setIgnoreHttpMethod(Collection<String> ignoreHttpMethod)
String
toString()
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
getIgnoreHttpMethod
public Collection<String> getIgnoreHttpMethod()
-
setIgnoreHttpMethod
public void setIgnoreHttpMethod(Collection<String> ignoreHttpMethod)
-
-