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 enum
result code of a request -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
assignResultCode
(WsGetGrouperPrivilegesLiteResult.WsGetGrouperPrivilegesLiteResultCode memberChangeSubjectLiteResultCode1) assign the code from the enumvoid
assignResultCodeException
(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 datavoid
processSubject
(WsSubjectLookup wsSubjectLookup1, String[] theSubjectAttributeNames) assign the code from the enumvoid
void
setPrivilegeResults
(WsGrouperPrivilegeResult[] privilegeResults1) Privileges for this queryvoid
setResponseMetadata
(WsResponseMeta responseMetadata1) void
setResultMetadata
(WsResultMeta resultMetadata1) void
setSubjectAttributeNames
(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:WsResponseBean
get the result metadata- Specified by:
getResultMetadata
in interfaceResultMetadataHolder
- Specified by:
getResultMetadata
in 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:WsResponseBean
get the response metadata- Specified by:
getResponseMetadata
in 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
-
-