Class WsGetGrouperPrivilegesLiteResult

java.lang.Object
edu.internet2.middleware.grouper.ws.coresoap.WsGetGrouperPrivilegesLiteResult
All Implemented Interfaces:
WsResponseBean, ResultMetadataHolder

public class WsGetGrouperPrivilegesLiteResult extends Object implements WsResponseBean, ResultMetadataHolder
Result of retrieving privileges for a user/group combo (and perhaps filtered by type), will return a list of permissions
  • Constructor Details

    • WsGetGrouperPrivilegesLiteResult

      public WsGetGrouperPrivilegesLiteResult()
      empty
  • Method Details

    • toString

      public String toString()
      make sure this is an explicit toString
      Overrides:
      toString in class Object
    • processSubject

      public void processSubject(WsSubjectLookup wsSubjectLookup1, String[] theSubjectAttributeNames)
      assign the code from the enum
      Parameters:
      wsSubjectLookup1 -
      theSubjectAttributeNames -
    • assignResultCodeException

      public void assignResultCodeException(WsGetGrouperPrivilegesLiteResult.WsGetGrouperPrivilegesLiteResultCode wsMemberChangeSubjectLiteResultCodeOverride, String theError, Exception e)
      prcess an exception, log, etc
      Parameters:
      wsMemberChangeSubjectLiteResultCodeOverride -
      theError -
      e -
    • assignResultCode

      public void assignResultCode(WsGetGrouperPrivilegesLiteResult.WsGetGrouperPrivilegesLiteResultCode memberChangeSubjectLiteResultCode1)
      assign the code from the enum
      Parameters:
      memberChangeSubjectLiteResultCode1 -
    • getResultMetadata

      public WsResultMeta getResultMetadata()
      Description copied from interface: WsResponseBean
      get the result metadata
      Specified by:
      getResultMetadata in interface ResultMetadataHolder
      Specified by:
      getResultMetadata in interface WsResponseBean
      Returns:
      the resultMetadata
    • getSubjectAttributeNames

      public String[] getSubjectAttributeNames()
      attributes of subjects returned, in same order as the data
      Returns:
      the attributeNames
    • setSubjectAttributeNames

      public void setSubjectAttributeNames(String[] attributeNamesa)
      attributes of subjects returned, in same order as the data
      Parameters:
      attributeNamesa - the attributeNames to set
    • getResponseMetadata

      public WsResponseMeta getResponseMetadata()
      Description copied from interface: WsResponseBean
      get the response metadata
      Specified by:
      getResponseMetadata in interface WsResponseBean
      Returns:
      the response metadata
      See Also:
    • setResultMetadata

      public void setResultMetadata(WsResultMeta resultMetadata1)
      Parameters:
      resultMetadata1 - the resultMetadata to set
    • setResponseMetadata

      public void setResponseMetadata(WsResponseMeta responseMetadata1)
      Parameters:
      responseMetadata1 - the responseMetadata to set
    • getParams

      public WsParam[] getParams()
      Returns:
      the params
    • setParams

      public void setParams(WsParam[] params1)
      Parameters:
      params1 - the params to set
    • getPrivilegeResults

      public WsGrouperPrivilegeResult[] getPrivilegeResults()
      Privileges for this query
      Returns:
      the privileges
    • setPrivilegeResults

      public void setPrivilegeResults(WsGrouperPrivilegeResult[] privilegeResults1)
      Privileges for this query
      Parameters:
      privilegeResults1 -