Class GcGetGrouperPrivilegesLite

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

public class GcGetGrouperPrivilegesLite extends Object
class to run a get grouper privileges web service call
  • Constructor Details

    • GcGetGrouperPrivilegesLite

      public GcGetGrouperPrivilegesLite()
  • Method Details

    • assignWsEndpoint

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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