|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.coresoap.WsGetGrouperPrivilegesLiteResult
public class WsGetGrouperPrivilegesLiteResult
Result of retrieving privileges for a user/group combo (and perhaps filtered by type), will return a list of permissions
Nested Class Summary | |
---|---|
static class |
WsGetGrouperPrivilegesLiteResult.WsGetGrouperPrivilegesLiteResultCode
result code of a request |
Constructor Summary | |
---|---|
WsGetGrouperPrivilegesLiteResult()
empty |
Method Summary | |
---|---|
void |
assignResultCode(WsGetGrouperPrivilegesLiteResult.WsGetGrouperPrivilegesLiteResultCode memberChangeSubjectLiteResultCode1)
assign the code from the enum |
void |
assignResultCodeException(WsGetGrouperPrivilegesLiteResult.WsGetGrouperPrivilegesLiteResultCode wsMemberChangeSubjectLiteResultCodeOverride,
String theError,
Exception e)
prcess an exception, log, etc |
WsParam[] |
getParams()
|
WsGrouperPrivilegeResult[] |
getPrivilegeResults()
Privileges for this query |
WsResponseMeta |
getResponseMetadata()
get the response metadata |
WsResultMeta |
getResultMetadata()
get the result metadata |
String[] |
getSubjectAttributeNames()
attributes of subjects returned, in same order as the data |
void |
processSubject(WsSubjectLookup wsSubjectLookup1,
String[] theSubjectAttributeNames)
assign the code from the enum |
void |
setParams(WsParam[] params1)
|
void |
setPrivilegeResults(WsGrouperPrivilegeResult[] privilegeResults1)
Privileges for this query |
void |
setResponseMetadata(WsResponseMeta responseMetadata1)
|
void |
setResultMetadata(WsResultMeta resultMetadata1)
|
void |
setSubjectAttributeNames(String[] attributeNamesa)
attributes of subjects returned, in same order as the data |
String |
toString()
make sure this is an explicit toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WsGetGrouperPrivilegesLiteResult()
Method Detail |
---|
public String toString()
toString
in class Object
public void processSubject(WsSubjectLookup wsSubjectLookup1, String[] theSubjectAttributeNames)
wsSubjectLookup1
- theSubjectAttributeNames
- public void assignResultCodeException(WsGetGrouperPrivilegesLiteResult.WsGetGrouperPrivilegesLiteResultCode wsMemberChangeSubjectLiteResultCodeOverride, String theError, Exception e)
wsMemberChangeSubjectLiteResultCodeOverride
- theError
- e
- public void assignResultCode(WsGetGrouperPrivilegesLiteResult.WsGetGrouperPrivilegesLiteResultCode memberChangeSubjectLiteResultCode1)
memberChangeSubjectLiteResultCode1
- public WsResultMeta getResultMetadata()
WsResponseBean
getResultMetadata
in interface WsResponseBean
getResultMetadata
in interface ResultMetadataHolder
public String[] getSubjectAttributeNames()
public void setSubjectAttributeNames(String[] attributeNamesa)
attributeNamesa
- the attributeNames to setpublic WsResponseMeta getResponseMetadata()
WsResponseBean
getResponseMetadata
in interface WsResponseBean
WsResponseBean.getResponseMetadata()
public void setResultMetadata(WsResultMeta resultMetadata1)
resultMetadata1
- the resultMetadata to setpublic void setResponseMetadata(WsResponseMeta responseMetadata1)
responseMetadata1
- the responseMetadata to setpublic WsParam[] getParams()
public void setParams(WsParam[] params1)
params1
- the params to setpublic WsGrouperPrivilegeResult[] getPrivilegeResults()
public void setPrivilegeResults(WsGrouperPrivilegeResult[] privilegeResults1)
privilegeResults1
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |