public class GcAddMember extends Object
| Constructor and Description | 
|---|
GcAddMember()  | 
| Modifier and Type | Method and Description | 
|---|---|
GcAddMember | 
addParam(String paramName,
        String paramValue)
add a param to the list 
 | 
GcAddMember | 
addParam(WsParam wsParam)
add a param to the list 
 | 
GcAddMember | 
addSubjectAttributeName(String subjectAttributeName)  | 
GcAddMember | 
addSubjectId(String subjectId)
add a subject lookup 
 | 
GcAddMember | 
addSubjectIdentifier(String subjectIdentifier)
add a subject lookup 
 | 
GcAddMember | 
addSubjectLookup(WsSubjectLookup wsSubjectLookup)
add a subject lookup 
 | 
GcAddMember | 
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any 
 | 
GcAddMember | 
assignAddExternalSubjectIfNotFound(Boolean theAssignAddExternalSubjectIfNotFound)
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 
 | 
GcAddMember | 
assignClientVersion(String theClientVersion)
assign client version 
 | 
void | 
assignDisabledTime(Timestamp theDisabledTime)
date this membership will be disabled, yyyy/MM/dd HH:mm:ss.SSS 
 | 
void | 
assignEnabledTime(Timestamp theEnabledTime)
date this membership will be enabled (for future provisioning), yyyy/MM/dd HH:mm:ss.SSS 
 | 
GcAddMember | 
assignFieldName(String theFieldName)
assign the field name to the request 
 | 
GcAddMember | 
assignGroupIdIndex(Long theGroupIdIndex)
set the group id index 
 | 
GcAddMember | 
assignGroupName(String theGroupName)
set the group name 
 | 
GcAddMember | 
assignGroupUuid(String theGroupUuid)
set the group uuid 
 | 
GcAddMember | 
assignIncludeGroupDetail(Boolean theIncludeGroupDetail)
assign if the group detail should be included 
 | 
GcAddMember | 
assignIncludeSubjectDetail(Boolean theIncludeSubjectDetail)
if should include subject detail 
 | 
GcAddMember | 
assignReplaceAllExisting(Boolean isReplaceAllExisting)
set if we should replace all existing members with new list 
 | 
GcAddMember | 
assignTxType(GcTransactionType gcTransactionType)
assign the tx type 
 | 
GcAddMember | 
assignWsEndpoint(String theWsEndpoint)
endpoint to grouper WS, e.g. 
 | 
GcAddMember | 
assignWsPass(String theWsPass)
ws pass 
 | 
GcAddMember | 
assignWsPassEncrypted(String theWsPassEncrypted)
ws pass 
 | 
GcAddMember | 
assignWsPassFile(File theFile)
ws pass 
 | 
GcAddMember | 
assignWsPassFileEncrypted(File theFile)
ws pass 
 | 
GcAddMember | 
assignWsUser(String theWsUser)
ws user 
 | 
WsAddMemberResults | 
execute()
execute the call and return the results. 
 | 
public GcAddMember assignWsEndpoint(String theWsEndpoint)
theWsEndpoint - public GcAddMember assignWsUser(String theWsUser)
theWsUser - public GcAddMember assignWsPass(String theWsPass)
theWsPass - public GcAddMember assignWsPassEncrypted(String theWsPassEncrypted)
theWsPass - public GcAddMember assignWsPassFile(File theFile)
theWsPass - public GcAddMember assignWsPassFileEncrypted(File theFile)
theWsPass - public void assignDisabledTime(Timestamp theDisabledTime)
theDisabledTime - public void assignEnabledTime(Timestamp theEnabledTime)
theEnabledTime - public GcAddMember assignGroupName(String theGroupName)
theGroupName - public GcAddMember assignGroupUuid(String theGroupUuid)
theGroupUuid - public GcAddMember assignGroupIdIndex(Long theGroupIdIndex)
theGroupIdIndex - public GcAddMember addParam(String paramName, String paramValue)
paramName - paramValue - public GcAddMember addParam(WsParam wsParam)
wsParam - public GcAddMember addSubjectLookup(WsSubjectLookup wsSubjectLookup)
wsSubjectLookup - public GcAddMember addSubjectId(String subjectId)
subjectId - public GcAddMember addSubjectIdentifier(String subjectIdentifier)
subjectIdentifier - public GcAddMember assignReplaceAllExisting(Boolean isReplaceAllExisting)
isReplaceAllExisting - public GcAddMember assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject - public GcAddMember assignFieldName(String theFieldName)
theFieldName - public GcAddMember assignTxType(GcTransactionType gcTransactionType)
gcTransactionType - public GcAddMember addSubjectAttributeName(String subjectAttributeName)
subjectAttributeName - public GcAddMember assignIncludeGroupDetail(Boolean theIncludeGroupDetail)
theIncludeGroupDetail - public GcAddMember assignAddExternalSubjectIfNotFound(Boolean theAssignAddExternalSubjectIfNotFound)
theAssignAddExternalSubjectIfNotFound - public GcAddMember assignIncludeSubjectDetail(Boolean theIncludeSubjectDetail)
theIncludeSubjectDetail - public GcAddMember assignClientVersion(String theClientVersion)
theClientVersion - public WsAddMemberResults execute()
Copyright © 2016 Internet2. All rights reserved.