java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_4.WsSubject

public class WsSubject extends Object
subject bean for web services
  • Constructor Details

    • WsSubject

      public WsSubject()
      constructor
  • Method Details

    • getIdentifierLookup

      public String getIdentifierLookup()
      identifier used to lookup subject
      Returns:
      the identifier
    • setIdentifierLookup

      public void setIdentifierLookup(String identifierLookup1)
      return the identifier looked up
      Parameters:
      identifierLookup1 -
    • getId

      public String getId()
      subject id, note if no subject found, and identifier was passed in, that will be placed here
      Returns:
      the id
    • setId

      public void setId(String id1)
      subject id, note if no subject found, and identifier was passed in, that will be placed here
      Parameters:
      id1 -
    • getName

      public String getName()
      Returns:
      the name
    • setName

      public void setName(String name1)
      Parameters:
      name1 - the name to set
    • getAttributeValues

      public String[] getAttributeValues()
      if attributes are being sent back per config in the grouper.properties, this is attribute0 value, this is extended subject data
      Returns:
      the attribute0
    • setAttributeValues

      public void setAttributeValues(String[] attributesa)
      attribute data of subjects in group (in same order as attributeNames)
      Parameters:
      attributesa - the attributes to set
    • getSourceId

      public String getSourceId()
      Returns:
      the source
    • setSourceId

      public void setSourceId(String source1)
      Parameters:
      source1 - the source to set
    • getResultCode

      public String getResultCode()
      Returns:
      the resultCode
    • setResultCode

      public void setResultCode(String resultCode1)
      Parameters:
      resultCode1 - the resultCode to set
    • getSuccess

      public String getSuccess()
      T or F for success
      Returns:
      the success
    • setSuccess

      public void setSuccess(String success1)
      T or F for success
      Parameters:
      success1 - the success to set