Package com.datahub.authentication
Class Actor
- java.lang.Object
-
- com.datahub.authentication.Actor
-
public class Actor extends java.lang.ObjectRepresents 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.StringtoUrnStr()
-