Class ClientDebugUtil

  • All Implemented Interfaces:
    edu.uiuc.ncsa.security.core.util.DebugConstants, Serializable

    public class ClientDebugUtil
    extends edu.uiuc.ncsa.security.core.util.MetaDebugUtil

    Created by Jeff Gaynor
    on 6/25/21 at 2:47 PM

    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class edu.uiuc.ncsa.security.core.util.MetaDebugUtil

        debugLevel, DEFAULT_TITLE, host, JSON_DELIMITER, JSON_ENABLED, JSON_HOST, JSON_LEVEL, JSON_TITLE, JSON_TS_ON
      • Fields inherited from interface edu.uiuc.ncsa.security.core.util.DebugConstants

        DEBUG_LEVEL_ERROR, DEBUG_LEVEL_ERROR_LABEL, DEBUG_LEVEL_INFO, DEBUG_LEVEL_INFO_LABEL, DEBUG_LEVEL_OFF, DEBUG_LEVEL_OFF_LABEL, DEBUG_LEVEL_SEVERE, DEBUG_LEVEL_SEVERE_LABEL, DEBUG_LEVEL_TRACE, DEBUG_LEVEL_TRACE_LABEL, DEBUG_LEVEL_UNKNOWN, DEBUG_LEVEL_WARN, DEBUG_LEVEL_WARN_LABEL
    • Constructor Summary

      Constructors 
      Constructor Description
      ClientDebugUtil​(org.oa4mp.delegation.common.storage.clients.BaseClient client)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.oa4mp.delegation.common.storage.clients.BaseClient getClient()  
      ServiceTransaction getTransaction()  
      boolean hasTransaction()  
      void printIt​(int level, Class callingClass, String message)  
      void setClient​(org.oa4mp.delegation.common.storage.clients.BaseClient client)  
      void setTransaction​(ServiceTransaction transaction)  
      • Methods inherited from class edu.uiuc.ncsa.security.core.util.MetaDebugUtil

        checkLevelAndLabel, error, error, error, error, error, error, error, error, fromJSON, getDebugLevel, getDelimiter, getHost, getTitle, hasHost, info, info, info, info, isEnabled, isPrintTS, printIt, printIt, printIt, printIt, setDebugLevel, setDebugLevel, setDelimiter, setHost, setIsEnabled, setPrintTS, setTitle, severe, severe, severe, severe, severe, severe, severe, severe, toJSON, toLabel, toLevel, toString, trace, trace, trace, trace, trace, trace, trace, trace, warn, warn, warn, warn
    • Constructor Detail

      • ClientDebugUtil

        public ClientDebugUtil​(org.oa4mp.delegation.common.storage.clients.BaseClient client)
    • Method Detail

      • printIt

        public void printIt​(int level,
                            Class callingClass,
                            String message)
        Overrides:
        printIt in class edu.uiuc.ncsa.security.core.util.MetaDebugUtil
      • hasTransaction

        public boolean hasTransaction()
      • getClient

        public org.oa4mp.delegation.common.storage.clients.BaseClient getClient()
      • setClient

        public void setClient​(org.oa4mp.delegation.common.storage.clients.BaseClient client)