|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.rest.attribute.WsRestAssignAttributesRequest
public class WsRestAssignAttributesRequest
request bean in body of rest request
Constructor Summary | |
---|---|
WsRestAssignAttributesRequest()
|
Method Summary | |
---|---|
WsSubjectLookup |
getActAsSubjectLookup()
if acting as someone else |
String[] |
getActions()
actions to query, or none to query all actions |
String[] |
getActionsToReplace()
if replacing attributeDefNames, then these are the related actions, if blank, then just do all |
String |
getAssignmentDisabledTime()
disabled time, or null for not disabled |
String |
getAssignmentEnabledTime()
enabled time, or null for enabled now |
String |
getAssignmentNotes()
notes on the assignment (optional) |
String |
getAttributeAssignOperation()
operation to perform for attribute on owners, from enum AttributeAssignOperation assign_attr, add_attr, remove_attr |
String |
getAttributeAssignType()
is the attribute assign type we are looking for |
String |
getAttributeAssignValueOperation()
operation to perform for attribute value on attribute assignments: assign_value, add_value, remove_value, replace_values |
WsAttributeDefLookup[] |
getAttributeDefsToReplace()
if replacing attributeDefNames, then these are the related attributeDefs, if blank, then just do all |
String[] |
getAttributeDefTypesToReplace()
if replacing attributeDefNames, then these are the related attributeDefTypes, if blank, then just do all |
String |
getClientVersion()
is the version of the client. |
String |
getDelegatable()
really only for permissions, if the assignee can delegate to someone else. |
String |
getIncludeGroupDetail()
T or F as to if the group detail 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 |
String[] |
getSubjectAttributeNames()
are the additional subject attributes (data) to return. |
WsAttributeAssignValue[] |
getValues()
are the values to assign, replace, remove, etc. |
WsAttributeAssignLookup[] |
getWsAttributeAssignLookups()
if you know the assign ids you want, put them here |
WsAttributeDefNameLookup[] |
getWsAttributeDefNameLookups()
find assignments in these attribute def names (optional) |
WsAttributeAssignLookup[] |
getWsOwnerAttributeAssignLookups()
for assignment on assignment |
WsAttributeDefLookup[] |
getWsOwnerAttributeDefLookups()
to query attributes assigned on attribute defs |
WsGroupLookup[] |
getWsOwnerGroupLookups()
wsOwnerGroupLookups are groups to assign |
WsMembershipAnyLookup[] |
getWsOwnerMembershipAnyLookups()
to query attributes in "any" memberships which are on immediate or effective memberships |
WsMembershipLookup[] |
getWsOwnerMembershipLookups()
to query attributes on immediate memberships |
WsStemLookup[] |
getWsOwnerStemLookups()
are stems to assign |
WsSubjectLookup[] |
getWsOwnerSubjectLookups()
are subjects to assign |
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 |
setActionsToReplace(String[] actionsToReplace1)
if replacing attributeDefNames, then these are the related actions, if blank, then just do all |
void |
setAssignmentDisabledTime(String assignmentDisabledTime1)
disabled time, or null for not disabled |
void |
setAssignmentEnabledTime(String assignmentEnabledTime1)
enabled time, or null for enabled now |
void |
setAssignmentNotes(String assignmentNotes1)
notes on the assignment (optional) |
void |
setAttributeAssignOperation(String attributeAssignOperation1)
operation to perform for attribute on owners, from enum AttributeAssignOperation assign_attr, add_attr, remove_attr |
void |
setAttributeAssignType(String attributeAssignType1)
is the attribute assign type we are looking for |
void |
setAttributeAssignValueOperation(String attributeAssignValueOperation1)
operation to perform for attribute value on attribute assignments: assign_value, add_value, remove_value, replace_values |
void |
setAttributeDefsToReplace(WsAttributeDefLookup[] attributeDefsToReplace1)
if replacing attributeDefNames, then these are the related attributeDefs, if blank, then just do all |
void |
setAttributeDefTypesToReplace(String[] attributeDefTypesToReplace1)
if replacing attributeDefNames, then these are the related attributeDefTypes, if blank, then just do all |
void |
setClientVersion(String clientVersion1)
is the version of the client. |
void |
setDelegatable(String delegatable1)
really only for permissions, if the assignee can delegate to someone else. |
void |
setIncludeGroupDetail(String includeGroupDetail1)
T or F as to if the group detail 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 |
setSubjectAttributeNames(String[] subjectAttributeNames1)
are the additional subject attributes (data) to return. |
void |
setValues(WsAttributeAssignValue[] values1)
are the values to assign, replace, remove, etc. |
void |
setWsAttributeAssignLookups(WsAttributeAssignLookup[] wsAttributeAssignLookups1)
if you know the assign ids you want, put them here |
void |
setWsAttributeDefNameLookups(WsAttributeDefNameLookup[] wsAttributeDefNameLookups1)
find assignments in these attribute def names (optional) |
void |
setWsOwnerAttributeAssignLookups(WsAttributeAssignLookup[] wsOwnerAttributeAssignLookups1)
for assignment on assignment |
void |
setWsOwnerAttributeDefLookups(WsAttributeDefLookup[] wsOwnerAttributeDefLookups1)
to query attributes assigned on attribute defs |
void |
setWsOwnerGroupLookups(WsGroupLookup[] wsOwnerGroupLookups1)
wsOwnerGroupLookups are groups to assign |
void |
setWsOwnerMembershipAnyLookups(WsMembershipAnyLookup[] wsOwnerMembershipAnyLookups1)
to query attributes in "any" memberships which are on immediate or effective memberships |
void |
setWsOwnerMembershipLookups(WsMembershipLookup[] wsOwnerMembershipLookups1)
to query attributes on immediate memberships |
void |
setWsOwnerStemLookups(WsStemLookup[] wsOwnerStemLookups1)
are stems to assign |
void |
setWsOwnerSubjectLookups(WsSubjectLookup[] wsOwnerSubjectLookups1)
are subjects to assign |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsRestAssignAttributesRequest()
Method Detail |
---|
public WsAttributeDefLookup[] getAttributeDefsToReplace()
public void setAttributeDefsToReplace(WsAttributeDefLookup[] attributeDefsToReplace1)
attributeDefsToReplace1
- the attributeDefsToReplace to setpublic String[] getActionsToReplace()
public void setActionsToReplace(String[] actionsToReplace1)
actionsToReplace1
- the actionsToReplace to setpublic String[] getAttributeDefTypesToReplace()
public void setAttributeDefTypesToReplace(String[] attributeDefTypesToReplace1)
attributeDefTypesToReplace1
- the attributeDefTypesToReplace to setpublic String getAssignmentNotes()
public void setAssignmentNotes(String assignmentNotes1)
assignmentNotes1
- public String getAssignmentEnabledTime()
public void setAssignmentEnabledTime(String assignmentEnabledTime1)
assignmentEnabledTime1
- public String getAssignmentDisabledTime()
public void setAssignmentDisabledTime(String assignmentDisabledTime1)
assignmentDisabledTime1
- public String getDelegatable()
public void setDelegatable(String delegatable1)
delegatable1
- public String getAttributeAssignValueOperation()
public void setAttributeAssignValueOperation(String attributeAssignValueOperation1)
attributeAssignValueOperation1
- public WsAttributeAssignLookup[] getWsOwnerAttributeAssignLookups()
public void setWsOwnerAttributeAssignLookups(WsAttributeAssignLookup[] wsOwnerAttributeAssignLookups1)
wsOwnerAttributeAssignLookups1
- public String getAttributeAssignOperation()
public void setAttributeAssignOperation(String attributeAssignOperation1)
attributeAssignOperation1
- public WsAttributeAssignValue[] getValues()
public void setValues(WsAttributeAssignValue[] values1)
values1
- public GrouperRestHttpMethod retrieveRestHttpMethod()
WsRequestBean
retrieveRestHttpMethod
in interface WsRequestBean
WsRequestBean.retrieveRestHttpMethod()
public String getClientVersion()
public void setClientVersion(String clientVersion1)
clientVersion1
- public String getAttributeAssignType()
public void setAttributeAssignType(String attributeAssignType1)
attributeAssignType1
- public WsAttributeAssignLookup[] getWsAttributeAssignLookups()
public void setWsAttributeAssignLookups(WsAttributeAssignLookup[] wsAttributeAssignLookups1)
wsAttributeAssignLookups1
- public WsAttributeDefNameLookup[] getWsAttributeDefNameLookups()
public void setWsAttributeDefNameLookups(WsAttributeDefNameLookup[] wsAttributeDefNameLookups1)
wsAttributeDefNameLookups1
- public WsGroupLookup[] getWsOwnerGroupLookups()
public void setWsOwnerGroupLookups(WsGroupLookup[] wsOwnerGroupLookups1)
wsOwnerGroupLookups1
- public WsStemLookup[] getWsOwnerStemLookups()
public void setWsOwnerStemLookups(WsStemLookup[] wsOwnerStemLookups1)
wsOwnerStemLookups1
- public WsSubjectLookup[] getWsOwnerSubjectLookups()
public void setWsOwnerSubjectLookups(WsSubjectLookup[] wsOwnerSubjectLookups1)
wsOwnerSubjectLookups1
- public WsMembershipLookup[] getWsOwnerMembershipLookups()
public void setWsOwnerMembershipLookups(WsMembershipLookup[] wsOwnerMembershipLookups1)
wsOwnerMembershipLookups1
- public WsMembershipAnyLookup[] getWsOwnerMembershipAnyLookups()
public void setWsOwnerMembershipAnyLookups(WsMembershipAnyLookup[] wsOwnerMembershipAnyLookups1)
wsOwnerMembershipAnyLookups1
- public WsAttributeDefLookup[] getWsOwnerAttributeDefLookups()
public void setWsOwnerAttributeDefLookups(WsAttributeDefLookup[] wsOwnerAttributeDefLookups1)
wsOwnerAttributeDefLookups1
- public String[] getActions()
public void setActions(String[] actions1)
actions1
- 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
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |