Class CadfResource


  • public final class CadfResource
    extends Object
    Implementation of the CADF Resource type. Resource represents an actor in a CADF event: OBSERVER that reports the event, INITIATOR that performs the action that generates the event, or TARGET upon which the action is performed.
    • Method Detail

      • getId

        public String getId()
        Return the resource ID. It can be used to reference the resource from other events in the same log.
        Returns:
        Resource ID string
      • getName

        public String getName()
        Returns:
        the name
      • getDomain

        public String getDomain()
        Returns:
        the domain
      • getCredential

        public CadfCredential getCredential()
        Returns:
        the credential
      • getHost

        public String getHost()
        Returns:
        the host
      • getGeolocationId

        public String getGeolocationId()