Class GcGetAttributeAssignActions

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

public class GcGetAttributeAssignActions extends Object
class to run a get attribute assign actions web service call
  • Constructor Details

    • GcGetAttributeAssignActions

      public GcGetAttributeAssignActions()
  • Method Details

    • addAction

      public GcGetAttributeAssignActions addAction(String action)
      Parameters:
      action -
      Returns:
      this for chaining
    • assignClientVersion

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

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

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

      public GcGetAttributeAssignActions assignActAsSubject(WsSubjectLookup theActAsSubject)
      assign the act as subject if any
      Parameters:
      theActAsSubject -
      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
    • addAttributeDefName

      public GcGetAttributeAssignActions addAttributeDefName(String nameOfAttributeDef)
      set the attributedef name
      Parameters:
      nameOfAttributeDef -
      Returns:
      this for chaining
    • addAttributeDefUuid

      public GcGetAttributeAssignActions addAttributeDefUuid(String uuidOfAttributeDef)
      set the attributedef uuid
      Parameters:
      uuidOfAttributeDef -
      Returns:
      this for chaining
    • addAttributeDefIdIndex

      public GcGetAttributeAssignActions addAttributeDefIdIndex(Long idIndexOfATtributeDef)
      set the attributedef id index
      Parameters:
      idIndexOfATtributeDef -
      Returns:
      this for chaining
    • assignWsEndpoint

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

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

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

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

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

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