Class Actor


  • public class Actor
    extends java.lang.Object
    Represents a unique DataHub actor (i.e. principal). Defining characteristics of all DataHub Actors includes a a) Actor Type: A specific type of actor, e.g. CORP_USER or SERVICE_USER. b) Actor Id: A unique id for the actor. These pieces of information are in turn used to construct an Entity Urn, which can be used as a primary key to fetch and update specific information about the actor.
    • Constructor Summary

      Constructors 
      Constructor Description
      Actor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toUrnStr()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Actor

        public Actor()
    • Method Detail

      • toUrnStr

        @Nonnull
        public java.lang.String toUrnStr()
        Returns:
        the string-ified urn rendering of the authenticated actor.