Class Actor

    • Method Detail

      • id

        public final String id()

        The ID of the threat actor.

        Returns:
        The ID of the threat actor.
      • user

        public final ActorUser user()

        Contains information about the user credentials used by the threat actor.

        Returns:
        Contains information about the user credentials used by the threat actor.
      • session

        public final ActorSession session()

        Contains information about the user session where the activity initiated.

        Returns:
        Contains information about the user session where the activity initiated.
      • serializableBuilderClass

        public static Class<? extends Actor.Builder> serializableBuilderClass()
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)