Module org.snmp4j

Class TsmSecurityStateReference

  • All Implemented Interfaces:
    SecurityStateReference

    public class TsmSecurityStateReference
    extends java.lang.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 Detail

      • TsmSecurityStateReference

        public TsmSecurityStateReference()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.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.