Class GcAssignGrouperPrivilegesLite

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

public class GcAssignGrouperPrivilegesLite extends Object
class to run a assign grouper privileges web service call
  • Constructor Details

    • GcAssignGrouperPrivilegesLite

      public GcAssignGrouperPrivilegesLite()
  • Method Details

    • assignWsEndpoint

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

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

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

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

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

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

      public GcAssignGrouperPrivilegesLite assignAllowed(boolean isAllowed)
      assign if allowed
      Parameters:
      isAllowed -
      Returns:
      this for chaining
    • assignPrivilegeType

      public GcAssignGrouperPrivilegesLite assignPrivilegeType(String thePrivilegeType)
      assign privilege type
      Parameters:
      thePrivilegeType -
      Returns:
      this for chaining
    • assignPrivilegeName

      public GcAssignGrouperPrivilegesLite assignPrivilegeName(String thePrivilegeName)
      assign the privilege name to query
      Parameters:
      thePrivilegeName -
      Returns:
      this for chaining
    • assignGroupName

      public GcAssignGrouperPrivilegesLite assignGroupName(String theGroupName)
      set the group name
      Parameters:
      theGroupName -
      Returns:
      this for chaining
    • assignStemName

      public GcAssignGrouperPrivilegesLite assignStemName(String theStemName)
      set the stem name to query privs
      Parameters:
      theStemName -
      Returns:
      this for chaining
    • addParam

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

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

      public GcAssignGrouperPrivilegesLite assignSubjectLookup(WsSubjectLookup wsSubjectLookup)
      add a subject lookup
      Parameters:
      wsSubjectLookup -
      Returns:
      this for chaining
    • assignActAsSubject

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

      public GcAssignGrouperPrivilegesLite addSubjectAttributeName(String subjectAttributeName)
      Parameters:
      subjectAttributeName -
      Returns:
      this for chaining
    • assignIncludeGroupDetail

      public GcAssignGrouperPrivilegesLite assignIncludeGroupDetail(Boolean theIncludeGroupDetail)
      assign if the group detail should be included
      Parameters:
      theIncludeGroupDetail -
      Returns:
      this for chaining
    • assignIncludeSubjectDetail

      public GcAssignGrouperPrivilegesLite assignIncludeSubjectDetail(Boolean theIncludeSubjectDetail)
      if should include subject detail
      Parameters:
      theIncludeSubjectDetail -
      Returns:
      this for chaining
    • assignClientVersion

      public GcAssignGrouperPrivilegesLite 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