Class ActorFactory

java.lang.Object
org.linkedopenactors.rdfpub.app.actor.ActorFactory

@Service public class ActorFactory extends Object
  • Constructor Details

    • ActorFactory

      public ActorFactory()
  • Method Details

    • createPerson

      public Actor createPerson(org.apache.commons.rdf.api.IRI actorId, String issuerUserId, String issuerPreferredUsername, URI issuer, String logMsg)
      Creates an actor of type person.
      Parameters:
      actorId -
      issuerUserId -
      issuerPreferredUsername -
      issuer -
      logMsg -
      Returns:
      created person
    • createApplication

      public Actor createApplication(org.apache.commons.rdf.api.IRI actorId, String issuerUserId, String issuerPreferredUsername, URI issuer, String logMsg)