Class NodeAuditor

    • Constructor Detail

      • NodeAuditor

        public NodeAuditor()
    • Method Detail

      • setPolicyComponent

        public void setPolicyComponent​(PolicyComponent policyComponent)
        Set the component used to bind to behaviour callbacks
      • setAuditComponent

        public void setAuditComponent​(AuditComponent auditComponent)
        The component to create audit events
      • afterPropertiesSet

        public void afterPropertiesSet()
        Checks that all necessary properties have been set and binds with the policy component.
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean