Class IdentitySet

java.lang.Object
com.strongdm.api.IdentitySet

public class IdentitySet extends Object
A IdentitySet defines a group of identity aliases.
  • Constructor Details

    • IdentitySet

      public IdentitySet()
  • Method Details

    • getId

      public String getId()
      Unique identifier of the IdentitySet.
    • setId

      public void setId(String in)
      Unique identifier of the IdentitySet.
    • getName

      public String getName()
      Unique human-readable name of the IdentitySet.
    • setName

      public void setName(String in)
      Unique human-readable name of the IdentitySet.