Class GraphProviderInfo


public class GraphProviderInfo extends SerializableEntity
Who is the provider for this user and what is the identifier and domain that is used to uniquely identify the user.
  • Constructor Details

    • GraphProviderInfo

      public GraphProviderInfo()
  • Method Details

    • getDescriptor

      public String getDescriptor()
    • setDescriptor

      public void setDescriptor(String descriptor)
    • getDomain

      public String getDomain()
    • setDomain

      public void setDomain(String domain)
    • getOrigin

      public String getOrigin()
    • setOrigin

      public void setOrigin(String origin)
    • getOriginId

      public String getOriginId()
    • setOriginId

      public void setOriginId(String originId)