Module org.snmp4j

Class TsmSecurityStateReference

java.lang.Object
org.snmp4j.security.TsmSecurityStateReference
All Implemented Interfaces:
SecurityStateReference

public class TsmSecurityStateReference extends Object implements SecurityStateReference
The TsmSecurityStateReference holds cached security data for the TSM security model.
Since:
2.0
Version:
3.4.0
Author:
Frank Fock
  • Constructor Details

    • TsmSecurityStateReference

      public TsmSecurityStateReference()
  • Method Details

    • getTmStateReference

      public TransportStateReference getTmStateReference()
    • setTmStateReference

      public void setTmStateReference(TransportStateReference tmStateReference)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setCachedForResponseProcessing

      public void setCachedForResponseProcessing(boolean isCachedForResponseProcessing)
      Description copied from interface: SecurityStateReference
      Sets the isCachedForResponseProcessing flag to indicate whether this security state reference has been cached for response processing which means it will be used later for response or report processing rather than for requests or notifications (traps).
      Specified by:
      setCachedForResponseProcessing in interface SecurityStateReference
      Parameters:
      isCachedForResponseProcessing - if true, this security state reference has been cached for response processing.
    • isCachedForResponseProcessing

      public boolean isCachedForResponseProcessing()
      Description copied from interface: SecurityStateReference
      Returns the isCachedForResponseProcessing flag indicating whether this security state reference has been cached for response processing which means it can be used later for response or report processing rather than for requests or notifications (traps).
      Specified by:
      isCachedForResponseProcessing in interface SecurityStateReference
      Returns:
      if true, this security state reference has been cached for response processing.