Class OrchestrationUser

java.lang.Object
com.vasco.orchestration.client.user.OrchestrationUser

public class OrchestrationUser extends Object
The OrchestrationUser object represent the activated user
  • Constructor Details

    • OrchestrationUser

      public OrchestrationUser(String userIdentifier)
    • OrchestrationUser

      public OrchestrationUser(String userIdentifier, String domain)
  • Method Details

    • getUserIdentifier

      public String getUserIdentifier()
    • getDomain

      public String getDomain()
    • setUserIdentifier

      public void setUserIdentifier(String userIdentifier)
    • setDomain

      public void setDomain(String domain)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object