|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.rest.member.WsRestAddMemberRequest
public class WsRestAddMemberRequest
bean that will be the data from rest request
for method
Constructor Summary | |
---|---|
WsRestAddMemberRequest()
|
Method Summary | |
---|---|
WsSubjectLookup |
getActAsSubjectLookup()
who to act as if not the connecting user |
java.lang.String |
getAddExternalSubjectIfNotFound()
T or F, if this is a search by id or identifier, with no source, or the external source, and the subject is not found, then add an external subject (if the user is allowed |
java.lang.String |
getClientVersion()
|
java.lang.String |
getDisabledTime()
date this membership will be disabled, yyyy/MM/dd HH:mm:ss.SSS |
java.lang.String |
getEnabledTime()
date this membership will be enabled, yyyy/MM/dd HH:mm:ss.SSS |
java.lang.String |
getFieldName()
|
java.lang.String |
getIncludeGroupDetail()
|
java.lang.String |
getIncludeSubjectDetail()
|
WsParam[] |
getParams()
|
java.lang.String |
getReplaceAllExisting()
|
java.lang.String[] |
getSubjectAttributeNames()
|
WsSubjectLookup[] |
getSubjectLookups()
subjects to assign to |
java.lang.String |
getTxType()
|
WsGroupLookup |
getWsGroupLookup()
|
GrouperRestHttpMethod |
retrieveRestHttpMethod()
see which http method this is supposed to be associated with, and override whatever was passed in |
void |
setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
who to act as if not the connecting user |
void |
setAddExternalSubjectIfNotFound(java.lang.String addExternalSubjectIfNotFound1)
T or F, if this is a search by id or identifier, with no source, or the external source, and the subject is not found, then add an external subject (if the user is allowed |
void |
setClientVersion(java.lang.String clientVersion1)
|
void |
setDisabledTime(java.lang.String disabledTime1)
date this membership will be disabled, yyyy/MM/dd HH:mm:ss.SSS |
void |
setEnabledTime(java.lang.String enabledTime1)
date this membership will be enabled, yyyy/MM/dd HH:mm:ss.SSS |
void |
setFieldName(java.lang.String fieldName1)
|
void |
setIncludeGroupDetail(java.lang.String includeGroupDetail1)
|
void |
setIncludeSubjectDetail(java.lang.String includeSubjectDetail1)
|
void |
setParams(WsParam[] params1)
|
void |
setReplaceAllExisting(java.lang.String replaceAllExisting1)
|
void |
setSubjectAttributeNames(java.lang.String[] subjectAttributeNames1)
|
void |
setSubjectLookups(WsSubjectLookup[] subjectLookups1)
subjects to assign to |
void |
setTxType(java.lang.String txType1)
|
void |
setWsGroupLookup(WsGroupLookup wsGroupLookup1)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsRestAddMemberRequest()
Method Detail |
---|
public java.lang.String getAddExternalSubjectIfNotFound()
public void setAddExternalSubjectIfNotFound(java.lang.String addExternalSubjectIfNotFound1)
addExternalSubjectIfNotFound1
- public java.lang.String getDisabledTime()
public void setDisabledTime(java.lang.String disabledTime1)
disabledTime1
- public java.lang.String getEnabledTime()
public void setEnabledTime(java.lang.String enabledTime1)
enabledTime1
- public java.lang.String getClientVersion()
public void setClientVersion(java.lang.String clientVersion1)
clientVersion1
- the clientVersion to setpublic WsGroupLookup getWsGroupLookup()
public void setWsGroupLookup(WsGroupLookup wsGroupLookup1)
wsGroupLookup1
- the wsGroupLookup to setpublic WsSubjectLookup[] getSubjectLookups()
public void setSubjectLookups(WsSubjectLookup[] subjectLookups1)
subjectLookups1
- the subjectLookups to setpublic java.lang.String getReplaceAllExisting()
public void setReplaceAllExisting(java.lang.String replaceAllExisting1)
replaceAllExisting1
- the replaceAllExisting to setpublic WsSubjectLookup getActAsSubjectLookup()
public void setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
actAsSubjectLookup1
- the actAsSubjectLookup to setpublic java.lang.String getFieldName()
public void setFieldName(java.lang.String fieldName1)
fieldName1
- the fieldName to setpublic java.lang.String getTxType()
public void setTxType(java.lang.String txType1)
txType1
- the txType to setpublic java.lang.String getIncludeGroupDetail()
public void setIncludeGroupDetail(java.lang.String includeGroupDetail1)
includeGroupDetail1
- the includeGroupDetail to setpublic java.lang.String getIncludeSubjectDetail()
public void setIncludeSubjectDetail(java.lang.String includeSubjectDetail1)
includeSubjectDetail1
- the includeSubjectDetail to setpublic java.lang.String[] getSubjectAttributeNames()
public void setSubjectAttributeNames(java.lang.String[] subjectAttributeNames1)
subjectAttributeNames1
- the subjectAttributeNames to setpublic WsParam[] getParams()
public void setParams(WsParam[] params1)
params1
- the params to setpublic GrouperRestHttpMethod retrieveRestHttpMethod()
WsRequestBean
retrieveRestHttpMethod
in interface WsRequestBean
WsRequestBean.retrieveRestHttpMethod()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |