Interface AuditConf

All Superinterfaces:
Entity, ProvidedKeyEntity, Serializable
All Known Implementing Classes:
JPAAuditConf, Neo4jAuditConf

public interface AuditConf extends ProvidedKeyEntity
  • Field Summary

    Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity

    EMAIL_PATTERN, ID_PATTERN, ID_REGEX
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    setActive(boolean active)
     

    Methods inherited from interface org.apache.syncope.core.persistence.api.entity.Entity

    getKey

    Methods inherited from interface org.apache.syncope.core.persistence.api.entity.ProvidedKeyEntity

    setKey
  • Method Details

    • isActive

      boolean isActive()
    • setActive

      void setActive(boolean active)