Class GcExternalSubjectDelete

java.lang.Object
edu.internet2.middleware.grouperClient.api.GcExternalSubjectDelete

public class GcExternalSubjectDelete extends Object
class to run a external subject delete web service call
  • Constructor Details

    • GcExternalSubjectDelete

      public GcExternalSubjectDelete()
  • Method Details

    • assignWsEndpoint

      public GcExternalSubjectDelete assignWsEndpoint(String theWsEndpoint)
      endpoint to grouper WS, e.g. https://server.school.edu/grouper-ws/servicesRest
      Parameters:
      theWsEndpoint -
      Returns:
      this for chaining
    • assignWsUser

      public GcExternalSubjectDelete assignWsUser(String theWsUser)
      ws user
      Parameters:
      theWsUser -
      Returns:
      this for chaining
    • assignWsPass

      public GcExternalSubjectDelete assignWsPass(String theWsPass)
      ws pass
      Parameters:
      theWsPass -
      Returns:
      this for chaining
    • assignWsPassEncrypted

      public GcExternalSubjectDelete assignWsPassEncrypted(String theWsPassEncrypted)
      ws pass
      Parameters:
      theWsPass -
      Returns:
      this for chaining
    • assignWsPassFile

      public GcExternalSubjectDelete assignWsPassFile(File theFile)
      ws pass
      Parameters:
      theWsPass -
      Returns:
      this for chaining
    • assignWsPassFileEncrypted

      public GcExternalSubjectDelete assignWsPassFileEncrypted(File theFile)
      ws pass
      Parameters:
      theWsPass -
      Returns:
      this for chaining
    • addExternalSubjectLookup

      public GcExternalSubjectDelete addExternalSubjectLookup(WsExternalSubjectLookup wsExternalSubjectLookup)
      add external subject lookup
      Parameters:
      wsExternalSubjectLookup -
      Returns:
      this for chaining
    • addIdentifier

      public GcExternalSubjectDelete addIdentifier(String theIdentifier)
      add external subject lookup
      Parameters:
      theIdentifier -
      Returns:
      this for chaining
    • addParam

      public GcExternalSubjectDelete addParam(String paramName, String paramValue)
      add a param to the list
      Parameters:
      paramName -
      paramValue -
      Returns:
      this for chaining
    • addParam

      public GcExternalSubjectDelete addParam(WsParam wsParam)
      add a param to the list
      Parameters:
      wsParam -
      Returns:
      this for chaining
    • assignActAsSubject

      public GcExternalSubjectDelete assignActAsSubject(WsSubjectLookup theActAsSubject)
      assign the act as subject if any
      Parameters:
      theActAsSubject -
      Returns:
      this for chaining
    • assignTxType

      public GcExternalSubjectDelete assignTxType(GcTransactionType gcTransactionType)
      assign the tx type
      Parameters:
      gcTransactionType -
      Returns:
      self for chaining
    • assignClientVersion

      public GcExternalSubjectDelete assignClientVersion(String theClientVersion)
      assign client version
      Parameters:
      theClientVersion -
      Returns:
      this for chaining
    • execute

      execute the call and return the results. If there is a problem calling the service, an exception will be thrown
      Returns:
      the results