
com.daedafusion.security.audit.providers.AuditProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of security-framework Show documentation
Show all versions of security-framework Show documentation
A pluggable security framework "inspired" by the OWASP ESAPI framework
package com.daedafusion.security.audit.providers;
import com.daedafusion.sf.Provider;
import com.daedafusion.security.audit.Audit;
/**
* Created by mphilpot on 8/12/14.
*/
public interface AuditProvider extends Provider, Audit
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy