Class WsGetGrouperPrivilegesLiteResult
java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.WsGetGrouperPrivilegesLiteResult
- All Implemented Interfaces:
ResultMetadataHolder,WsResponseBean
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWsParam[]Privileges for this queryget the response metadataget the result metadataString[]attributes of subjects returned, in same order as the datavoidvoidsetPrivilegeResults(WsGrouperPrivilegeResult[] privilegeResults1) Privileges for this queryvoidsetResponseMetadata(WsResponseMeta responseMetadata1) voidsetResultMetadata(WsResultMeta resultMetadata1) voidsetSubjectAttributeNames(String[] attributeNamesa) attributes of subjects returned, in same order as the data
-
Constructor Details
-
WsGetGrouperPrivilegesLiteResult
public WsGetGrouperPrivilegesLiteResult()empty
-
-
Method Details
-
getResultMetadata
Description copied from interface:WsResponseBeanget the result metadata- Specified by:
getResultMetadatain interfaceResultMetadataHolder- Specified by:
getResultMetadatain interfaceWsResponseBean- Returns:
- the resultMetadata
-
getSubjectAttributeNames
attributes of subjects returned, in same order as the data- Returns:
- the attributeNames
-
setSubjectAttributeNames
attributes of subjects returned, in same order as the data- Parameters:
attributeNamesa- the attributeNames to set
-
getResponseMetadata
Description copied from interface:WsResponseBeanget the response metadata- Specified by:
getResponseMetadatain interfaceWsResponseBean- Returns:
- the response metadata
- See Also:
-
edu.internet2.middleware.grouper.ws.rest.WsResponseBean#getResponseMetadata()
-
setResultMetadata
- Parameters:
resultMetadata1- the resultMetadata to set
-
setResponseMetadata
- Parameters:
responseMetadata1- the responseMetadata to set
-
getParams
- Returns:
- the params
-
setParams
- Parameters:
params1- the params to set
-
getPrivilegeResults
Privileges for this query- Returns:
- the privileges
-
setPrivilegeResults
Privileges for this query- Parameters:
privilegeResults1-
-