|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.rest.permission.WsRestGetPermissionAssignmentsRequest
public class WsRestGetPermissionAssignmentsRequest
Bean for rest request to get permissions
Constructor Summary | |
---|---|
WsRestGetPermissionAssignmentsRequest()
|
Method Summary | |
---|---|
WsSubjectLookup |
getActAsSubjectLookup()
if acting as someone else |
String[] |
getActions()
actions to query, or none to query all actions |
String |
getClientVersion()
is the version of the client. |
String |
getEnabled()
A for all, T or null for enabled only, F for disabled |
String |
getIncludeAssignmentsOnAssignments()
if this is not querying assignments on assignments directly, but the assignments and assignments on those assignments should be returned, enter true. |
String |
getIncludeAttributeAssignments()
T or F for it attribute assignments should be returned |
String |
getIncludeAttributeDefNames()
T or F for if attributeDefName objects should be returned |
String |
getIncludeGroupDetail()
T or F as to if the group detail should be returned |
String |
getIncludePermissionAssignDetail()
T or F for if the permission details should be returned |
String |
getIncludeSubjectDetail()
T|F, for if the extended subject information should be returned (anything more than just the id) |
WsParam[] |
getParams()
optional: reserved for future use |
WsGroupLookup[] |
getRoleLookups()
are roles to look in |
String[] |
getSubjectAttributeNames()
are the additional subject attributes (data) to return. |
WsAttributeDefLookup[] |
getWsAttributeDefLookups()
find assignments in these attribute defs (optional) |
WsAttributeDefNameLookup[] |
getWsAttributeDefNameLookups()
find assignments in these attribute def names (optional) |
WsSubjectLookup[] |
getWsSubjectLookups()
are subjects to look in |
GrouperRestHttpMethod |
retrieveRestHttpMethod()
see which http method this is supposed to be associated with, and override whatever was passed in |
void |
setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
if acting as someone else |
void |
setActions(String[] actions1)
actions to query, or none to query all actions |
void |
setClientVersion(String clientVersion1)
is the version of the client. |
void |
setEnabled(String enabled1)
A for all, T or null for enabled only, F for disabled |
void |
setIncludeAssignmentsOnAssignments(String includeAssignmentsOnAssignments1)
if this is not querying assignments on assignments directly, but the assignments and assignments on those assignments should be returned, enter true. |
void |
setIncludeAttributeAssignments(String includeAttributeAssignments1)
T or F for it attribute assignments should be returned |
void |
setIncludeAttributeDefNames(String includeAttributeDefNames1)
T or F for if attributeDefName objects should be returned |
void |
setIncludeGroupDetail(String includeGroupDetail1)
T or F as to if the group detail should be returned |
void |
setIncludePermissionAssignDetail(String includePermissionAssignDetail1)
T or F for if the permission details should be returned |
void |
setIncludeSubjectDetail(String includeSubjectDetail1)
T|F, for if the extended subject information should be returned (anything more than just the id) |
void |
setParams(WsParam[] params1)
optional: reserved for future use |
void |
setRoleLookups(WsGroupLookup[] wsOwnerGroupLookups1)
are roles to look in |
void |
setSubjectAttributeNames(String[] subjectAttributeNames1)
are the additional subject attributes (data) to return. |
void |
setWsAttributeDefLookups(WsAttributeDefLookup[] wsAttributeDefLookups1)
find assignments in these attribute defs (optional) |
void |
setWsAttributeDefNameLookups(WsAttributeDefNameLookup[] wsAttributeDefNameLookups1)
find assignments in these attribute def names (optional) |
void |
setWsSubjectLookups(WsSubjectLookup[] wsOwnerSubjectLookups1)
are subjects to look in |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsRestGetPermissionAssignmentsRequest()
Method Detail |
---|
public String getIncludeAttributeDefNames()
public void setIncludeAttributeDefNames(String includeAttributeDefNames1)
includeAttributeDefNames1
- public String getIncludePermissionAssignDetail()
public void setIncludePermissionAssignDetail(String includePermissionAssignDetail1)
includePermissionAssignDetail1
- public String getIncludeAttributeAssignments()
public void setIncludeAttributeAssignments(String includeAttributeAssignments1)
includeAttributeAssignments1
- public GrouperRestHttpMethod retrieveRestHttpMethod()
WsRequestBean
retrieveRestHttpMethod
in interface WsRequestBean
WsRequestBean.retrieveRestHttpMethod()
public String getClientVersion()
public void setClientVersion(String clientVersion1)
clientVersion1
- public WsAttributeDefLookup[] getWsAttributeDefLookups()
public void setWsAttributeDefLookups(WsAttributeDefLookup[] wsAttributeDefLookups1)
wsAttributeDefLookups1
- public WsAttributeDefNameLookup[] getWsAttributeDefNameLookups()
public void setWsAttributeDefNameLookups(WsAttributeDefNameLookup[] wsAttributeDefNameLookups1)
wsAttributeDefNameLookups1
- public WsGroupLookup[] getRoleLookups()
public void setRoleLookups(WsGroupLookup[] wsOwnerGroupLookups1)
wsOwnerGroupLookups1
- public WsSubjectLookup[] getWsSubjectLookups()
public void setWsSubjectLookups(WsSubjectLookup[] wsOwnerSubjectLookups1)
wsOwnerSubjectLookups1
- public String[] getActions()
public void setActions(String[] actions1)
actions1
- public String getIncludeAssignmentsOnAssignments()
public void setIncludeAssignmentsOnAssignments(String includeAssignmentsOnAssignments1)
includeAssignmentsOnAssignments1
- public WsSubjectLookup getActAsSubjectLookup()
public void setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
actAsSubjectLookup1
- public String getIncludeSubjectDetail()
public void setIncludeSubjectDetail(String includeSubjectDetail1)
includeSubjectDetail1
- public String[] getSubjectAttributeNames()
public void setSubjectAttributeNames(String[] subjectAttributeNames1)
subjectAttributeNames1
- public String getIncludeGroupDetail()
public void setIncludeGroupDetail(String includeGroupDetail1)
includeGroupDetail1
- public WsParam[] getParams()
public void setParams(WsParam[] params1)
params1
- public String getEnabled()
public void setEnabled(String enabled1)
enabled1
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |