Class AuditRestProperties

All Implemented Interfaces:
Serializable, CasFeatureModule

@RequiresModule(name="cas-server-support-audit-rest", automated=true) public class AuditRestProperties extends RestEndpointProperties
Since:
5.3.0
See Also:
  • Constructor Details

    • AuditRestProperties

      public AuditRestProperties()
  • Method Details

    • isAsynchronous

      public boolean isAsynchronous()
      Make storage requests asynchronously.
    • setAsynchronous

      public AuditRestProperties setAsynchronous(boolean asynchronous)
      Make storage requests asynchronously.
      Returns:
      this.