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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumresult code of a request -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassignResultCode(WsGetGrouperPrivilegesLiteResult.WsGetGrouperPrivilegesLiteResultCode memberChangeSubjectLiteResultCode1) assign the code from the enumvoidassignResultCodeException(WsGetGrouperPrivilegesLiteResult.WsGetGrouperPrivilegesLiteResultCode wsMemberChangeSubjectLiteResultCodeOverride, String theError, Exception e) prcess an exception, log, etcWsParam[]Privileges for this queryget the response metadataget the result metadataString[]attributes of subjects returned, in same order as the datavoidprocessSubject(WsSubjectLookup wsSubjectLookup1, String[] theSubjectAttributeNames) assign the code from the enumvoidvoidsetPrivilegeResults(WsGrouperPrivilegeResult[] privilegeResults1) Privileges for this queryvoidsetResponseMetadata(WsResponseMeta responseMetadata1) voidsetResultMetadata(WsResultMeta resultMetadata1) voidsetSubjectAttributeNames(String[] attributeNamesa) attributes of subjects returned, in same order as the datatoString()make sure this is an explicit toString
-
Constructor Details
-
WsGetGrouperPrivilegesLiteResult
public WsGetGrouperPrivilegesLiteResult()empty
-
-
Method Details
-
toString
make sure this is an explicit toString -
processSubject
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
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:
-
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-
-