edu.internet2.middleware.grouper.ws.rest.member.WsRestAddMemberLiteRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grouper-ws Show documentation
Show all versions of grouper-ws Show documentation
Internet2 Groups Management WS Core
/*******************************************************************************
* Copyright 2012 Internet2
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
******************************************************************************/
/*
* @author mchyzer
* $Id: WsRestAddMemberLiteRequest.java,v 1.1 2008-03-30 09:01:03 mchyzer Exp $
*/
package edu.internet2.middleware.grouper.ws.rest.member;
import edu.internet2.middleware.grouper.ws.GrouperServiceLogic;
import edu.internet2.middleware.grouper.ws.rest.WsRequestBean;
import edu.internet2.middleware.grouper.ws.rest.method.GrouperRestHttpMethod;
/**
* lite bean that will be the data from rest request
* @see GrouperServiceLogic#addMemberLite(edu.internet2.middleware.grouper.ws.GrouperWsVersion, String, String, String, String, String, String, String, String, edu.internet2.middleware.grouper.Field, boolean, boolean, String, String, String, String, String)
* for lite method
*/
public class WsRestAddMemberLiteRequest implements WsRequestBean {
/**
* field
*/
private String clientVersion;
/** field */
private String groupName;
/** field */
private String groupUuid;
/** field */
private String subjectId;
/** field */
private String subjectSourceId;
/** field */
private String subjectIdentifier;
/** field */
private String actAsSubjectId;
/** field */
private String actAsSubjectSourceId;
/** field */
private String actAsSubjectIdentifier;
/** field */
private String fieldName;
/** field */
private String includeGroupDetail;
/** field */
private String includeSubjectDetail;
/** field */
private String subjectAttributeNames;
/** field */
private String paramName0;
/** field */
private String paramValue0;
/** field */
private String paramName1;
/** field */
private String paramValue1;
/** date this membership will be disabled, yyyy/MM/dd HH:mm:ss.SSS */
private String disabledTime;
/** date this membership will be enabled, yyyy/MM/dd HH:mm:ss.SSS */
private String enabledTime;
/**
* 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
*/
private String addExternalSubjectIfNotFound;
/**
*
* @return field
*/
public String getClientVersion() {
return this.clientVersion;
}
/**
*
* @param clientVersion1
*/
public void setClientVersion(String clientVersion1) {
this.clientVersion = clientVersion1;
}
/**
*
* @return field
*/
public String getGroupName() {
return this.groupName;
}
/**
*
* @param groupName1
*/
public void setGroupName(String groupName1) {
this.groupName = groupName1;
}
/**
*
* @return field
*/
public String getGroupUuid() {
return this.groupUuid;
}
/**
*
* @param groupUuid1
*/
public void setGroupUuid(String groupUuid1) {
this.groupUuid = groupUuid1;
}
/**
*
* @return field
*/
public String getSubjectId() {
return this.subjectId;
}
/**
*
* @param subjectId1
*/
public void setSubjectId(String subjectId1) {
this.subjectId = subjectId1;
}
/**
*
* @return field
*/
public String getSubjectSourceId() {
return this.subjectSourceId;
}
/**
*
* @param subjectSource1
*/
public void setSubjectSourceId(String subjectSource1) {
this.subjectSourceId = subjectSource1;
}
/**
*
* @return field
*/
public String getSubjectIdentifier() {
return this.subjectIdentifier;
}
/**
*
* @param subjectIdentifier1
*/
public void setSubjectIdentifier(String subjectIdentifier1) {
this.subjectIdentifier = subjectIdentifier1;
}
/**
*
* @return field
*/
public String getActAsSubjectId() {
return this.actAsSubjectId;
}
/**
*
* @param actAsSubjectId1
*/
public void setActAsSubjectId(String actAsSubjectId1) {
this.actAsSubjectId = actAsSubjectId1;
}
/**
*
* @return field
*/
public String getActAsSubjectSourceId() {
return this.actAsSubjectSourceId;
}
/**
*
* @param actAsSubjectSource1
*/
public void setActAsSubjectSourceId(String actAsSubjectSource1) {
this.actAsSubjectSourceId = actAsSubjectSource1;
}
/**
*
* @return field
*/
public String getActAsSubjectIdentifier() {
return this.actAsSubjectIdentifier;
}
/**
*
* @param actAsSubjectIdentifier1
*/
public void setActAsSubjectIdentifier(String actAsSubjectIdentifier1) {
this.actAsSubjectIdentifier = actAsSubjectIdentifier1;
}
/**
*
* @return field
*/
public String getFieldName() {
return this.fieldName;
}
/**
*
* @param fieldName1
*/
public void setFieldName(String fieldName1) {
this.fieldName = fieldName1;
}
/**
*
* @return field
*/
public String getIncludeGroupDetail() {
return this.includeGroupDetail;
}
/**
*
* @param includeGroupDetail1
*/
public void setIncludeGroupDetail(String includeGroupDetail1) {
this.includeGroupDetail = includeGroupDetail1;
}
/**
*
* @return field
*/
public String getIncludeSubjectDetail() {
return this.includeSubjectDetail;
}
/**
*
* @param includeSubjectDetail1
*/
public void setIncludeSubjectDetail(String includeSubjectDetail1) {
this.includeSubjectDetail = includeSubjectDetail1;
}
/**
*
* @return field
*/
public String getSubjectAttributeNames() {
return this.subjectAttributeNames;
}
/**
*
* @param subjectAttributeNames1
*/
public void setSubjectAttributeNames(String subjectAttributeNames1) {
this.subjectAttributeNames = subjectAttributeNames1;
}
/**
*
* @return field
*/
public String getParamName0() {
return this.paramName0;
}
/**
*
* @param _paramName0
*/
public void setParamName0(String _paramName0) {
this.paramName0 = _paramName0;
}
/**
*
* @return field
*/
public String getParamValue0() {
return this.paramValue0;
}
/**
*
* @param _paramValue0
*/
public void setParamValue0(String _paramValue0) {
this.paramValue0 = _paramValue0;
}
/**
*
* @return field
*/
public String getParamName1() {
return this.paramName1;
}
/**
*
* @param _paramName1
*/
public void setParamName1(String _paramName1) {
this.paramName1 = _paramName1;
}
/**
*
* @return field
*/
public String getParamValue1() {
return this.paramValue1;
}
/**
*
* @param _paramValue1
*/
public void setParamValue1(String _paramValue1) {
this.paramValue1 = _paramValue1;
}
/**
* @see edu.internet2.middleware.grouper.ws.rest.WsRequestBean#retrieveRestHttpMethod()
*/
public GrouperRestHttpMethod retrieveRestHttpMethod() {
return GrouperRestHttpMethod.PUT;
}
/**
* date this membership will be disabled, yyyy/MM/dd HH:mm:ss.SSS
* @return disabled time
*/
public String getDisabledTime() {
return this.disabledTime;
}
/**
* date this membership will be enabled, yyyy/MM/dd HH:mm:ss.SSS
* @return date
*/
public String getEnabledTime() {
return this.enabledTime;
}
/**
* date this membership will be disabled, yyyy/MM/dd HH:mm:ss.SSS
* @param disabledTime1
*/
public void setDisabledTime(String disabledTime1) {
this.disabledTime = disabledTime1;
}
/**
* date this membership will be enabled, yyyy/MM/dd HH:mm:ss.SSS
* @param enabledTime1
*/
public void setEnabledTime(String enabledTime1) {
this.enabledTime = enabledTime1;
}
/**
* 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
* @return T or F or blank
*/
public String getAddExternalSubjectIfNotFound() {
return this.addExternalSubjectIfNotFound;
}
/**
* 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
* @param addExternalSubjectIfNotFound1
*/
public void setAddExternalSubjectIfNotFound(String addExternalSubjectIfNotFound1) {
this.addExternalSubjectIfNotFound = addExternalSubjectIfNotFound1;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy