|
|||||||||
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.WsRestGetPermissionAssignmentsLiteRequest
public class WsRestGetPermissionAssignmentsLiteRequest
Bean for rest request to get permissions lite
Constructor Summary | |
---|---|
WsRestGetPermissionAssignmentsLiteRequest()
|
Method Summary | |
---|---|
String |
getActAsSubjectId()
if acting as another user |
String |
getActAsSubjectIdentifier()
if acting as another user |
String |
getActAsSubjectSourceId()
if acting as another user |
String |
getAction()
action to query, or none to query all actions |
String |
getClientVersion()
is the version of the client. |
String |
getEnabled()
is 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) |
String |
getParamName0()
reserved for future use |
String |
getParamName1()
reserved for future use |
String |
getParamValue0()
reserved for future use |
String |
getParamValue1()
reserved for future use |
String |
getRoleId()
is role to look in |
String |
getRoleName()
is role to look in |
String |
getSubjectAttributeNames()
are the additional subject attributes (data) to return (comma separated) If blank, whatever is configured in the grouper-ws.properties will be sent |
String |
getWsAttributeDefId()
find assignments in this attribute def (optional) |
String |
getWsAttributeDefName()
find assignments in this attribute def (optional) |
String |
getWsAttributeDefNameId()
find assignments in this attribute def name (optional) |
String |
getWsAttributeDefNameName()
find assignments in this attribute def name (optional) |
String |
getWsSubjectId()
is subject to look in |
String |
getWsSubjectIdentifier()
is subject to look in |
String |
getWsSubjectSourceId()
is subject to look in |
GrouperRestHttpMethod |
retrieveRestHttpMethod()
see which http method this is supposed to be associated with, and override whatever was passed in |
void |
setActAsSubjectId(String actAsSubjectId1)
if acting as another user |
void |
setActAsSubjectIdentifier(String actAsSubjectIdentifier1)
if acting as another user |
void |
setActAsSubjectSourceId(String actAsSubjectSourceId1)
if acting as another user |
void |
setAction(String action1)
action to query, or none to query all actions |
void |
setClientVersion(String clientVersion1)
is the version of the client. |
void |
setEnabled(String enabled1)
is 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 |
setParamName0(String _paramName0)
reserved for future use |
void |
setParamName1(String _paramName1)
reserved for future use |
void |
setParamValue0(String _paramValue0)
reserved for future use |
void |
setParamValue1(String _paramValue1)
reserved for future use |
void |
setRoleId(String wsOwnerGroupId1)
is role to look in |
void |
setRoleName(String wsOwnerGroupName1)
is role to look in |
void |
setSubjectAttributeNames(String subjectAttributeNames1)
are the additional subject attributes (data) to return (comma separated) If blank, whatever is configured in the grouper-ws.properties will be sent |
void |
setWsAttributeDefId(String wsAttributeDefId1)
find assignments in this attribute def (optional) |
void |
setWsAttributeDefName(String wsAttributeDefName1)
find assignments in this attribute def (optional) |
void |
setWsAttributeDefNameId(String wsAttributeDefNameId1)
find assignments in this attribute def name (optional) |
void |
setWsAttributeDefNameName(String wsAttributeDefNameName1)
find assignments in this attribute def name (optional) |
void |
setWsSubjectId(String wsOwnerSubjectId1)
is subject to look in |
void |
setWsSubjectIdentifier(String wsOwnerSubjectIdentifier1)
is subject to look in |
void |
setWsSubjectSourceId(String wsOwnerSubjectSourceId1)
is subject to look in |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsRestGetPermissionAssignmentsLiteRequest()
Method Detail |
---|
public GrouperRestHttpMethod retrieveRestHttpMethod()
WsRequestBean
retrieveRestHttpMethod
in interface WsRequestBean
WsRequestBean.retrieveRestHttpMethod()
public String getClientVersion()
public void setClientVersion(String clientVersion1)
clientVersion1
- public String getWsAttributeDefName()
public void setWsAttributeDefName(String wsAttributeDefName1)
wsAttributeDefName1
- public String getWsAttributeDefId()
public void setWsAttributeDefId(String wsAttributeDefId1)
wsAttributeDefId1
- public String getWsAttributeDefNameName()
public void setWsAttributeDefNameName(String wsAttributeDefNameName1)
wsAttributeDefNameName1
- public String getWsAttributeDefNameId()
public void setWsAttributeDefNameId(String wsAttributeDefNameId1)
wsAttributeDefNameId1
- public String getRoleName()
public void setRoleName(String wsOwnerGroupName1)
wsOwnerGroupName1
- public String getRoleId()
public void setRoleId(String wsOwnerGroupId1)
wsOwnerGroupId1
- public String getWsSubjectId()
public void setWsSubjectId(String wsOwnerSubjectId1)
wsOwnerSubjectId1
- public String getWsSubjectSourceId()
public void setWsSubjectSourceId(String wsOwnerSubjectSourceId1)
wsOwnerSubjectSourceId1
- public String getWsSubjectIdentifier()
public void setWsSubjectIdentifier(String wsOwnerSubjectIdentifier1)
wsOwnerSubjectIdentifier1
- public String getAction()
public void setAction(String action1)
action1
- public String getIncludeAssignmentsOnAssignments()
public void setIncludeAssignmentsOnAssignments(String includeAssignmentsOnAssignments1)
includeAssignmentsOnAssignments1
- public String getActAsSubjectId()
public void setActAsSubjectId(String actAsSubjectId1)
actAsSubjectId1
- public String getActAsSubjectSourceId()
public void setActAsSubjectSourceId(String actAsSubjectSourceId1)
actAsSubjectSourceId1
- public String getActAsSubjectIdentifier()
public void setActAsSubjectIdentifier(String actAsSubjectIdentifier1)
actAsSubjectIdentifier1
- 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 String getParamName0()
public void setParamName0(String _paramName0)
_paramName0
- public String getParamValue0()
public void setParamValue0(String _paramValue0)
_paramValue0
- public String getParamName1()
public void setParamName1(String _paramName1)
_paramName1
- public String getParamValue1()
public void setParamValue1(String _paramValue1)
_paramValue1
- public String getEnabled()
public void setEnabled(String enabled1)
enabled1
- public String getIncludeAttributeAssignments()
public String getIncludeAttributeDefNames()
public String getIncludePermissionAssignDetail()
public void setIncludeAttributeAssignments(String includeAttributeAssignments1)
includeAttributeAssignments1
- public void setIncludeAttributeDefNames(String includeAttributeDefNames1)
includeAttributeDefNames1
- public void setIncludePermissionAssignDetail(String includePermissionAssignDetail1)
includePermissionAssignDetail1
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |